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-03-14T02:57:05.409Z||main|||||INFO|500||The following profiles are active: basic 2022-03-14T02:57:14.815Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-14T02:57:14.816Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-14T02:57:14.890Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-14T02:57:17.018Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-14T02:57:17.185Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-14T02:57:17.551Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-14T02:57:17.560Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-14T02:57:17.651Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-14T02:57:17.791Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-14T02:57:18.149Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-14T02:57:18.846Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-14T02:57:20.911Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-14T02:57:20.953Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-14T02:57:21.419Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-14T02:57:21.611Z||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-03-14T02:57:22.713Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-14T02:57:23.582Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-14T02:57:23.604Z||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$$e5540ea0.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-03-14T02:57:23.605Z||main|||||WARN|500||The sdc end point is not alive 2022-03-14T02:57:26.349Z||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-03-14T02:57:28.909Z||main|||||WARN|500||--- 2022-03-14T02:57:28.910Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-14T02:57:28.910Z||main|||||WARN|500||--- 2022-03-14T02:57:29.253Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-14T02:57:33.436Z||main|||||INFO|500||Started Application in 32.533 seconds (JVM running for 33.702) 2022-03-14T02:57:33.450Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-14T02:57:33.452Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-14T02:57:33.462Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-14T02:57:33.515Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-14T02:57:33.555Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9feb2f11-f84c-40cb-ae75-8edb1be49a94 url= /sdc/v1/artifactTypes 2022-03-14T02:57:33.556Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-14T02:57:33.828Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-14T02:57:33.848Z||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-03-14T02:57:33.867Z||scheduling-1|||||DEBUG|500||create keys 2022-03-14T02:57:33.874Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-14T02:57:34.546Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T02:57:34.563Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d582fbe1-3efb-48bd-a46c-e498c5911c1f url= /sdc/v1/registerForDistribution 2022-03-14T02:57:35.398Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d582fbe1-3efb-48bd-a46c-e498c5911c1f url= /sdc/v1/registerForDistribution 2022-03-14T02:57:35.399Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-14T02:57:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T02:57:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T02:57:35.414Z||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-03-14T02:57:35.415Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T02:57:35.415Z||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-03-14T02:57:35.415Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T02:57:35.418Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-14T02:57:47.279Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T02:57:47.345Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T02:58:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T02:58:35.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T02:58:35.413Z||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-03-14T02:58:35.413Z||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-03-14T02:58:35.413Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T02:58:35.413Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T02:58:44.973Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T02:58:44.975Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T02:59:35.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T02:59:35.409Z||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-03-14T02:59:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T02:59:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T02:59:35.412Z||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-03-14T02:59:35.413Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T02:59:44.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T02:59:44.967Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:00:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:00:35.409Z||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-03-14T03:00:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:00:35.411Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:00:35.413Z||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-03-14T03:00:35.413Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:00:44.964Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:00:44.968Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:01:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:01:35.409Z||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-03-14T03:01:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:01:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:01:35.416Z||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-03-14T03:01:35.416Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:01:44.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:01:44.973Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:02:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:02:35.408Z||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-03-14T03:02:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:02:35.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:02:35.411Z||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-03-14T03:02:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:02:44.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:02:44.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:03:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:03:35.409Z||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-03-14T03:03:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:03:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:03:35.411Z||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-03-14T03:03:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:03:44.953Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:03:44.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:04:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:04:35.409Z||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-03-14T03:04:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:04:35.411Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:04:35.411Z||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-03-14T03:04:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:04:44.959Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:04:44.962Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:05:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:05:35.410Z||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-03-14T03:05:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:05:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:05:35.412Z||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-03-14T03:05:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:05:44.989Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:05:44.990Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:06:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:06:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:06:35.412Z||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-03-14T03:06:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:06:35.414Z||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-03-14T03:06:35.415Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:06:44.963Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:06:44.964Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:07:18.667Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-14T03:07:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:07:35.409Z||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-03-14T03:07:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:07:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:07:35.411Z||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-03-14T03:07:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:07:44.962Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:07:44.961Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:08:35.408Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:08:35.410Z||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-03-14T03:08:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:08:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:08:35.411Z||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-03-14T03:08:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:08:44.955Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:08:44.955Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:09:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:09:35.410Z||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-03-14T03:09:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:09:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:09:35.412Z||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-03-14T03:09:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:09:44.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:09:44.965Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:10:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:10:35.409Z||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-03-14T03:10:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:10:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:10:35.412Z||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-03-14T03:10:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:10:44.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:10:44.956Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:11:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:11:35.409Z||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-03-14T03:11:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:11:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:11:35.411Z||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-03-14T03:11:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:11:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:11:44.964Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:12:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:12:35.409Z||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-03-14T03:12:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:12:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:12:35.411Z||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-03-14T03:12:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:12:44.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:12:44.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:13:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:13:35.408Z||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-03-14T03:13:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:13:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:13:35.412Z||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-03-14T03:13:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:13:44.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:13:44.954Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:14:35.408Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:14:35.408Z||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-03-14T03:14:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:14:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:14:35.411Z||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-03-14T03:14:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:14:44.955Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:14:44.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:15:35.408Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:15:35.409Z||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-03-14T03:15:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:15:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:15:35.412Z||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-03-14T03:15:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:15:44.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:15:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:16:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:16:35.409Z||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-03-14T03:16:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:16:35.411Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:16:35.411Z||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-03-14T03:16:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:16:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:16:44.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:17:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:17:35.408Z||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-03-14T03:17:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:17:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:17:35.412Z||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-03-14T03:17:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:17:44.958Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:17:44.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:18:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:18:35.409Z||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-03-14T03:18:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:18:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:18:35.411Z||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-03-14T03:18:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:18:44.982Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:18:44.983Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:19:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:19:35.409Z||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-03-14T03:19:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:19:35.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:19:35.412Z||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-03-14T03:19:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:19:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:19:44.958Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:20:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:20:35.409Z||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-03-14T03:20:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:20:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:20:35.411Z||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-03-14T03:20:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:20:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:20:44.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:21:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:21:35.408Z||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-03-14T03:21:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:21:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:21:35.411Z||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-03-14T03:21:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:21:44.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:21:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:22:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:22:35.408Z||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-03-14T03:22:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:22:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:22:35.411Z||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-03-14T03:22:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:22:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:22:44.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:23:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:23:35.409Z||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-03-14T03:23:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:23:35.410Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:23:35.411Z||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-03-14T03:23:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:23:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:23:44.957Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:24:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:24:35.409Z||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-03-14T03:24:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:24:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:24:35.411Z||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-03-14T03:24:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:24:44.957Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:24:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:25:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:25:35.408Z||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-03-14T03:25:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:25:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:25:35.411Z||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-03-14T03:25:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:25:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:25:44.961Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:26:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:26:35.408Z||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-03-14T03:26:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:26:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:26:35.411Z||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-03-14T03:26:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:26:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:26:44.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:27:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:27:35.408Z||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-03-14T03:27:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:27:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:27:35.411Z||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-03-14T03:27:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:27:44.958Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:27:44.962Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:28:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:28:35.409Z||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-03-14T03:28:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:28:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:28:35.411Z||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-03-14T03:28:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:28:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:28:44.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:29:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:29:35.409Z||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-03-14T03:29:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:29:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:29:35.411Z||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-03-14T03:29:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:29:44.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:29:44.959Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:30:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:30:35.410Z||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-03-14T03:30:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:30:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:30:35.411Z||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-03-14T03:30:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:30:44.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:30:44.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:31:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:31:35.409Z||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-03-14T03:31:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:31:35.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:31:35.412Z||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-03-14T03:31:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:31:44.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:31:44.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:32:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:32:35.409Z||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-03-14T03:32:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:32:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:32:35.411Z||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-03-14T03:32:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:32:44.966Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:32:44.966Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:33:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:33:35.409Z||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-03-14T03:33:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:33:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:33:35.411Z||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-03-14T03:33:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:33:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:33:44.960Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:34:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:34:35.409Z||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-03-14T03:34:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:34:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:34:35.411Z||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-03-14T03:34:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:34:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:34:44.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:35:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:35:35.408Z||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-03-14T03:35:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:35:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:35:35.411Z||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-03-14T03:35:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:35:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:35:44.960Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:36:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:36:35.408Z||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-03-14T03:36:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:36:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:36:35.411Z||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-03-14T03:36:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:36:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:36:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:37:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:37:35.408Z||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-03-14T03:37:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:37:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:37:35.411Z||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-03-14T03:37:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:37:44.952Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:37:44.952Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:38:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:38:35.408Z||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-03-14T03:38:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:38:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:38:35.411Z||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-03-14T03:38:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:38:44.954Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:38:44.957Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:39:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:39:35.408Z||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-03-14T03:39:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:39:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:39:35.411Z||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-03-14T03:39:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:39:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:39:44.967Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:40:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:40:35.408Z||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-03-14T03:40:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:40:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:40:35.411Z||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-03-14T03:40:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:40:44.960Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:40:44.961Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:41:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:41:35.409Z||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-03-14T03:41:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:41:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:41:35.412Z||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-03-14T03:41:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:41:44.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:41:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:42:35.408Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:42:35.408Z||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-03-14T03:42:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:42:35.410Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:42:35.411Z||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-03-14T03:42:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:42:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:42:44.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:43:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:43:35.408Z||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-03-14T03:43:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:43:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:43:35.411Z||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-03-14T03:43:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:43:44.951Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:43:44.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:44:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:44:35.408Z||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-03-14T03:44:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:44:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:44:35.411Z||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-03-14T03:44:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:44:44.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:44:44.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:45:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:45:35.409Z||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-03-14T03:45:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:45:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:45:35.411Z||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-03-14T03:45:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:45:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:45:44.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:46:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:46:35.408Z||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-03-14T03:46:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:46:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:46:35.411Z||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-03-14T03:46:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:46:44.955Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:46:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:47:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:47:35.409Z||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-03-14T03:47:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:47:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:47:35.411Z||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-03-14T03:47:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:47:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:47:44.958Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:48:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:48:35.409Z||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-03-14T03:48:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:48:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:48:35.411Z||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-03-14T03:48:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:48:44.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:48:44.954Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:49:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:49:35.409Z||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-03-14T03:49:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:49:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:49:35.411Z||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-03-14T03:49:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:49:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:49:44.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:50:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:50:35.409Z||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-03-14T03:50:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:50:35.410Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:50:35.411Z||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-03-14T03:50:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:50:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:50:44.954Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:51:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:51:35.409Z||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-03-14T03:51:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:51:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:51:35.411Z||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-03-14T03:51:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:51:44.958Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:51:44.961Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:52:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:52:35.409Z||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-03-14T03:52:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:52:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:52:35.411Z||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-03-14T03:52:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:52:44.949Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:52:44.952Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:53:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:53:35.408Z||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-03-14T03:53:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:53:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:53:35.411Z||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-03-14T03:53:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:53:44.955Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:53:44.957Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:54:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:54:35.408Z||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-03-14T03:54:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:54:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:54:35.412Z||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-03-14T03:54:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:54:44.959Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:54:44.961Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:55:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:55:35.408Z||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-03-14T03:55:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:55:35.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:55:35.411Z||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-03-14T03:55:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:55:44.948Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:55:44.953Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:56:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:56:35.409Z||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-03-14T03:56:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:56:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:56:35.411Z||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-03-14T03:56:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:56:44.956Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:56:44.957Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:35.408Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:57:35.409Z||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-03-14T03:57:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:57:35.411Z||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-03-14T03:57:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:44.958Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:45.307Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:45.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T03:57:45.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"96440fc6-6d2b-419f-ba45-a9e98e1a9730","serviceName":"vFW 2022-03-14 03-55-46","serviceVersion":"1.0","serviceUUID":"704855a7-bacb-4b7d-83c9-74c5f579238d","serviceDescription":"catalog service description","serviceInvariantUUID":"5217b353-dd0c-49d5-961a-02e3cf933524","resources":[{"resourceInstanceName":"vFW 6dae7ec4-0d7e 0","resourceName":"vFW 6dae7ec4-0d7e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"35696a26-72c6-41dc-847f-c636c044cdf3","resourceInvariantUUID":"73352b4f-3b33-4b14-8c0f-800a462e7e69","resourceCustomizationUUID":"bdeb9b35-b611-48e6-a0c7-495c0e9f9dda","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml","artifactChecksum":"NjYwYzQ1ZjYyMDU0NGQxMjZiYWJjYTRiZTExYzczN2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"07994c94-d14e-43ec-a919-da5fbb1e60c9","artifactVersion":"1"},{"artifactName":"vfw6dae7ec40d7e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json","artifactChecksum":"ZDEwMDZkZmIwNDg5YjY1ZWNkZTk4YzU3MWUyNTVmNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"97dd0d1a-6351-40e1-9aff-c58399840862","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6413b59-05c5-48ef-bee0-d073b94639fb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml","artifactChecksum":"NjVjMzM2ZTQ4MzczNGYxODE1N2ZiMDQ2ZjcxMWJjZTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e7e3d109-24c8-46d5-b04b-9bbdf508aacf","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d0a36ec1-b7f1-4f2e-9d99-891f9aacca98","artifactVersion":"2","generatedFromUUID":"c6413b59-05c5-48ef-bee0-d073b94639fb"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220314035546-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml","artifactChecksum":"ZjY0ZmQxMWM4NjdlZWQ3OGFjZTg5N2RiNDkwNDg5YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"41223e03-6096-41e3-9c14-2e2ee5431c05","artifactVersion":"1"},{"artifactName":"service-Vfw20220314035546-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar","artifactChecksum":"MGI1ZWE5MmRjYWFiNmJjMzYwODkyMzg0YTdlYjUwN2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"91bb8dd0-cf6b-41be-a4cb-beda940ae825","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T03:57:45.323Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:45.328Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:45.336Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:45.337Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:57:45.437Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-14T03:57:45.442Z||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-03-14T03:57:45.442Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:45.456Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:45.457Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:46.342Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:46.343Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:46.345Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:46.345Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOTIFIED" } 2022-03-14T03:57:46.446Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:46.446Z||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-03-14T03:57:46.447Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:46.458Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:46.459Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T03:57:47.346Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:47.347Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:47.350Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:47.350Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T03:57:47.450Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 60 ms 2022-03-14T03:57:47.451Z||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-03-14T03:57:47.451Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:47.461Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:47.462Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:48.390Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:48.391Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:48.393Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:48.393Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:57:48.493Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:48.494Z||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-03-14T03:57:48.494Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:48.507Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:48.508Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:49.394Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:49.395Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:49.397Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:49.397Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T03:57:49.497Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:49.498Z||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-03-14T03:57:49.498Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:49.511Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:49.512Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T03:57:50.398Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:50.399Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:50.401Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:50.401Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:57:50.502Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T03:57:50.503Z||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-03-14T03:57:50.503Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:50.515Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:50.516Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:51.402Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T03:57:51.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:51.405Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:51.405Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:57:51.506Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:51.507Z||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-03-14T03:57:51.507Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:51.519Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:51.519Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:52.408Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "serviceName": "vFW 2022-03-14 03-55-46", "serviceVersion": "1.0", "serviceUUID": "704855a7-bacb-4b7d-83c9-74c5f579238d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5217b353-dd0c-49d5-961a-02e3cf933524", "resources": [ { "resourceInstanceName": "vFW 6dae7ec4-0d7e 0", "resourceCustomizationUUID": "bdeb9b35-b611-48e6-a0c7-495c0e9f9dda", "resourceName": "vFW 6dae7ec4-0d7e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "35696a26-72c6-41dc-847f-c636c044cdf3", "resourceInvariantUUID": "73352b4f-3b33-4b14-8c0f-800a462e7e69", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw6dae7ec40d7e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "artifactChecksum": "ZDEwMDZkZmIwNDg5YjY1ZWNkZTk4YzU3MWUyNTVmNzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "97dd0d1a-6351-40e1-9aff-c58399840862", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c6413b59-05c5-48ef-bee0-d073b94639fb", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d0a36ec1-b7f1-4f2e-9d99-891f9aacca98", "generatedFromUUID": "c6413b59-05c5-48ef-bee0-d073b94639fb" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d0a36ec1-b7f1-4f2e-9d99-891f9aacca98", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220314035546-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "artifactChecksum": "MGI1ZWE5MmRjYWFiNmJjMzYwODkyMzg0YTdlYjUwN2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "91bb8dd0-cf6b-41be-a4cb-beda940ae825" } ], "workloadContext": "Production" } 2022-03-14T03:57:52.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T03:57:52.410Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 704855a7-bacb-4b7d-83c9-74c5f579238d ASDC 2022-03-14T03:57:52.499Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:96440fc6-6d2b-419f-ba45-a9e98e1a9730 ServiceName:vFW 2022-03-14 03-55-46 ServiceVersion:1.0 ServiceUUID:704855a7-bacb-4b7d-83c9-74c5f579238d ServiceInvariantUUID:5217b353-dd0c-49d5-961a-02e3cf933524 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220314035546-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar ArtifactUUID:91bb8dd0-cf6b-41be-a4cb-beda940ae825 ArtifactChecksum:MGI1ZWE5MmRjYWFiNmJjMzYwODkyMzg0YTdlYjUwN2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 6dae7ec4-0d7e 0 ResourceCustomizationUUID:bdeb9b35-b611-48e6-a0c7-495c0e9f9dda ResourceInvariantUUID:73352b4f-3b33-4b14-8c0f-800a462e7e69 ResourceName:vFW 6dae7ec4-0d7e ResourceType:VF ResourceUUID:35696a26-72c6-41dc-847f-c636c044cdf3 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw6dae7ec40d7e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json ArtifactUUID:97dd0d1a-6351-40e1-9aff-c58399840862 ArtifactChecksum:ZDEwMDZkZmIwNDg5YjY1ZWNkZTk4YzU3MWUyNTVmNzM= 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/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml ArtifactUUID:c6413b59-05c5-48ef-bee0-d073b94639fb 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/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env ArtifactUUID:d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 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/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env ArtifactUUID:d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T03:57:52.499Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 704855a7-bacb-4b7d-83c9-74c5f579238d 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-03-14T03:57:52.670Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T03:57:52.671Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T03:57:52.671Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T03:57:52.672Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 91bb8dd0-cf6b-41be-a4cb-beda940ae825 from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:52.672Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T03:57:52.672Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:52.822Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T03:57:52.841Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar 91bb8dd0-cf6b-41be-a4cb-beda940ae825 98918 2022-03-14T03:57:52.850Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar ASDC sendASDCNotification 2022-03-14T03:57:52.850Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:52.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T03:57:52.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:52.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:52.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230272841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:57:52.953Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:52.954Z||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-03-14T03:57:52.954Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:52.968Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:52.968Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:53.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T03:57:53.855Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T03:57:53.855Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 91bb8dd0-cf6b-41be-a4cb-beda940ae825, URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar to file: /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:53.856Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220314035546-csar.csar 2022-03-14T03:57:53.912Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:53.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:54.362Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5759466806973528771/Definitions/service-Vfw20220314035546-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-14T03:57:56.893Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T03:57:56.896Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 6dae7ec4-0d7e 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-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.897Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||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-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220314035546-csar.csar 2022-03-14T03:57:56.898Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T03:57:56.903Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.904Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.906Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:57:56.907Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T03:57:56.908Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:57:56.909Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T03:57:56.910Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T03:57:56.910Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.910Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.913Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T03:57:56.914Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.915Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T03:57:56.915Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.916Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T03:57:56.917Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91b55e5d-464b-461a-bb41-b0fe420c50ed 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:57:56.918Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.919Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14dcfede-fdf1-492f-b752-451693119c61 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.920Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a49fe91f-fdf4-4366-9d1d-2e4be35a3900 2022-03-14T03:57:56.921Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:57:56.922Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-14 03-55-46 Description:catalog service description Model UUID:704855a7-bacb-4b7d-83c9-74c5f579238d Model Version:NULL Model InvariantUuid:5217b353-dd0c-49d5-961a-02e3cf933524 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 6dae7ec4-0d7e Model UUID:45df5acd-5c1d-4b52-9b5e-fbd913e26c29 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:73352b4f-3b33-4b14-8c0f-800a462e7e69 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bdeb9b35-b611-48e6-a0c7-495c0e9f9dda NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:afd0c3af-d196-4a55-820d-8c2e8c350ecc ModelName:Vfw6dae7ec40d7e..base_vfw..module-0 ModelUuid:151c6ee1-c6c7-449f-8207-e50d99bd22f3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:91b55e5d-464b-461a-bb41-b0fe420c50ed ModelInvariantUuid:f93bc320-89ee-4e7c-8ea3-ca731ff3fb7e ModelName:vFW 6dae7ec4-0d7e-nodes.vfwCvfc ModelUuid:dfd33cfc-922e-4e4c-888d-fd84c210b1f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:76c7367e-4ffe-4051-93a2-549e183f48c7 ModelInvariantUuid:09452fb5-f0a6-40db-ae30-a6eb88800e02 ModelName:Vfw6dae7ec40d7e.compute.nodes.heat.vfw ModelUuid:880fe34d-b285-415a-9d02-5f4b05c23120 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:14dcfede-fdf1-492f-b752-451693119c61 ModelInvariantUuid:e96959b7-7e85-4f07-a51a-d743741d6495 ModelName:vFW 6dae7ec4-0d7e-nodes.vsnCvfc ModelUuid:a71008a7-e734-420d-8523-ace41de388ba ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:85e2de9d-2b48-47bf-841a-3d0fe96727f3 ModelInvariantUuid:0af53b4c-2341-408e-ad39-4dbce1e64d16 ModelName:Vfw6dae7ec40d7e.compute.nodes.heat.vsn ModelUuid:c6ce186f-dea5-4776-8c59-c8a3db1221e1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:a49fe91f-fdf4-4366-9d1d-2e4be35a3900 ModelInvariantUuid:46fddbdd-79f1-49ac-b530-f15a02e94d74 ModelName:vFW 6dae7ec4-0d7e-nodes.vpgCvfc ModelUuid:d3682973-0754-4eef-b1fa-2932472f6553 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:87de1e1f-ffdd-44ee-b0a6-778bea7b9bee ModelInvariantUuid:446a3832-6a5c-4a50-bee7-0d81badc28f8 ModelName:Vfw6dae7ec40d7e.compute.nodes.heat.vpg ModelUuid:f9cd7111-8eb1-42c6-85e4-97510c39656b 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-03-14T03:57:56.948Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 35696a26-72c6-41dc-847f-c636c044cdf3 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-03-14T03:57:57.043Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||vFW 6dae7ec4-0d7e 0 2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 35696a26-72c6-41dc-847f-c636c044cdf3 2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 97dd0d1a-6351-40e1-9aff-c58399840862 from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json 2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T03:57:57.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json 2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json 97dd0d1a-6351-40e1-9aff-c58399840862 785 2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json ASDC sendASDCNotification 2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json 2022-03-14T03:57:57.221Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T03:57:57.222Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:57.224Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:57.224Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230277221, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T03:57:57.324Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:57.325Z||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-03-14T03:57:57.325Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:57.337Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:57.338Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:58.225Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6dae7ec40d7e..base_vfw..module-0", "vfModuleModelInvariantUUID": "afd0c3af-d196-4a55-820d-8c2e8c350ecc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "151c6ee1-c6c7-449f-8207-e50d99bd22f3", "vfModuleModelCustomizationUUID": "76769bdd-0492-4052-808a-1fa7eef23222", "isBase": true, "artifacts": [ "c6413b59-05c5-48ef-bee0-d073b94639fb", "d0a36ec1-b7f1-4f2e-9d99-891f9aacca98" ], "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-03-14T03:57:58.240Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6dae7ec40d7e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:151c6ee1-c6c7-449f-8207-e50d99bd22f3 VfModuleModelInvariantUUID:afd0c3af-d196-4a55-820d-8c2e8c350ecc VfModuleModelDescription:NULL Artifacts UUID List:{ c6413b59-05c5-48ef-bee0-d073b94639fb , d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 } 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-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw6dae7ec40d7e..base_vfw..module-0", "vfModuleModelInvariantUUID": "afd0c3af-d196-4a55-820d-8c2e8c350ecc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "151c6ee1-c6c7-449f-8207-e50d99bd22f3", "vfModuleModelCustomizationUUID": "76769bdd-0492-4052-808a-1fa7eef23222", "isBase": true, "artifacts": [ "c6413b59-05c5-48ef-bee0-d073b94639fb", "d0a36ec1-b7f1-4f2e-9d99-891f9aacca98" ], "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-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw6dae7ec40d7e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:151c6ee1-c6c7-449f-8207-e50d99bd22f3 VfModuleModelInvariantUUID:afd0c3af-d196-4a55-820d-8c2e8c350ecc VfModuleModelDescription:NULL Artifacts UUID List:{ c6413b59-05c5-48ef-bee0-d073b94639fb , d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 } 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-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c6413b59-05c5-48ef-bee0-d073b94639fb from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml 2022-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T03:57:58.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml 2022-03-14T03:57:58.324Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T03:57:58.325Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml c6413b59-05c5-48ef-bee0-d073b94639fb 20368 2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml 2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T03:57:58.326Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:58.328Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:58.328Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230278326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T03:57:58.428Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:58.429Z||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-03-14T03:57:58.430Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:58.444Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:58.444Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:57:59.329Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 from URL: /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env 2022-03-14T03:57:59.330Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T03:57:59.330Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env 2022-03-14T03:57:59.381Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T03:57:59.381Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env d0a36ec1-b7f1-4f2e-9d99-891f9aacca98 2098 2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env 2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T03:57:59.382Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:57:59.385Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:57:59.385Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230279381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T03:57:59.485Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:57:59.486Z||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-03-14T03:57:59.486Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:57:59.499Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:57:59.500Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:58:00.386Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 704855a7-bacb-4b7d-83c9-74c5f579238d 2022-03-14T03:58:00.387Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 6dae7ec4-0d7e 0 35696a26-72c6-41dc-847f-c636c044cdf3 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T03:58:00.426Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@ba8fb12, org.onap.sdc.toscaparser.api.parameters.Input@7021d63e, org.onap.sdc.toscaparser.api.parameters.Input@7e6b6840, org.onap.sdc.toscaparser.api.parameters.Input@188e40d6, org.onap.sdc.toscaparser.api.parameters.Input@543248be] 2022-03-14T03:58:00.429Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= bdeb9b35-b611-48e6-a0c7-495c0e9f9dda 2022-03-14T03:58:00.430Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdeb9b35-b611-48e6-a0c7-495c0e9f9dda matches Tosca VF Customization UUID: bdeb9b35-b611-48e6-a0c7-495c0e9f9dda 2022-03-14T03:58:00.431Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: bdeb9b35-b611-48e6-a0c7-495c0e9f9dda 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-03-14T03:58:00.437Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.437Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.438Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id bdeb9b35-b611-48e6-a0c7-495c0e9f9dda: {\"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-03-14T03:58:00.438Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@54f26cae 2022-03-14T03:58:00.439Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.439Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T03:58:00.439Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 76769bdd-0492-4052-808a-1fa7eef23222 2022-03-14T03:58:00.440Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 76769bdd-0492-4052-808a-1fa7eef23222 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-03-14T03:58:00.444Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.445Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T03:58:00.446Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.447Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=91b55e5d-464b-461a-bb41-b0fe420c50ed 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-03-14T03:58:00.454Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:58:00.455Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-14T03:58:00.456Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-14T03:58:00.457Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-14T03:58:00.457Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.457Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14dcfede-fdf1-492f-b752-451693119c61 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-03-14T03:58:00.459Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.459Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:58:00.460Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:58:00.461Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.461Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-14T03:58:00.462Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-14T03:58:00.463Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=a49fe91f-fdf4-4366-9d1d-2e4be35a3900 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-03-14T03:58:00.465Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.465Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:58:00.465Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T03:58:00.466Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.466Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Node template vFW 6dae7ec4-0d7e 0 is matching search criteria 2022-03-14T03:58:00.466Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW 6dae7ec4-0d7e 0] matching following query criteria: sdcType=VF, customizationUUID=bdeb9b35-b611-48e6-a0c7-495c0e9f9dda 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-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 704855a7-bacb-4b7d-83c9-74c5f579238d: vFW 6dae7ec4-0d7e 2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T03:58:00.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-14 03-55-46 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T03:58:00.470Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||Saving Service: vFW 2022-03-14 03-55-46 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-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 6dae7ec4-0d7e 35696a26-72c6-41dc-847f-c636c044cdf3 1 ASDC deployResourceStructure 2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json ASDC sendASDCNotification 2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json 2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T03:58:00.760Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:58:00.762Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:58:00.762Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230280760, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T03:58:00.862Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:58:00.864Z||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-03-14T03:58:00.864Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:58:00.876Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:58:00.877Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:58:01.763Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-14T03:58:01.764Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml 2022-03-14T03:58:01.764Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T03:58:01.765Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:58:01.767Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:58:01.767Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230281763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T03:58:01.867Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:58:01.868Z||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-03-14T03:58:01.868Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:58:01.882Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:58:01.883Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:58:02.768Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-14T03:58:02.769Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env 2022-03-14T03:58:02.769Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T03:58:02.769Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:58:02.771Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:58:02.772Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230282768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T03:58:02.871Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T03:58:02.872Z||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-03-14T03:58:02.872Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:58:02.886Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:58:02.886Z||pool-16-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T03:58:03.773Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar ASDC sendASDCNotification 2022-03-14T03:58:03.774Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar 2022-03-14T03:58:03.774Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T03:58:03.774Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:58:03.778Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:58:03.778Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230283773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T03:58:03.878Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T03:58:03.879Z||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-03-14T03:58:03.879Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:58:03.892Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:58:03.892Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T03:58:04.780Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T03:58:04.810Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T03:58:04.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T03:58:04.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T03:58:04.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T03:58:34.813Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T03:58:34.826Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T03:58:34.829Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T03:58:34.829Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T03:58:34.829Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T03:58:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:58:35.411Z||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-03-14T03:58:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:58:36.044Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:58:36.053Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.053Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.056Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.056Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.056Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.057Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.057Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.057Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.058Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.058Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.059Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.059Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.059Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.060Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.060Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOTIFIED" } 2022-03-14T03:58:36.060Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.061Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.061Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.061Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOTIFIED" } 2022-03-14T03:58:36.062Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.062Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.062Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.063Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.063Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.064Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T03:58:36.064Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.064Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T03:58:36.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.065Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.065Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.065Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.066Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.066Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.066Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.067Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.067Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.067Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.068Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.068Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.069Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.069Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T03:58:36.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.070Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.070Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-14T03:58:36.071Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.071Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.072Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.072Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.073Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.073Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.074Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.075Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.075Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "dcae-sch", "timestamp": 1647230260373, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.076Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230261923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230258029, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.077Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230262404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230255408, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.078Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.078Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.079Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-14T03:58:36.079Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.079Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.080Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230272703, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.080Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.080Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230272722, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.081Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.081Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230272727, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.081Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230272841, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.082Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.082Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.082Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.083Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.083Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "cds", "timestamp": 1647230273743, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-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-03-14T03:58:36.095Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730 2022-03-14T03:58:36.095Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230273915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.106Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230275107, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230268947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230269385, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.109Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230276156, "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-03-14T03:58:36.115Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730 2022-03-14T03:58:36.116Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.125Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.125Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230276838, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "multicloud-k8s-id", "timestamp": 1647230277160, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230277221, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.126Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230277246, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230277495, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230278253, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230278326, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.128Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230278500, "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-03-14T03:58:36.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730 2022-03-14T03:58:36.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.145Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.145Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.145Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.146Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.146Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "policy-id", "timestamp": 1647230279258, "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-03-14T03:58:36.151Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730 2022-03-14T03:58:36.152Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230279381, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "ves-openapi-manager", "timestamp": 1647230273870, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230280760, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.162Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230281763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230282768, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vfw6dae7ec40d7e0_modules.json", "status": "NOTIFIED" } 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230283773, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/resourceInstances/vfw6dae7ec40d7e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230281614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "NOTIFIED" } 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230289405, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.165Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "aai-ml", "timestamp": 1647230290409, "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-03-14T03:58:36.171Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730 2022-03-14T03:58:36.171Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230302651, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T03:58:36.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.181Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230303967, "artifactURL": "/sdc/v1/catalog/services/Vfw20220314035546/1.0/artifacts/service-Vfw20220314035546-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T03:58:36.181Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T03:58:36.182Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T03:58:36.182Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "clamp", "timestamp": 1647230304970, "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-03-14T03:58:36.187Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 96440fc6-6d2b-419f-ba45-a9e98e1a9730 2022-03-14T03:58:36.187Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:59:04.830Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T03:59:04.847Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T03:59:04.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T03:59:04.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T03:59:04.851Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T03:59:04.852Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T03:59:04.853Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T03:59:04.860Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T03:59:34.860Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 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-03-14T03:59:34.871Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 96440fc6-6d2b-419f-ba45-a9e98e1a9730 and serviceModelVersionId: 704855a7-bacb-4b7d-83c9-74c5f579238d 2022-03-14T03:59:34.871Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5217b353-dd0c-49d5-961a-02e3cf933524 2022-03-14T03:59:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:59:35.412Z||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-03-14T03:59:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T03:59:44.961Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:59:46.714Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0 2022-03-14T03:59:46.798Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T03:59:47.239Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?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-03-14T03:59:47.243Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0|INFO|500||Invoke 2022-03-14T03:59:47.503Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T03:59:47.953Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0|INFO|500||InvokeReturn 2022-03-14T03:59:47.953Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5217b353-dd0c-49d5-961a-02e3cf933524/model-vers/model-ver/704855a7-bacb-4b7d-83c9-74c5f579238d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-03:59:47:514-27371], vertex-id=[413944], Content-Length=[0], Date=[Mon, 14 Mar 2022 03:59:47 GMT], Content-Type=[application/json]} 2022-03-14T03:59:47.953Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T03:59:47.956Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T03:59:47.957Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T03:59:47.963Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T03:59:47.964Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 96440fc6-6d2b-419f-ba45-a9e98e1a9730 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T03:59:47.965Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T03:59:47.965Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T03:59:47.967Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T03:59:47.967Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230387964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T03:59:48.068Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T03:59:48.069Z||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-03-14T03:59:48.069Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T03:59:48.083Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:59:48.083Z||pool-18-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-03-14T03:59:48.983Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:59:48.983Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T03:59:48.983Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T03:59:59.467Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T03:59:59.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T03:59:59.468Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T03:59:59.469Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:00:09.008Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:00:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:00:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:00:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:00:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:00:35.411Z||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-03-14T04:00:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:00:36.036Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:00:36.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T04:00:36.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "96440fc6-6d2b-419f-ba45-a9e98e1a9730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230387964, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:00:36.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:00:44.944Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:01:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:01:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:01:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:01:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:01:35.411Z||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-03-14T04:01:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:01:44.956Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:01:44.957Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:02:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:02:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:02:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:02:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:02:35.411Z||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-03-14T04:02:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:02:44.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:02:44.956Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:03:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:03:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:03:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:03:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:03:35.411Z||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-03-14T04:03:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:03:44.950Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:03:44.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:04:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:04:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:04:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:04:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:04:35.411Z||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-03-14T04:04:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:04:44.957Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:04:44.959Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:05:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:05:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:05:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:05:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:05:35.411Z||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-03-14T04:05:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:05:44.963Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:05:44.964Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:06:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:06:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:06:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:06:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:06:35.411Z||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-03-14T04:06:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:06:44.955Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:06:44.956Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:07:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:07:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:07:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:07:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:07:35.411Z||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-03-14T04:07:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:07:44.949Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:07:44.957Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:08:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:08:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:08:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:08:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:08:35.411Z||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-03-14T04:08:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:08:44.954Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:08:44.956Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:35.408Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:09:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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-03-14T04:09:35.409Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:35.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:09:35.411Z||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-03-14T04:09:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:36.038Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:36.039Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.039Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"122e1327-39be-4f2e-b86a-231262ddbb95","serviceName":"basic_onboard_vRmHVT","serviceVersion":"1.0","serviceUUID":"39999923-779b-4865-a109-604e16ca197c","serviceDescription":"service","serviceInvariantUUID":"ff3b866a-8912-4503-b289-a645e60b8882","resources":[{"resourceInstanceName":"basic_onboard_vRmHVT 0","resourceName":"basic_onboard_vRmHVT","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d3eaefb-d150-499d-9b70-51a8ee415efc","resourceInvariantUUID":"fb0bf1f2-4e33-43f2-8589-22fd8fb9a550","resourceCustomizationUUID":"66e4a1e0-25ff-4848-beb3-6bce40da2f72","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml","artifactChecksum":"NTg5YmJiYzBkMjg1Y2MzZGY1ZDcyYjE2YjBmMGM3OGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a888e037-7ef4-4c63-b329-07ee156b606d","artifactVersion":"1"},{"artifactName":"basic_onboard_vrmhvt0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json","artifactChecksum":"YzdmZjNkOTQ5OWIwOTk5MTVhNWUwZjQ1Yjk1ZGMzMjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a7d6a698-7bec-4133-acd8-10aebf1b479b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"47f27c44-9b92-45bb-b466-2c9824410b91","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"375215fe-4a4f-4a8b-9a58-186c557098d3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"78fdc5bd-6241-450f-8c45-fb3a0bea0ae2","artifactVersion":"2","generatedFromUUID":"47f27c44-9b92-45bb-b466-2c9824410b91"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardVrmhvt-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml","artifactChecksum":"OTg4OTNjN2EwYWE5MDk1M2U3OGUyOGJhZTJmYzA3MDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b64eb578-65c0-4ab9-9c3f-90cea7915ef0","artifactVersion":"1"},{"artifactName":"service-BasicOnboardVrmhvt-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar","artifactChecksum":"ZjM2YTIxMTVmMTAyZGJkYTIyODFhMjA3MGZiZDY5YTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"636ef57d-3bca-4f51-9211-8f6ed0c2ff25","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:09:36.040Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:36.042Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:36.042Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:36.044Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.044Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.044Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:36.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.045Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.045Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.045Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:09:36.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230941614, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "dcae-sch", "timestamp": 1647230940373, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230941923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230952238, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230953444, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230954645, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230948029, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:36.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230955673, "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-03-14T04:09:36.072Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95 2022-03-14T04:09:36.072Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230955941, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230949385, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "multicloud-k8s-id", "timestamp": 1647230956676, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.082Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "cds", "timestamp": 1647230956947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-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-03-14T04:09:36.087Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95 2022-03-14T04:09:36.087Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.096Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230957344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.097Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230958348, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.098Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230959043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230952404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.099Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "policy-id", "timestamp": 1647230959350, "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-03-14T04:09:36.105Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95 2022-03-14T04:09:36.105Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.112Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.112Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230960251, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.113Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "ves-openapi-manager", "timestamp": 1647230953870, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.114Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.114Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230961051, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:09:36.115Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.115Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.115Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "clamp", "timestamp": 1647230962053, "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-03-14T04:09:36.121Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95 2022-03-14T04:09:36.122Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230962490, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:09:36.131Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647230963494, "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-03-14T04:09:36.139Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95 2022-03-14T04:09:36.139Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:09:36.145Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T04:09:36.145Z||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-03-14T04:09:36.145Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:36.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230958947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:09:36.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230966713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:36.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230972696, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:09:36.151Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:09:36.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:09:36.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "aai-ml", "timestamp": 1647230973699, "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-03-14T04:09:36.158Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 122e1327-39be-4f2e-b86a-231262ddbb95 2022-03-14T04:09:36.158Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:36.159Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 122e1327-39be-4f2e-b86a-231262ddbb95 and ComponentName AAI 2022-03-14T04:09:36.159Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T04:09:37.045Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:37.046Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:37.047Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:37.047Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:09:37.148Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:37.149Z||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-03-14T04:09:37.149Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:37.161Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:37.162Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:38.048Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:38.049Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:38.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:38.051Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:09:38.151Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:38.152Z||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-03-14T04:09:38.152Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:38.165Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:38.165Z||pool-21-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:09:39.052Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:39.054Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:39.056Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:39.056Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:39.157Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:09:39.157Z||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-03-14T04:09:39.158Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:39.171Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:39.171Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:40.057Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:40.058Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:40.060Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:40.060Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T04:09:40.160Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:40.161Z||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-03-14T04:09:40.161Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:40.174Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:40.175Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:41.060Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:41.062Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:41.064Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:41.064Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:09:41.165Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:41.165Z||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-03-14T04:09:41.166Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:41.178Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:41.179Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:42.065Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:09:42.066Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:42.068Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:42.068Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:09:42.168Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:42.169Z||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-03-14T04:09:42.169Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:42.183Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:42.183Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:43.069Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "serviceName": "basic_onboard_vRmHVT", "serviceVersion": "1.0", "serviceUUID": "39999923-779b-4865-a109-604e16ca197c", "serviceDescription": "service", "serviceInvariantUUID": "ff3b866a-8912-4503-b289-a645e60b8882", "resources": [ { "resourceInstanceName": "basic_onboard_vRmHVT 0", "resourceCustomizationUUID": "66e4a1e0-25ff-4848-beb3-6bce40da2f72", "resourceName": "basic_onboard_vRmHVT", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7d3eaefb-d150-499d-9b70-51a8ee415efc", "resourceInvariantUUID": "fb0bf1f2-4e33-43f2-8589-22fd8fb9a550", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_vrmhvt0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "artifactChecksum": "YzdmZjNkOTQ5OWIwOTk5MTVhNWUwZjQ1Yjk1ZGMzMjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a7d6a698-7bec-4133-acd8-10aebf1b479b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "47f27c44-9b92-45bb-b466-2c9824410b91", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "78fdc5bd-6241-450f-8c45-fb3a0bea0ae2", "generatedFromUUID": "47f27c44-9b92-45bb-b466-2c9824410b91" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "78fdc5bd-6241-450f-8c45-fb3a0bea0ae2", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardVrmhvt-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "artifactChecksum": "ZjM2YTIxMTVmMTAyZGJkYTIyODFhMjA3MGZiZDY5YTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "636ef57d-3bca-4f51-9211-8f6ed0c2ff25" } ], "workloadContext": "Production" } 2022-03-14T04:09:43.070Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:09:43.070Z|96440fc6-6d2b-419f-ba45-a9e98e1a9730|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 39999923-779b-4865-a109-604e16ca197c ASDC 2022-03-14T04:09:43.070Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:122e1327-39be-4f2e-b86a-231262ddbb95 ServiceName:basic_onboard_vRmHVT ServiceVersion:1.0 ServiceUUID:39999923-779b-4865-a109-604e16ca197c ServiceInvariantUUID:ff3b866a-8912-4503-b289-a645e60b8882 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardVrmhvt-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar ArtifactUUID:636ef57d-3bca-4f51-9211-8f6ed0c2ff25 ArtifactChecksum:ZjM2YTIxMTVmMTAyZGJkYTIyODFhMjA3MGZiZDY5YTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_vRmHVT 0 ResourceCustomizationUUID:66e4a1e0-25ff-4848-beb3-6bce40da2f72 ResourceInvariantUUID:fb0bf1f2-4e33-43f2-8589-22fd8fb9a550 ResourceName:basic_onboard_vRmHVT ResourceType:VF ResourceUUID:7d3eaefb-d150-499d-9b70-51a8ee415efc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_vrmhvt0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json ArtifactUUID:a7d6a698-7bec-4133-acd8-10aebf1b479b ArtifactChecksum:YzdmZjNkOTQ5OWIwOTk5MTVhNWUwZjQ1Yjk1ZGMzMjE= 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/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml ArtifactUUID:47f27c44-9b92-45bb-b466-2c9824410b91 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/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env ArtifactUUID:78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 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/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env ArtifactUUID:78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T04:09:43.071Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 39999923-779b-4865-a109-604e16ca197c 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-03-14T04:09:43.103Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 636ef57d-3bca-4f51-9211-8f6ed0c2ff25 from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:09:43.104Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:43.241Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar 636ef57d-3bca-4f51-9211-8f6ed0c2ff25 71548 2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar ASDC sendASDCNotification 2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:43.247Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:09:43.248Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:43.249Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:43.249Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230983247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:43.350Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:09:43.351Z||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-03-14T04:09:43.351Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:43.363Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:43.363Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:44.250Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:09:44.251Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:09:44.251Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 636ef57d-3bca-4f51-9211-8f6ed0c2ff25, URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar to file: /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:44.257Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:44.258Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:44.258Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:44.524Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7677315441641647113/Definitions/service-BasicOnboardVrmhvt-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-03-14T04:09:45.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:09:45.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:09:45.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_vRmHVT 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-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||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-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:09:45.789Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.790Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is not matching search criteria 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:09:45.792Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.793Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is not matching search criteria 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e2c779-a942-401e-acff-2dbae4ea1d9f 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:45.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_vRmHVT Description:service Model UUID:39999923-779b-4865-a109-604e16ca197c Model Version:NULL Model InvariantUuid:ff3b866a-8912-4503-b289-a645e60b8882 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_vRmHVT Model UUID:e5d1cc51-bf13-409d-be2d-37f8d980d177 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fb0bf1f2-4e33-43f2-8589-22fd8fb9a550 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:66e4a1e0-25ff-4848-beb3-6bce40da2f72 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:215adfbe-40a1-4e05-b529-9bb10c8cc73f ModelName:BasicOnboardVrmhvt..base_ubuntu18..module-0 ModelUuid:cb3ba1a5-db57-41cd-a02a-53820aff79d2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:69e2c779-a942-401e-acff-2dbae4ea1d9f ModelInvariantUuid:1c48cb04-7f37-44af-aa97-020f9339dbc9 ModelName:basic_onboard_vRmHVT-nodes.ubuntu18Cvfc ModelUuid:8f5b6451-03d8-493e-a050-696ec5a14460 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:2ff2a8fc-d321-4799-b114-1e6b547649d0 ModelInvariantUuid:d62cd018-91f4-44f4-b87e-2bdb26590c47 ModelName:BasicOnboardVrmhvt.compute.nodes.heat.ubuntu18 ModelUuid:2da36d95-ffdb-405e-81f1-cfc44440e1f4 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-03-14T04:09:45.801Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d3eaefb-d150-499d-9b70-51a8ee415efc 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-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||basic_onboard_vRmHVT 0 2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d3eaefb-d150-499d-9b70-51a8ee415efc 2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a7d6a698-7bec-4133-acd8-10aebf1b479b from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json 2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:09:45.803Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json 2022-03-14T04:09:46.137Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json a7d6a698-7bec-4133-acd8-10aebf1b479b 798 2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json ASDC sendASDCNotification 2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json 2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:09:46.138Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:46.140Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:46.140Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230986138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:46.240Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:46.241Z||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-03-14T04:09:46.242Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:46.255Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:46.256Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:47.140Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVrmhvt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "215adfbe-40a1-4e05-b529-9bb10c8cc73f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb3ba1a5-db57-41cd-a02a-53820aff79d2", "vfModuleModelCustomizationUUID": "80727850-5a34-4018-a3e8-72bf902baa7b", "isBase": true, "artifacts": [ "47f27c44-9b92-45bb-b466-2c9824410b91", "78fdc5bd-6241-450f-8c45-fb3a0bea0ae2" ], "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-03-14T04:09:47.145Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVrmhvt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cb3ba1a5-db57-41cd-a02a-53820aff79d2 VfModuleModelInvariantUUID:215adfbe-40a1-4e05-b529-9bb10c8cc73f VfModuleModelDescription:NULL Artifacts UUID List:{ 47f27c44-9b92-45bb-b466-2c9824410b91 , 78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 } 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-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardVrmhvt..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "215adfbe-40a1-4e05-b529-9bb10c8cc73f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "cb3ba1a5-db57-41cd-a02a-53820aff79d2", "vfModuleModelCustomizationUUID": "80727850-5a34-4018-a3e8-72bf902baa7b", "isBase": true, "artifacts": [ "47f27c44-9b92-45bb-b466-2c9824410b91", "78fdc5bd-6241-450f-8c45-fb3a0bea0ae2" ], "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-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardVrmhvt..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:cb3ba1a5-db57-41cd-a02a-53820aff79d2 VfModuleModelInvariantUUID:215adfbe-40a1-4e05-b529-9bb10c8cc73f VfModuleModelDescription:NULL Artifacts UUID List:{ 47f27c44-9b92-45bb-b466-2c9824410b91 , 78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 } 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-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 47f27c44-9b92-45bb-b466-2c9824410b91 from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml 2022-03-14T04:09:47.148Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:09:47.149Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml 2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml 47f27c44-9b92-45bb-b466-2c9824410b91 5033 2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml 2022-03-14T04:09:47.345Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:09:47.346Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:47.347Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:47.347Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230987345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:47.448Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:09:47.448Z||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-03-14T04:09:47.449Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:47.462Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:47.462Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:09:48.348Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 from URL: /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env 2022-03-14T04:09:48.349Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:09:48.349Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env 2022-03-14T04:09:48.645Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:09:48.645Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env 78fdc5bd-6241-450f-8c45-fb3a0bea0ae2 909 2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env 2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:09:48.646Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:48.648Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:48.649Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230988646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:09:48.749Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:48.750Z||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-03-14T04:09:48.750Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:48.763Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:48.763Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:49.649Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 39999923-779b-4865-a109-604e16ca197c 2022-03-14T04:09:49.650Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_vRmHVT 0 7d3eaefb-d150-499d-9b70-51a8ee415efc 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-03-14T04:09:49.666Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@411f3de, org.onap.sdc.toscaparser.api.parameters.Input@214e6428, org.onap.sdc.toscaparser.api.parameters.Input@475f058d, org.onap.sdc.toscaparser.api.parameters.Input@435b77ce, org.onap.sdc.toscaparser.api.parameters.Input@48dfe378] 2022-03-14T04:09:49.667Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 66e4a1e0-25ff-4848-beb3-6bce40da2f72 2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66e4a1e0-25ff-4848-beb3-6bce40da2f72 matches Tosca VF Customization UUID: 66e4a1e0-25ff-4848-beb3-6bce40da2f72 2022-03-14T04:09:49.668Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 66e4a1e0-25ff-4848-beb3-6bce40da2f72 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-03-14T04:09:49.670Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.670Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 66e4a1e0-25ff-4848-beb3-6bce40da2f72: {\"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-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7d02ef0e 2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 80727850-5a34-4018-a3e8-72bf902baa7b 2022-03-14T04:09:49.671Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 80727850-5a34-4018-a3e8-72bf902baa7b 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-03-14T04:09:49.673Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.673Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is not matching search criteria 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-14T04:09:49.674Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T04:09:49.675Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=69e2c779-a942-401e-acff-2dbae4ea1d9f 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-03-14T04:09:49.676Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_vRmHVT 0 is matching search criteria 2022-03-14T04:09:49.677Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_vRmHVT 0] matching following query criteria: sdcType=VF, customizationUUID=66e4a1e0-25ff-4848-beb3-6bce40da2f72 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-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 39999923-779b-4865-a109-604e16ca197c: basic_onboard_vRmHVT 2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.679Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_vRmHVT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:09:49.680Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_vRmHVT 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-03-14T04:09:49.763Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_vRmHVT 7d3eaefb-d150-499d-9b70-51a8ee415efc 1 ASDC deployResourceStructure 2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json ASDC sendASDCNotification 2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json 2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:09:49.764Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:49.766Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:49.766Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230989764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:09:49.867Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:49.867Z||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-03-14T04:09:49.867Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:49.881Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:49.881Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:09:50.767Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-14T04:09:50.768Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml 2022-03-14T04:09:50.768Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:09:50.768Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:50.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:50.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230990767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:09:50.870Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:50.871Z||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-03-14T04:09:50.871Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:50.884Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:50.885Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:51.770Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-14T04:09:51.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env 2022-03-14T04:09:51.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:09:51.771Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:51.773Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:51.773Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230991770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-14T04:09:51.873Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:51.874Z||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-03-14T04:09:51.875Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:51.888Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:51.889Z||pool-32-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:52.774Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar ASDC sendASDCNotification 2022-03-14T04:09:52.774Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar 2022-03-14T04:09:52.775Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:09:52.775Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:09:52.778Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:09:52.778Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230992774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:09:52.878Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:09:52.879Z||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-03-14T04:09:52.879Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:09:52.895Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:09:52.896Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:09:53.779Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 122e1327-39be-4f2e-b86a-231262ddbb95 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:09:53.791Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 122e1327-39be-4f2e-b86a-231262ddbb95 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:09:53.794Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:09:53.795Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:09:53.796Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:09:53.801Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:10:23.801Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 122e1327-39be-4f2e-b86a-231262ddbb95 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-03-14T04:10:23.806Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 122e1327-39be-4f2e-b86a-231262ddbb95 and serviceModelVersionId: 39999923-779b-4865-a109-604e16ca197c 2022-03-14T04:10:23.806Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ff3b866a-8912-4503-b289-a645e60b8882 2022-03-14T04:10:23.807Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0 2022-03-14T04:10:23.812Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:10:23.849Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|INFO|500||Invoke 2022-03-14T04:10:23.849Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[122e1327-39be-4f2e-b86a-231262ddbb95], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe9d22f8-6648-46c6-b002-45a54aa793c3], X-ECOMP-RequestID=[122e1327-39be-4f2e-b86a-231262ddbb95], X-TransactionId=[], X-ONAP-RequestID=[122e1327-39be-4f2e-b86a-231262ddbb95], Content-Type=[application/merge-patch+json]} 2022-03-14T04:10:23.870Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:10:24.026Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?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/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220314-04:10:23:878-9348], vertex-id=[172248], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:10:23 GMT], Content-Type=[application/json]} 2022-03-14T04:10:24.026Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:10:24.027Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ff3b866a-8912-4503-b289-a645e60b8882/model-vers/model-ver/39999923-779b-4865-a109-604e16ca197c?depth=0|INFO|500||InvokeReturn 2022-03-14T04:10:24.027Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:10:24.027Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 122e1327-39be-4f2e-b86a-231262ddbb95 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:10:24.032Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:10:24.035Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:10:24.035Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231024032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:10:24.135Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:10:24.136Z||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-03-14T04:10:24.136Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:10:24.150Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:10:24.150Z||pool-34-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-03-14T04:10:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:10:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:10:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:10:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:10:35.411Z||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-03-14T04:10:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:10:35.533Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:10:35.534Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:10:35.534Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:10:35.535Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:10:44.948Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:11:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:11:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:11:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:11:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:11:35.411Z||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-03-14T04:11:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:11:35.941Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:11:35.942Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.942Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.943Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230975408, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230983247, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230986138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:11:35.944Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230987345, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230988646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230989764, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/basic_onboard_vrmhvt0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.945Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230990767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230991770, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/resourceInstances/basic_onboard_vrmhvt0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647230992774, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardVrmhvt/1.0/artifacts/service-BasicOnboardVrmhvt-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "122e1327-39be-4f2e-b86a-231262ddbb95", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231024032, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:11:35.946Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:11:44.955Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:12:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:12:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:12:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:12:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:12:35.411Z||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-03-14T04:12:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:12:44.955Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:12:44.957Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:13:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:13:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:13:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:13:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:13:35.411Z||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-03-14T04:13:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:13:44.954Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:13:44.957Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:14:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:14:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:14:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:14:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:14:35.411Z||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-03-14T04:14:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:14:44.952Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:14:44.956Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:15:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:15:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:15:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:15:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:15:35.411Z||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-03-14T04:15:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:15:44.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:15:44.956Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:16:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:16:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:16:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:16:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:16:35.411Z||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-03-14T04:16:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:16:44.953Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:16:44.954Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:17:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:17:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:17:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:17:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:17:35.411Z||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-03-14T04:17:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:17:44.953Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:17:44.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:18:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:18:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:18:35.409Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:18:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:18:35.411Z||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-03-14T04:18:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:18:44.954Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:18:44.956Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:19:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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-03-14T04:19:35.408Z|122e1327-39be-4f2e-b86a-231262ddbb95|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:19:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:19:35.411Z||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-03-14T04:19:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:19:42.078Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:42.079Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T04:19:42.079Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"195fc6b6-edc7-45cb-8352-c073814ba74b","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"5623e62c-28f1-463f-b6f9-f1b0b919cef4","serviceDescription":"service","serviceInvariantUUID":"20043c39-e884-43ca-9e07-434804484be0","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4d17c44a-608b-4387-8b81-66c4b1d469f3","resourceInvariantUUID":"aa87e649-0e54-4097-ad69-37a96d46ddf6","resourceCustomizationUUID":"72947d77-517e-4a9e-ad95-4a8e80224be2","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":"YzJkZmVhMzc0NmU5NTI4NWFhMjcyM2ZkZDVjYjdiNmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe389c3d-ba70-46a9-9999-ec083e2ce85d","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MDFmMjZlMjdiM2NlM2IxM2Y1N2Y5ODFiNDYyNGE3OTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"36fc4e10-8e97-4d1c-86de-25debbf5819a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:19:42.083Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:19:42.083Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:19:42.086Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:19:42.086Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231575408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:19:42.186Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:19:42.187Z||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-03-14T04:19:42.187Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:19:42.204Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:42.204Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:19:42.314Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:42.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:19:42.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "ves-openapi-manager", "timestamp": 1647231573870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:19:42.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:19:42.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:19:42.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "cds", "timestamp": 1647231578028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:19:42.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:19:43.086Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:19:43.087Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:19:43.089Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:19:43.089Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231575408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:19:43.189Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:19:43.190Z||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-03-14T04:19:43.190Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:19:43.202Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:43.202Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:19:44.090Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "5623e62c-28f1-463f-b6f9-f1b0b919cef4", "serviceDescription": "service", "serviceInvariantUUID": "20043c39-e884-43ca-9e07-434804484be0", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "72947d77-517e-4a9e-ad95-4a8e80224be2", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "4d17c44a-608b-4387-8b81-66c4b1d469f3", "resourceInvariantUUID": "aa87e649-0e54-4097-ad69-37a96d46ddf6", "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": "MDFmMjZlMjdiM2NlM2IxM2Y1N2Y5ODFiNDYyNGE3OTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "36fc4e10-8e97-4d1c-86de-25debbf5819a" } ], "workloadContext": "Production" } 2022-03-14T04:19:44.091Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:19:44.091Z|122e1327-39be-4f2e-b86a-231262ddbb95|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5623e62c-28f1-463f-b6f9-f1b0b919cef4 ASDC 2022-03-14T04:19:44.091Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:195fc6b6-edc7-45cb-8352-c073814ba74b ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:5623e62c-28f1-463f-b6f9-f1b0b919cef4 ServiceInvariantUUID:20043c39-e884-43ca-9e07-434804484be0 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:36fc4e10-8e97-4d1c-86de-25debbf5819a ArtifactChecksum:MDFmMjZlMjdiM2NlM2IxM2Y1N2Y5ODFiNDYyNGE3OTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:72947d77-517e-4a9e-ad95-4a8e80224be2 ResourceInvariantUUID:aa87e649-0e54-4097-ad69-37a96d46ddf6 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:4d17c44a-608b-4387-8b81-66c4b1d469f3 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-14T04:19:44.091Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5623e62c-28f1-463f-b6f9-f1b0b919cef4 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-03-14T04:19:44.120Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 36fc4e10-8e97-4d1c-86de-25debbf5819a from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:19:44.121Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T04:19:44.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 36fc4e10-8e97-4d1c-86de-25debbf5819a 52484 2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:19:44.552Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:19:44.554Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:19:44.555Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231584552, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:19:44.655Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:19:44.656Z||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-03-14T04:19:44.656Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:19:44.667Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:44.668Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:19:45.555Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:19:45.556Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:19:45.556Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 36fc4e10-8e97-4d1c-86de-25debbf5819a, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:45.557Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-14T04:19:45.557Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:45.557Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:45.630Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1494865414459935031/Definitions/service-BasicNetwork-template.yml 2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-14T04:19:46.022Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.023Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.024Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:5623e62c-28f1-463f-b6f9-f1b0b919cef4 Model Version:NULL Model InvariantUuid:20043c39-e884-43ca-9e07-434804484be0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:aa87e649-0e54-4097-ad69-37a96d46ddf6 Model UUID:77547879-4c08-4a09-991b-af9560b5a8d4 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:72947d77-517e-4a9e-ad95-4a8e80224be2 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-03-14T04:19:46.031Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: 4d17c44a-608b-4387-8b81-66c4b1d469f3 2022-03-14T04:19:46.032Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||No resources found for Service: 5623e62c-28f1-463f-b6f9-f1b0b919cef4 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-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500|| 2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 5623e62c-28f1-463f-b6f9-f1b0b919cef4 2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5623e62c-28f1-463f-b6f9-f1b0b919cef4 2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-14T04:19:46.035Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:19:46.039Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41641efc, org.onap.sdc.toscaparser.api.parameters.Input@31038396, org.onap.sdc.toscaparser.api.parameters.Input@6ed34c5a, org.onap.sdc.toscaparser.api.parameters.Input@3b3af56e, org.onap.sdc.toscaparser.api.parameters.Input@5a488f0b] 2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5623e62c-28f1-463f-b6f9-f1b0b919cef4: Generic NeutronNet 2022-03-14T04:19:46.040Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.041Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.041Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.041Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-14T04:19:46.061Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.061Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:19:46.062Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-14T04:19:46.127Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-14T04:19:46.127Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-14T04:19:46.128Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-14T04:19:46.128Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:19:46.128Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:19:46.129Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:19:46.129Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231586127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:19:46.230Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:19:46.231Z||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-03-14T04:19:46.231Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:19:46.242Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:19:46.242Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:19:47.130Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:19:47.143Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:19:47.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:19:47.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:19:47.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:20:17.146Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:20:17.158Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:20:17.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:20:17.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:20:17.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:20:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:20:35.412Z||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-03-14T04:20:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:20:35.437Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:20:35.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:20:35.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231575408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:20:35.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:20:47.160Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:20:47.173Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:20:47.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:20:47.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:20:47.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:21:17.175Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:21:17.184Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:21:17.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:21:17.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:21:17.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:21:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:21:35.412Z||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-03-14T04:21:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:21:35.438Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:21:35.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:21:35.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "dcae-sch", "timestamp": 1647231580373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:21:35.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:21:47.187Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:21:47.200Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:21:47.202Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:21:47.202Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:21:47.203Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:22:17.203Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:22:17.216Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:22:17.219Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:22:17.219Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:22:17.219Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:22:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:22:35.412Z||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-03-14T04:22:35.412Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:22:35.439Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:22:35.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "multicloud-k8s-id", "timestamp": 1647231581923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231582404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "ves-openapi-manager", "timestamp": 1647231573870, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "cds", "timestamp": 1647231578028, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "dcae-sch", "timestamp": 1647231580373, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231575408, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "multicloud-k8s-id", "timestamp": 1647231581923, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231582404, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231584552, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.444Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "cds", "timestamp": 1647231584553, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:22:35.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231585258, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:22:35.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "cds", "timestamp": 1647231585559, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:22:35.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b 2022-03-14T04:22:35.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231586127, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:22:35.466Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231586718, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:22:35.467Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231587723, "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-03-14T04:22:35.473Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b 2022-03-14T04:22:35.473Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "aai-ml", "timestamp": 1647231588947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "policy-id", "timestamp": 1647231589385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "aai-ml", "timestamp": 1647231588947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "policy-id", "timestamp": 1647231589385, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "aai-ml", "timestamp": 1647231591843, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:22:35.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "policy-id", "timestamp": 1647231592607, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "policy-id", "timestamp": 1647231593612, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "policy-id", "timestamp": 1647231594614, "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-03-14T04:22:35.488Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b 2022-03-14T04:22:35.488Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "aai-ml", "timestamp": 1647231595599, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:22:35.497Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "aai-ml", "timestamp": 1647231596602, "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-03-14T04:22:35.502Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b 2022-03-14T04:22:35.503Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:35.512Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "clamp", "timestamp": 1647231601614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:22:35.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.513Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.513Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "clamp", "timestamp": 1647231601614, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:22:35.513Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "clamp", "timestamp": 1647231610751, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:22:35.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.514Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "clamp", "timestamp": 1647231612155, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:22:35.514Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:22:35.515Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:22:35.515Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "clamp", "timestamp": 1647231613158, "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-03-14T04:22:35.521Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 195fc6b6-edc7-45cb-8352-c073814ba74b 2022-03-14T04:22:35.521Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:22:47.220Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:22:47.233Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:22:47.239Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:22:47.240Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:22:47.245Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:23:17.245Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 195fc6b6-edc7-45cb-8352-c073814ba74b 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-03-14T04:23:17.253Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 195fc6b6-edc7-45cb-8352-c073814ba74b and serviceModelVersionId: 5623e62c-28f1-463f-b6f9-f1b0b919cef4 2022-03-14T04:23:17.253Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 20043c39-e884-43ca-9e07-434804484be0 2022-03-14T04:23:17.254Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0 2022-03-14T04:23:17.261Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:23:17.295Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|INFO|500||Invoke 2022-03-14T04:23:17.296Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[195fc6b6-edc7-45cb-8352-c073814ba74b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8c7edf61-5f16-4528-ba74-f82745580f88], X-ECOMP-RequestID=[195fc6b6-edc7-45cb-8352-c073814ba74b], X-TransactionId=[], X-ONAP-RequestID=[195fc6b6-edc7-45cb-8352-c073814ba74b], Content-Type=[application/merge-patch+json]} 2022-03-14T04:23:17.314Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:23:17.541Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?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/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-04:23:17:323-1620], vertex-id=[176344], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:23:17 GMT], Content-Type=[application/json]} 2022-03-14T04:23:17.541Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:23:17.542Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/20043c39-e884-43ca-9e07-434804484be0/model-vers/model-ver/5623e62c-28f1-463f-b6f9-f1b0b919cef4?depth=0|INFO|500||InvokeReturn 2022-03-14T04:23:17.542Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:23:17.542Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:23:17.547Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T04:23:17.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 195fc6b6-edc7-45cb-8352-c073814ba74b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:23:17.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:23:17.548Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:17.550Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:17.550Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231797548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:23:17.650Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:17.651Z||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-03-14T04:23:17.652Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:17.667Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:17.668Z||pool-39-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-03-14T04:23:18.562Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:23:18.562Z|195fc6b6-edc7-45cb-8352-c073814ba74b|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-03-14T04:23:18.562Z|195fc6b6-edc7-45cb-8352-c073814ba74b|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:22.909Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:22.910Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T04:23:22.911Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696","serviceName":"Demo_pNF_BsMvu96quHMEvtKXQTYx","serviceVersion":"1.0","serviceUUID":"3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8","serviceDescription":"catalog service description","serviceInvariantUUID":"e20868b9-c69d-47b8-bf04-e4948254a50d","resources":[{"resourceInstanceName":"pNF 55854a70-00e4 0","resourceName":"pNF 55854a70-00e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"181068d7-5138-4f11-b554-e620cdff2b45","resourceInvariantUUID":"93de5ca5-eb97-4fc8-97b8-4937ab912191","resourceCustomizationUUID":"4b5e05e4-8d6d-4125-b598-4efd26f39e60","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml","artifactChecksum":"MjY1YzZlN2IxMTQ3ZDhkYzVlYTFiM2U1OGJhZjQzY2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b1e00ff-4512-49d7-9cc7-ba0f6e9c6906","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar","artifactChecksum":"MjdjZDZkOWY3OTIzNDkzN2QxMThiYjgyODE2ZmU4NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c100cbd0-401d-429b-982a-e8062f528fc3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f1ff7bc0-8cf0-4b2b-b865-0011e1bbaf1b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml","artifactChecksum":"MTJmYmE0YTljY2I1NTk0OGY1YTRmMjliZjY2MDM5YTI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c007e742-2c61-4538-a1ec-cd8f8237623d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"114f8593-47ab-44ac-a466-35a7d1628c7a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"120b7bbb-063f-4aa3-807a-16bd14f7704b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml","artifactChecksum":"ODIzNDAzMzYwZDQzYTY2ZWQyMDFkYmQ1YTQyNTc5NzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75d49940-231d-42f7-996d-ca4d14925a36","artifactVersion":"1"},{"artifactName":"service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar","artifactChecksum":"MDZkZjZmMzkzNDU3NDBkOTY4Y2ZjMTRlYWJjODc1ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ae96521-aa3e-4479-b4be-a5ff38dd8815","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:23:22.913Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:22.913Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:22.916Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:22.916Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:23.016Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:23.017Z||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-03-14T04:23:23.017Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:23.028Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:23.029Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:23.916Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:23.918Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:23.921Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:23.921Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:24.021Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:24.022Z||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-03-14T04:23:24.022Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:24.036Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:24.036Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:24.921Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:24.922Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:24.924Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:24.925Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:25.025Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:25.026Z||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-03-14T04:23:25.026Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:25.038Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:25.039Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:25.925Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:25.926Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:25.929Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:25.929Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:26.029Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:26.030Z||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-03-14T04:23:26.030Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:26.042Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:26.042Z||pool-43-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:26.929Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:26.930Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:26.932Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:26.932Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:27.032Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:27.033Z||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-03-14T04:23:27.033Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:27.046Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:27.047Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:27.932Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:27.933Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:27.935Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:27.935Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:28.035Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:28.036Z||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-03-14T04:23:28.036Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:28.050Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:28.050Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:28.936Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:28.937Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:28.939Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:28.940Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:29.040Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:29.041Z||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-03-14T04:23:29.041Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:29.053Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:29.053Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:29.940Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:23:29.941Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:29.943Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:29.943Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:30.043Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:30.044Z||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-03-14T04:23:30.044Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:30.056Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:30.057Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:30.945Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "serviceName": "Demo_pNF_BsMvu96quHMEvtKXQTYx", "serviceVersion": "1.0", "serviceUUID": "3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "e20868b9-c69d-47b8-bf04-e4948254a50d", "resources": [ { "resourceInstanceName": "pNF 55854a70-00e4 0", "resourceCustomizationUUID": "4b5e05e4-8d6d-4125-b598-4efd26f39e60", "resourceName": "pNF 55854a70-00e4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "181068d7-5138-4f11-b554-e620cdff2b45", "resourceInvariantUUID": "93de5ca5-eb97-4fc8-97b8-4937ab912191", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "artifactChecksum": "MDZkZjZmMzkzNDU3NDBkOTY4Y2ZjMTRlYWJjODc1ZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ae96521-aa3e-4479-b4be-a5ff38dd8815" } ], "workloadContext": "Production" } 2022-03-14T04:23:30.945Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:23:30.945Z|195fc6b6-edc7-45cb-8352-c073814ba74b|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 ASDC 2022-03-14T04:23:30.945Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 ServiceName:Demo_pNF_BsMvu96quHMEvtKXQTYx ServiceVersion:1.0 ServiceUUID:3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 ServiceInvariantUUID:e20868b9-c69d-47b8-bf04-e4948254a50d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar ArtifactUUID:5ae96521-aa3e-4479-b4be-a5ff38dd8815 ArtifactChecksum:MDZkZjZmMzkzNDU3NDBkOTY4Y2ZjMTRlYWJjODc1ZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 55854a70-00e4 0 ResourceCustomizationUUID:4b5e05e4-8d6d-4125-b598-4efd26f39e60 ResourceInvariantUUID:93de5ca5-eb97-4fc8-97b8-4937ab912191 ResourceName:pNF 55854a70-00e4 ResourceType:PNF ResourceUUID:181068d7-5138-4f11-b554-e620cdff2b45 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-14T04:23:30.945Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 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-03-14T04:23:30.974Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5ae96521-aa3e-4479-b4be-a5ff38dd8815 from URL: /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:23:30.975Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:31.112Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 5ae96521-aa3e-4479-b4be-a5ff38dd8815 82628 2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar ASDC sendASDCNotification 2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:23:31.118Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:31.120Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:31.120Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231811118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:31.220Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:31.221Z||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-03-14T04:23:31.221Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:31.234Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:31.234Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:32.121Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:23:32.122Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:23:32.122Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5ae96521-aa3e-4479-b4be-a5ff38dd8815, URL: /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar to file: /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.123Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.123Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.123Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.205Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9729953387018438442/Definitions/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml 2022-03-14T04:23:32.771Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:23:32.771Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:23:32.771Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 55854a70-00e4 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-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Node template pNF 55854a70-00e4 0 is matching search criteria 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 55854a70-00e4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.772Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Node template pNF 55854a70-00e4 0 is matching search criteria 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 55854a70-00e4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.773Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_BsMvu96quHMEvtKXQTYx Description:catalog service description Model UUID:3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 Model Version:NULL Model InvariantUuid:e20868b9-c69d-47b8-bf04-e4948254a50d 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-03-14T04:23:32.780Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 181068d7-5138-4f11-b554-e620cdff2b45 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-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||pNF 55854a70-00e4 0 2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 181068d7-5138-4f11-b554-e620cdff2b45 2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 2022-03-14T04:23:32.783Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 55854a70-00e4 0 181068d7-5138-4f11-b554-e620cdff2b45 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-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@37ea30ca, org.onap.sdc.toscaparser.api.parameters.Input@291d8a7, org.onap.sdc.toscaparser.api.parameters.Input@22324154, org.onap.sdc.toscaparser.api.parameters.Input@10f341d6, org.onap.sdc.toscaparser.api.parameters.Input@76795f62] 2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8: pNF 55854a70-00e4 2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Processing PNF resource: 181068d7-5138-4f11-b554-e620cdff2b45 2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:23:32.788Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_BsMvu96quHMEvtKXQTYx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:23:32.789Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||Resource customization UUID: 4b5e05e4-8d6d-4125-b598-4efd26f39e60 is the same as notified resource customizationUUID: 4b5e05e4-8d6d-4125-b598-4efd26f39e60 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-03-14T04:23:32.848Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 55854a70-00e4 181068d7-5138-4f11-b554-e620cdff2b45 0 ASDC deployResourceStructure 2022-03-14T04:23:32.848Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar ASDC sendASDCNotification 2022-03-14T04:23:32.848Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar 2022-03-14T04:23:32.848Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:23:32.848Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:23:32.850Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:23:32.850Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231812848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:23:32.950Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:23:32.951Z||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-03-14T04:23:32.951Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:32.964Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:32.964Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:23:33.851Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:23:33.863Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:23:33.865Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:23:33.865Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:23:33.866Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:23:35.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:23:35.411Z||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-03-14T04:23:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:23:35.440Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:23:35.442Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.442Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.443Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.443Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.443Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.444Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.445Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.446Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.447Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.448Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.449Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.450Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.450Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.450Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.451Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231633870, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231631614, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231629385, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.452Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.453Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231645157, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231645152, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231638029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.454Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231646156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231646407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231646857, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.455Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.456Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "policy-id", "timestamp": 1647231647159, "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-03-14T04:23:35.465Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 2022-03-14T04:23:35.465Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:23:35.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "ves-openapi-manager", "timestamp": 1647231647410, "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-03-14T04:23:35.481Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 2022-03-14T04:23:35.481Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:23:35.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.490Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.490Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.490Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "cds", "timestamp": 1647231647862, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-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-03-14T04:23:35.496Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 2022-03-14T04:23:35.496Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:23:35.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "dcae-sch", "timestamp": 1647231640373, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "multicloud-k8s-id", "timestamp": 1647231641923, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231642404, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231651251, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:35.506Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231652935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647231653939, "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-03-14T04:23:35.513Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 2022-03-14T04:23:35.513Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:23:35.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.522Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.522Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.522Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231656153, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231648947, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231657723, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.523Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231658162, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:23:35.524Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.524Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.524Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "clamp", "timestamp": 1647231659165, "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-03-14T04:23:35.530Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 2022-03-14T04:23:35.530Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:23:35.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231661898, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:23:35.539Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:23:35.539Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:23:35.539Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "aai-ml", "timestamp": 1647231662902, "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-03-14T04:23:35.544Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 2022-03-14T04:23:35.544Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:24:03.866Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:24:03.877Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.880Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.881Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.881Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.881Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:24:03.881Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:24:03.886Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:24:33.887Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 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-03-14T04:24:33.892Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 and serviceModelVersionId: 3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8 2022-03-14T04:24:33.892Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e20868b9-c69d-47b8-bf04-e4948254a50d 2022-03-14T04:24:33.892Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e20868b9-c69d-47b8-bf04-e4948254a50d/model-vers/model-ver/3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8?depth=0 2022-03-14T04:24:33.897Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:24:33.928Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e20868b9-c69d-47b8-bf04-e4948254a50d/model-vers/model-ver/3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8?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-03-14T04:24:33.928Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e20868b9-c69d-47b8-bf04-e4948254a50d/model-vers/model-ver/3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8?depth=0|INFO|500||Invoke 2022-03-14T04:24:33.949Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e20868b9-c69d-47b8-bf04-e4948254a50d/model-vers/model-ver/3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:24:34.032Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e20868b9-c69d-47b8-bf04-e4948254a50d/model-vers/model-ver/3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8?depth=0|INFO|500||InvokeReturn 2022-03-14T04:24:34.033Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e20868b9-c69d-47b8-bf04-e4948254a50d/model-vers/model-ver/3bd01e05-a1f8-4ca4-a577-49ac1fffe4c8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-04:24:33:958-31405], vertex-id=[180408], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:24:33 GMT], Content-Type=[application/json]} 2022-03-14T04:24:34.033Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:24:34.033Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:24:34.033Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:24:34.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T04:24:34.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:24:34.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:24:34.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:24:34.043Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:24:34.043Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231874041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:24:34.143Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:24:34.144Z||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-03-14T04:24:34.144Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:24:34.162Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:24:34.162Z||pool-50-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-03-14T04:24:35.057Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:24:35.057Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:24:35.057Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:24:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:24:35.411Z||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-03-14T04:24:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:24:35.436Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:24:35.436Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "195fc6b6-edc7-45cb-8352-c073814ba74b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231797548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:24:35.437Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:24:35.437Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.437Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.438Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/resourceInstances/pnf55854a7000e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:24:35.439Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231798562, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231811118, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231812848, "artifactURL": "/sdc/v1/catalog/services/DemoPnfBsmvu96quhmevtkxqtyx/1.0/artifacts/service-DemoPnfBsmvu96quhmevtkxqtyx-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:24:35.440Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:24:44.602Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:24:44.603Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:24:44.603Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:24:44.603Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:24:54.139Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:24:54.140Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:24:54.140Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:24:54.140Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:25:03.676Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:25:03.676Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:25:03.677Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:25:03.677Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:25:13.218Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:25:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:25:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:25:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:25:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:25:35.411Z||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-03-14T04:25:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:25:35.932Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:25:35.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-14T04:25:35.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647231874041, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:25:35.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:25:44.948Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:26:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:26:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:26:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:26:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:26:35.411Z||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-03-14T04:26:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:26:44.953Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:26:44.954Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:27:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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-03-14T04:27:35.408Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:27:35.411Z||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-03-14T04:27:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:35.619Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:35.620Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.620Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.621Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.621Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.621Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.622Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:35.626Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:27:36.034Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:36.035Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T04:27:36.035Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"b94e4787-4831-41ac-9bdd-4b2054afc2d9","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"f3cbfd91-228c-4703-8ca6-d4d82b7e8445","serviceDescription":"service","serviceInvariantUUID":"97e243af-964d-4fb7-842a-808f9d221502","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ebd54ad-49f7-43f8-a040-b1a91109adfe","resourceInvariantUUID":"68e81022-5368-4efa-89a7-b3c644ac6e68","resourceCustomizationUUID":"6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb","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":"ZDMxOWExN2Q5NThmZDEyYzUxZTQ0OTI4ZjgyMjYwMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3aec8b0b-aca1-4e62-ba2d-326d20a389af","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":"bc5fe941-ff12-4c65-8845-e3847898419f","artifactVersion":"2","generatedFromUUID":"cd5bad13-2998-4c92-9d34-84fadc09910b"},{"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":"cd5bad13-2998-4c92-9d34-84fadc09910b","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":"ZjZmYWI2Y2Y5YTNkMzIwMWJiOGVjMTgwNmQ4MDRmZWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c1c0ccf8-96ab-4ce0-9b6a-24c53c79cc2a","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":"f17a0743-ea8a-4adb-adc6-bb6bd89b177b","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":"c7b493dd-9cdc-45ad-b036-4a78fb7cb49d","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":"3f77057a-1375-4e92-8591-1cd572e70cb3","artifactVersion":"2","generatedFromUUID":"f17a0743-ea8a-4adb-adc6-bb6bd89b177b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ODAyNTVmZDZkN2JiMzNhYmQyOTRkNWZlY2E4NTdjMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7d77767a-75bf-4083-ac7f-7aa967fed02a","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NTdiMmJmZjRjNzRmM2RmMWM3YjBhYmIzZWE2NTkxN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3e9ad86a-00f7-401f-b9a8-5d5d1d327f28","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:27:36.036Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:36.037Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:36.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:36.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:36.141Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:36.142Z||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-03-14T04:27:36.142Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:36.154Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:36.154Z||pool-51-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:37.041Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:37.042Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:37.044Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:37.044Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T04:27:37.144Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:37.145Z||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-03-14T04:27:37.145Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:37.158Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:37.158Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:38.044Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:38.045Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:38.047Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:38.047Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T04:27:38.147Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:38.148Z||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-03-14T04:27:38.148Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:38.161Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:38.161Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:27:39.048Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:39.048Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:39.051Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:39.051Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:27:39.151Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:39.152Z||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-03-14T04:27:39.152Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:39.164Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:39.165Z||pool-54-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:40.051Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:40.052Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:40.053Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:40.053Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T04:27:40.153Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:40.154Z||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-03-14T04:27:40.154Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:40.166Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:40.167Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:41.054Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:41.055Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:41.057Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:41.057Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:41.157Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:41.158Z||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-03-14T04:27:41.158Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:41.170Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:41.171Z||pool-56-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:42.057Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:42.058Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:42.060Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:42.060Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T04:27:42.160Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T04:27:42.161Z||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-03-14T04:27:42.161Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:42.173Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:42.173Z||pool-57-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:43.061Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:43.062Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:43.063Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:43.063Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:27:43.163Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:43.164Z||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-03-14T04:27:43.164Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:43.176Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:43.177Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:44.064Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:27:44.064Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:44.067Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:44.067Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:27:44.167Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:44.168Z||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-03-14T04:27:44.168Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:44.180Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:44.180Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:45.069Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "f3cbfd91-228c-4703-8ca6-d4d82b7e8445", "serviceDescription": "service", "serviceInvariantUUID": "97e243af-964d-4fb7-842a-808f9d221502", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ebd54ad-49f7-43f8-a040-b1a91109adfe", "resourceInvariantUUID": "68e81022-5368-4efa-89a7-b3c644ac6e68", "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": "bc5fe941-ff12-4c65-8845-e3847898419f", "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": "cd5bad13-2998-4c92-9d34-84fadc09910b", "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": "ZjZmYWI2Y2Y5YTNkMzIwMWJiOGVjMTgwNmQ4MDRmZWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c1c0ccf8-96ab-4ce0-9b6a-24c53c79cc2a", "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": "f17a0743-ea8a-4adb-adc6-bb6bd89b177b", "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": "3f77057a-1375-4e92-8591-1cd572e70cb3", "generatedFromUUID": "f17a0743-ea8a-4adb-adc6-bb6bd89b177b" }, "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": "3f77057a-1375-4e92-8591-1cd572e70cb3", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NTdiMmJmZjRjNzRmM2RmMWM3YjBhYmIzZWE2NTkxN2M\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3e9ad86a-00f7-401f-b9a8-5d5d1d327f28" } ], "workloadContext": "Production" } 2022-03-14T04:27:45.069Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:27:45.069Z|f3f3b4ff-a8a7-4fa7-ae1d-f297015d1696|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f3cbfd91-228c-4703-8ca6-d4d82b7e8445 ASDC 2022-03-14T04:27:45.070Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:b94e4787-4831-41ac-9bdd-4b2054afc2d9 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:f3cbfd91-228c-4703-8ca6-d4d82b7e8445 ServiceInvariantUUID:97e243af-964d-4fb7-842a-808f9d221502 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:3e9ad86a-00f7-401f-b9a8-5d5d1d327f28 ArtifactChecksum:NTdiMmJmZjRjNzRmM2RmMWM3YjBhYmIzZWE2NTkxN2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb ResourceInvariantUUID:68e81022-5368-4efa-89a7-b3c644ac6e68 ResourceName:basic_cnf ResourceType:VF ResourceUUID:3ebd54ad-49f7-43f8-a040-b1a91109adfe 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:bc5fe941-ff12-4c65-8845-e3847898419f 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:cd5bad13-2998-4c92-9d34-84fadc09910b 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:c1c0ccf8-96ab-4ce0-9b6a-24c53c79cc2a ArtifactChecksum:ZjZmYWI2Y2Y5YTNkMzIwMWJiOGVjMTgwNmQ4MDRmZWQ= 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:f17a0743-ea8a-4adb-adc6-bb6bd89b177b 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:3f77057a-1375-4e92-8591-1cd572e70cb3 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:3f77057a-1375-4e92-8591-1cd572e70cb3 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T04:27:45.070Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3cbfd91-228c-4703-8ca6-d4d82b7e8445 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-03-14T04:27:45.107Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:27:45.107Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:27:45.107Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:27:45.107Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3e9ad86a-00f7-401f-b9a8-5d5d1d327f28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T04:27:45.107Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:27:45.108Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T04:27:45.247Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:27:45.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3e9ad86a-00f7-401f-b9a8-5d5d1d327f28 68938 2022-03-14T04:27:45.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-14T04:27:45.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T04:27:45.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:27:45.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:45.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:45.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232065251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:27:45.353Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:45.353Z||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-03-14T04:27:45.354Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:45.366Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:45.366Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:27:46.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:27:46.254Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:27:46.254Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 3e9ad86a-00f7-401f-b9a8-5d5d1d327f28, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T04:27:46.255Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-14T04:27:46.255Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T04:27:46.255Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T04:27:46.344Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14257321579992638638/Definitions/service-BasicCnf-template.yml 2022-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:47.249Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:27:47.250Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T04:27:47.251Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:27:47.252Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=24472376-2f0a-4ed8-a368-643f5655a114 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.253Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.254Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.254Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:47.254Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:47.254Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:f3cbfd91-228c-4703-8ca6-d4d82b7e8445 Model Version:NULL Model InvariantUuid:97e243af-964d-4fb7-842a-808f9d221502 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:19b4636e-a277-4a27-9762-e4ec49b1692c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:68e81022-5368-4efa-89a7-b3c644ac6e68 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9db0a3e9-fa65-4390-b3da-6a497f5d5efb ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a8efc86c-2395-4dbd-a091-f04042cc9e2a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:24472376-2f0a-4ed8-a368-643f5655a114 ModelInvariantUuid:e372c3e5-b792-409f-a1b2-368067483990 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:a55f0fd0-1c8b-4d5f-b632-60105d765a14 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:0dd58084-4723-426d-b3e8-2ecba4073cf6 ModelInvariantUuid:87aa64f6-e196-4f73-8e78-ba3550d90ea3 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:c1f90014-c47e-4b8f-804a-47a87cf341e1 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-03-14T04:27:47.261Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ebd54ad-49f7-43f8-a040-b1a91109adfe 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-03-14T04:27:47.263Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||basic_cnf 0 2022-03-14T04:27:47.263Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ebd54ad-49f7-43f8-a040-b1a91109adfe 2022-03-14T04:27:47.263Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bc5fe941-ff12-4c65-8845-e3847898419f from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-14T04:27:47.263Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:27:47.264Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:47.450Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:27:47.451Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bc5fe941-ff12-4c65-8845-e3847898419f 12 2022-03-14T04:27:47.451Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:47.451Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:47.451Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:27:47.451Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:47.453Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:47.454Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232067451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:27:47.554Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:47.555Z||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-03-14T04:27:47.555Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:47.566Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:47.567Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:48.454Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: cd5bad13-2998-4c92-9d34-84fadc09910b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-14T04:27:48.455Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:27:48.455Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:48.553Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:27:48.553Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz cd5bad13-2998-4c92-9d34-84fadc09910b 2688 2022-03-14T04:27:48.553Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:48.553Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:48.554Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:27:48.554Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:48.556Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:48.556Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232068553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T04:27:48.656Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:48.657Z||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-03-14T04:27:48.657Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:48.669Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:48.669Z||pool-62-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:49.557Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c1c0ccf8-96ab-4ce0-9b6a-24c53c79cc2a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-14T04:27:49.557Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:27:49.558Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:49.648Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:27:49.648Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json c1c0ccf8-96ab-4ce0-9b6a-24c53c79cc2a 828 2022-03-14T04:27:49.648Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:49.648Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:49.648Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:27:49.648Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:49.650Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:49.650Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232069648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:27:49.750Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:49.751Z||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-03-14T04:27:49.751Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:49.764Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:49.764Z||pool-63-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:50.651Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9db0a3e9-fa65-4390-b3da-6a497f5d5efb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8efc86c-2395-4dbd-a091-f04042cc9e2a", "vfModuleModelCustomizationUUID": "b47506c7-e567-4bb4-bcaf-8f255e01291c", "isBase": true, "artifacts": [ "f17a0743-ea8a-4adb-adc6-bb6bd89b177b", "cd5bad13-2998-4c92-9d34-84fadc09910b", "3f77057a-1375-4e92-8591-1cd572e70cb3" ], "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-03-14T04:27:50.654Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a8efc86c-2395-4dbd-a091-f04042cc9e2a VfModuleModelInvariantUUID:9db0a3e9-fa65-4390-b3da-6a497f5d5efb VfModuleModelDescription:NULL Artifacts UUID List:{ f17a0743-ea8a-4adb-adc6-bb6bd89b177b , cd5bad13-2998-4c92-9d34-84fadc09910b , 3f77057a-1375-4e92-8591-1cd572e70cb3 } 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-03-14T04:27:50.656Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9db0a3e9-fa65-4390-b3da-6a497f5d5efb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a8efc86c-2395-4dbd-a091-f04042cc9e2a", "vfModuleModelCustomizationUUID": "b47506c7-e567-4bb4-bcaf-8f255e01291c", "isBase": true, "artifacts": [ "f17a0743-ea8a-4adb-adc6-bb6bd89b177b", "cd5bad13-2998-4c92-9d34-84fadc09910b", "3f77057a-1375-4e92-8591-1cd572e70cb3" ], "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-03-14T04:27:50.656Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a8efc86c-2395-4dbd-a091-f04042cc9e2a VfModuleModelInvariantUUID:9db0a3e9-fa65-4390-b3da-6a497f5d5efb VfModuleModelDescription:NULL Artifacts UUID List:{ f17a0743-ea8a-4adb-adc6-bb6bd89b177b , cd5bad13-2998-4c92-9d34-84fadc09910b , 3f77057a-1375-4e92-8591-1cd572e70cb3 } 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-03-14T04:27:50.656Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: f17a0743-ea8a-4adb-adc6-bb6bd89b177b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-14T04:27:50.656Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:27:50.657Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:50.844Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:27:50.845Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml f17a0743-ea8a-4adb-adc6-bb6bd89b177b 1164 2022-03-14T04:27:50.845Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:50.845Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:50.845Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:27:50.845Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:50.847Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:50.848Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232070845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:27:50.948Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:50.949Z||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-03-14T04:27:50.949Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:50.962Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:50.962Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:51.848Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3f77057a-1375-4e92-8591-1cd572e70cb3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-14T04:27:51.849Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:27:51.849Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:51.924Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:27:51.924Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 3f77057a-1375-4e92-8591-1cd572e70cb3 200 2022-03-14T04:27:51.924Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:51.924Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:51.924Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:27:51.924Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:51.926Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:51.926Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232071924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:27:52.026Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:52.027Z||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-03-14T04:27:52.027Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:52.049Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:52.049Z||pool-65-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:27:52.926Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f3cbfd91-228c-4703-8ca6-d4d82b7e8445 2022-03-14T04:27:52.928Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3ebd54ad-49f7-43f8-a040-b1a91109adfe ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-14T04:27:52.942Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:27:52.947Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@587b4f5b, org.onap.sdc.toscaparser.api.parameters.Input@4134ffd1, org.onap.sdc.toscaparser.api.parameters.Input@5ce58238, org.onap.sdc.toscaparser.api.parameters.Input@38421757, org.onap.sdc.toscaparser.api.parameters.Input@3ac19693] 2022-03-14T04:27:52.948Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.948Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.948Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-14T04:27:52.949Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb 2022-03-14T04:27:52.949Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb matches Tosca VF Customization UUID: 6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb 2022-03-14T04:27:52.949Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb 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-03-14T04:27:52.951Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.951Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.951Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb: {\"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-03-14T04:27:52.951Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4b9c3ff 2022-03-14T04:27:52.951Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.951Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:27:52.952Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b47506c7-e567-4bb4-bcaf-8f255e01291c 2022-03-14T04:27:52.952Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b47506c7-e567-4bb4-bcaf-8f255e01291c 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-03-14T04:27:52.954Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.954Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-14T04:27:52.955Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=24472376-2f0a-4ed8-a368-643f5655a114 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-03-14T04:27:52.957Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.958Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:52.958Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:27:52.958Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.958Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-14T04:27:52.958Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6bf7ee9b-cab9-42b9-a3c3-42af1f24d9fb 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-03-14T04:27:52.959Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f3cbfd91-228c-4703-8ca6-d4d82b7e8445: basic_cnf 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.960Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.961Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.961Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:27:52.961Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:27:52.961Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:53.064Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3ebd54ad-49f7-43f8-a040-b1a91109adfe 1 ASDC deployResourceStructure 2022-03-14T04:27:53.065Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:53.065Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:53.065Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-14T04:27:53.065Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:53.068Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:53.068Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232073064, "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-03-14T04:27:53.168Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:53.169Z||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-03-14T04:27:53.169Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:53.182Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:53.183Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:27:54.069Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:54.069Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:54.070Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-14T04:27:54.070Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:54.072Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:54.072Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232074068, "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-03-14T04:27:54.173Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:54.173Z||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-03-14T04:27:54.174Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:54.186Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:54.187Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:55.073Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:55.074Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:55.074Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:27:55.074Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:55.076Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:55.076Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232075073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:27:55.177Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:55.177Z||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-03-14T04:27:55.178Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:55.189Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:55.189Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:56.077Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:56.078Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:56.078Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:27:56.078Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:56.080Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:56.080Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232076077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:27:56.180Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:56.181Z||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-03-14T04:27:56.181Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:56.193Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:56.193Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:57.081Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:57.081Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||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-03-14T04:27:57.082Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:27:57.082Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:57.084Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:57.084Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232077081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-14T04:27:57.184Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:57.185Z||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-03-14T04:27:57.185Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:57.198Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:57.199Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:58.086Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-14T04:27:58.086Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-14T04:27:58.086Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:27:58.087Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:27:58.089Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:27:58.089Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232078086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:27:58.189Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:27:58.190Z||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-03-14T04:27:58.190Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:27:58.201Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:27:58.202Z||pool-71-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:27:59.089Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:27:59.102Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:27:59.104Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:27:59.104Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:27:59.104Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:28:29.105Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:28:29.117Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:28:29.119Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:28:29.120Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:28:29.121Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:28:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:28:35.411Z||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-03-14T04:28:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:28:35.438Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:28:35.439Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:28:35.439Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:28:35.440Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:28:59.121Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:28:59.132Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:28:59.134Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:28:59.134Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:28:59.134Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:29:29.135Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:29:29.146Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:29:29.148Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:29:29.148Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:29:29.148Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:29:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:29:35.411Z||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-03-14T04:29:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:29:35.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:29:35.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-14T04:29:35.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.953Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.953Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.953Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232043028, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232041923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232049385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232059525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232059595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232059600, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232060529, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:35.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:35.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "cds", "timestamp": 1647232060605, "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=? 2022-03-14T04:29:35.969Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b94e4787-4831-41ac-9bdd-4b2054afc2d9 2022-03-14T04:29:35.970Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:29:35.977Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232060652, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.978Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "policy-id", "timestamp": 1647232061532, "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-03-14T04:29:35.984Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b94e4787-4831-41ac-9bdd-4b2054afc2d9 2022-03-14T04:29:35.984Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:29:35.998Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.998Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232061697, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:35.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232062757, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232063794, "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-03-14T04:29:36.007Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b94e4787-4831-41ac-9bdd-4b2054afc2d9 2022-03-14T04:29:36.007Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:29:36.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "multicloud-k8s-id", "timestamp": 1647232064797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232065251, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232066222, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232067451, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232061609, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232068553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232069223, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232069468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "ves-openapi-manager", "timestamp": 1647232053870, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232069648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "clamp", "timestamp": 1647232070226, "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-03-14T04:29:36.036Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b94e4787-4831-41ac-9bdd-4b2054afc2d9 2022-03-14T04:29:36.036Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:29:36.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T04:29:36.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.047Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.047Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "cds", "timestamp": 1647232070473, "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-03-14T04:29:36.063Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d95cb23-6522-4974-bc9b-c7a47aceb34c 2022-03-14T04:29:36.064Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:29:36.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.073Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.073Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.073Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232070845, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.075Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232071924, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.076Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232072205, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.077Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232065803, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.078Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232073064, "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-03-14T04:29:36.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232073502, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232074068, "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-03-14T04:29:36.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232074234, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232074696, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232075073, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232075237, "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-03-14T04:29:36.089Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b94e4787-4831-41ac-9bdd-4b2054afc2d9 2022-03-14T04:29:36.089Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:29:36.097Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.097Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.098Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.098Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.099Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232069385, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.099Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.099Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.100Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232075998, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.100Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.100Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.101Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "dcae-sch", "timestamp": 1647232060373, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.101Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.101Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.102Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232076077, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.102Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.103Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.103Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.104Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.104Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.104Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.105Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.105Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.105Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.106Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.106Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232077015, "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-03-14T04:29:36.112Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d95cb23-6522-4974-bc9b-c7a47aceb34c 2022-03-14T04:29:36.112Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:29:36.121Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232077024, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.122Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.122Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.122Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232077081, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.123Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.123Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.123Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232051614, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.123Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.124Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.124Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "multicloud-k8s-id", "timestamp": 1647232078018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232078028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232078086, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232078658, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "policy-id", "timestamp": 1647232079031, "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-03-14T04:29:36.135Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d95cb23-6522-4974-bc9b-c7a47aceb34c 2022-03-14T04:29:36.135Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:29:36.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232062404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232083318, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232084799, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232085619, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "aai-ml", "timestamp": 1647232085802, "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-03-14T04:29:36.150Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b94e4787-4831-41ac-9bdd-4b2054afc2d9 2022-03-14T04:29:36.150Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:29:36.158Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.158Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647232086623, "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-03-14T04:29:36.164Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d95cb23-6522-4974-bc9b-c7a47aceb34c 2022-03-14T04:29:36.164Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:29:36.173Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.173Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232090226, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232092233, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232068947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "clamp", "timestamp": 1647232093235, "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-03-14T04:29:36.180Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d95cb23-6522-4974-bc9b-c7a47aceb34c 2022-03-14T04:29:36.180Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:29:36.189Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.189Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232093873, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:29:36.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232100840, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:29:36.190Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:29:36.190Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:29:36.190Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "aai-ml", "timestamp": 1647232101842, "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-03-14T04:29:36.195Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d95cb23-6522-4974-bc9b-c7a47aceb34c 2022-03-14T04:29:36.195Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:29:59.149Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:29:59.162Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:29:59.165Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:29:59.166Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:29:59.166Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:29:59.166Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:29:59.166Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:29:59.166Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:29:59.166Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:29:59.167Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:29:59.167Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:29:59.167Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:29:59.167Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:29:59.172Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:30:29.172Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 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-03-14T04:30:29.179Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b94e4787-4831-41ac-9bdd-4b2054afc2d9 and serviceModelVersionId: f3cbfd91-228c-4703-8ca6-d4d82b7e8445 2022-03-14T04:30:29.180Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 97e243af-964d-4fb7-842a-808f9d221502 2022-03-14T04:30:29.181Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/97e243af-964d-4fb7-842a-808f9d221502/model-vers/model-ver/f3cbfd91-228c-4703-8ca6-d4d82b7e8445?depth=0 2022-03-14T04:30:29.187Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:30:29.217Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97e243af-964d-4fb7-842a-808f9d221502/model-vers/model-ver/f3cbfd91-228c-4703-8ca6-d4d82b7e8445?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-03-14T04:30:29.218Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97e243af-964d-4fb7-842a-808f9d221502/model-vers/model-ver/f3cbfd91-228c-4703-8ca6-d4d82b7e8445?depth=0|INFO|500||Invoke 2022-03-14T04:30:29.234Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97e243af-964d-4fb7-842a-808f9d221502/model-vers/model-ver/f3cbfd91-228c-4703-8ca6-d4d82b7e8445?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:30:29.316Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97e243af-964d-4fb7-842a-808f9d221502/model-vers/model-ver/f3cbfd91-228c-4703-8ca6-d4d82b7e8445?depth=0|INFO|500||InvokeReturn 2022-03-14T04:30:29.317Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/97e243af-964d-4fb7-842a-808f9d221502/model-vers/model-ver/f3cbfd91-228c-4703-8ca6-d4d82b7e8445?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-04:30:29:242-31553], vertex-id=[233592], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:30:29 GMT], Content-Type=[application/json]} 2022-03-14T04:30:29.317Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:30:29.317Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:30:29.317Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:30:29.322Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T04:30:29.322Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b94e4787-4831-41ac-9bdd-4b2054afc2d9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:30:29.323Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:30:29.323Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:29.325Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:29.325Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232229322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:30:29.425Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:29.426Z||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-03-14T04:30:29.427Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:29.442Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:29.442Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-14T04:30:30.338Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-14T04:30:30.338Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d95cb23-6522-4974-bc9b-c7a47aceb34c","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b4131a4b-b12d-48ac-8ad3-bface815adac","serviceDescription":"service","serviceInvariantUUID":"437632e9-1c8e-413f-ae9a-a62eae6a5a9f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"383cb7da-75b1-4c5f-84a1-4b9f54e89156","resourceInvariantUUID":"af5b7927-a12a-4c7c-9d73-179b7db24891","resourceCustomizationUUID":"d0ef539d-4705-46a0-8e56-5c351e6e1997","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":"MDRlYjk2NGI0ZjdmZjVjNGI0OTljNjA0MWRkOGVmODU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53de73b4-df8d-4290-bcde-68aa90cdd03b","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":"MDdkZWZhOTg2YzMwMDdiNDc3ZjRkMzk4MTI2ZTkzNTE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b456a773-b6a1-496e-8522-ec2003dc17a3","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":"01ad9ece-e2d9-4f50-be52-cbe3cc09c52b","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":"61518a24-66e4-4474-8977-a3ff53608cfa","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":"27d93e98-4c36-4e51-9927-d067d91babac","artifactVersion":"2","generatedFromUUID":"01ad9ece-e2d9-4f50-be52-cbe3cc09c52b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NGU2YzVlZDVmM2I3Mjg1ZmIzYTE3Yjc0Yzc4ZTk5YmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9ab96651-cc23-48f0-acd7-8a5a30b3435c","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZTk3ZTQxYTFkNDY4MjcxZWYxMzU4NGVmYzYzNDIxN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5a728eb0-9062-40b0-8aa3-de86370c5245","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:30:30.339Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:30.339Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:30.341Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:30.341Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:30:30.441Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:30.442Z||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-03-14T04:30:30.442Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:30.454Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:30.454Z||pool-73-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:30:31.341Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:31.342Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:31.344Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:31.344Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:30:31.445Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:31.446Z||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-03-14T04:30:31.446Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:31.458Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:31.458Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:32.345Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:32.346Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:32.348Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:32.349Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:30:32.448Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T04:30:32.449Z||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-03-14T04:30:32.449Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:32.462Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:32.463Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:33.349Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:33.350Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:33.353Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:33.353Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:30:33.453Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:33.454Z||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-03-14T04:30:33.454Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:33.468Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:33.468Z||pool-76-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:34.354Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:34.355Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:34.357Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:34.357Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T04:30:34.457Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:34.458Z||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-03-14T04:30:34.458Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:34.472Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:34.472Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:35.358Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:35.362Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:35.364Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:35.364Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:30:35.411Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:30:35.413Z||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-03-14T04:30:35.413Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:35.464Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:35.465Z||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-03-14T04:30:35.465Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:35.476Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:35.476Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:35.536Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:35.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:30:35.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "b94e4787-4831-41ac-9bdd-4b2054afc2d9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232229322, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-14T04:30:35.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T04:30:35.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-14T04:30:36.365Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:30:36.366Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:36.367Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:36.368Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:30:36.468Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:36.468Z||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-03-14T04:30:36.468Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:36.481Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:36.481Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:37.369Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "b4131a4b-b12d-48ac-8ad3-bface815adac", "serviceDescription": "service", "serviceInvariantUUID": "437632e9-1c8e-413f-ae9a-a62eae6a5a9f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "d0ef539d-4705-46a0-8e56-5c351e6e1997", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "383cb7da-75b1-4c5f-84a1-4b9f54e89156", "resourceInvariantUUID": "af5b7927-a12a-4c7c-9d73-179b7db24891", "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": "MDdkZWZhOTg2YzMwMDdiNDc3ZjRkMzk4MTI2ZTkzNTE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b456a773-b6a1-496e-8522-ec2003dc17a3", "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": "01ad9ece-e2d9-4f50-be52-cbe3cc09c52b", "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": "27d93e98-4c36-4e51-9927-d067d91babac", "generatedFromUUID": "01ad9ece-e2d9-4f50-be52-cbe3cc09c52b" }, "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": "27d93e98-4c36-4e51-9927-d067d91babac", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZTk3ZTQxYTFkNDY4MjcxZWYxMzU4NGVmYzYzNDIxN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5a728eb0-9062-40b0-8aa3-de86370c5245" } ], "workloadContext": "Production" } 2022-03-14T04:30:37.369Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:30:37.369Z|b94e4787-4831-41ac-9bdd-4b2054afc2d9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b4131a4b-b12d-48ac-8ad3-bface815adac ASDC 2022-03-14T04:30:37.370Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6d95cb23-6522-4974-bc9b-c7a47aceb34c ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:b4131a4b-b12d-48ac-8ad3-bface815adac ServiceInvariantUUID:437632e9-1c8e-413f-ae9a-a62eae6a5a9f 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:5a728eb0-9062-40b0-8aa3-de86370c5245 ArtifactChecksum:ZTk3ZTQxYTFkNDY4MjcxZWYxMzU4NGVmYzYzNDIxN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:d0ef539d-4705-46a0-8e56-5c351e6e1997 ResourceInvariantUUID:af5b7927-a12a-4c7c-9d73-179b7db24891 ResourceName:basic_vm ResourceType:VF ResourceUUID:383cb7da-75b1-4c5f-84a1-4b9f54e89156 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:b456a773-b6a1-496e-8522-ec2003dc17a3 ArtifactChecksum:MDdkZWZhOTg2YzMwMDdiNDc3ZjRkMzk4MTI2ZTkzNTE= 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:01ad9ece-e2d9-4f50-be52-cbe3cc09c52b 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:27d93e98-4c36-4e51-9927-d067d91babac 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:27d93e98-4c36-4e51-9927-d067d91babac ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T04:30:37.370Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b4131a4b-b12d-48ac-8ad3-bface815adac 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-03-14T04:30:37.403Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:30:37.404Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:30:37.404Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:30:37.404Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5a728eb0-9062-40b0-8aa3-de86370c5245 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T04:30:37.404Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:30:37.405Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T04:30:37.619Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:30:37.622Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 5a728eb0-9062-40b0-8aa3-de86370c5245 71032 2022-03-14T04:30:37.622Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-14T04:30:37.622Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T04:30:37.622Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:30:37.622Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:37.624Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:37.624Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232237622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:30:37.724Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:37.725Z||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-03-14T04:30:37.725Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:37.738Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:37.738Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:38.624Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:30:38.625Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-14T04:30:38.626Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5a728eb0-9062-40b0-8aa3-de86370c5245, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:38.626Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-14T04:30:38.626Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:38.626Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:39.082Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12822955166693762051/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-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:39.924Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:30:39.925Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-14T04:30:39.926Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.927Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fef8fa8f-c2ba-4029-a6ea-0da07b990fdc 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.928Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:39.929Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:39.929Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:b4131a4b-b12d-48ac-8ad3-bface815adac Model Version:NULL Model InvariantUuid:437632e9-1c8e-413f-ae9a-a62eae6a5a9f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5a22837c-d5db-4646-a4a0-1286333f2171 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:af5b7927-a12a-4c7c-9d73-179b7db24891 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d0ef539d-4705-46a0-8e56-5c351e6e1997 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:25c102f8-fc69-4b28-8928-5938e54255e0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:c485b6ce-4890-4878-a7fe-db9e2106b2a3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fef8fa8f-c2ba-4029-a6ea-0da07b990fdc ModelInvariantUuid:a38d0a6d-c3d9-4303-849f-9de130168bcb ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:29dbd55e-4a8b-4168-aec9-3a49d2578874 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:075c9dbf-0468-473a-95e7-1c1a4c578ef1 ModelInvariantUuid:57d03e38-ec78-4ba3-85be-2d379a2cc5bb ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e3d786c1-a0a0-46aa-a4e2-1c4c2e1ba69a 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-03-14T04:30:39.935Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 383cb7da-75b1-4c5f-84a1-4b9f54e89156 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-03-14T04:30:39.938Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||basic_vm 0 2022-03-14T04:30:39.938Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 383cb7da-75b1-4c5f-84a1-4b9f54e89156 2022-03-14T04:30:39.938Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b456a773-b6a1-496e-8522-ec2003dc17a3 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-14T04:30:39.938Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:30:39.938Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.980Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:30:39.980Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b456a773-b6a1-496e-8522-ec2003dc17a3 787 2022-03-14T04:30:39.980Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.980Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:39.980Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:30:39.981Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:39.982Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:39.982Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232239980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:30:40.082Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:40.083Z||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-03-14T04:30:40.083Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:40.094Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:40.095Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:40.983Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "25c102f8-fc69-4b28-8928-5938e54255e0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c485b6ce-4890-4878-a7fe-db9e2106b2a3", "vfModuleModelCustomizationUUID": "7008438f-072d-403c-9794-986dd8128eeb", "isBase": true, "artifacts": [ "01ad9ece-e2d9-4f50-be52-cbe3cc09c52b", "27d93e98-4c36-4e51-9927-d067d91babac" ], "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-03-14T04:30:40.986Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c485b6ce-4890-4878-a7fe-db9e2106b2a3 VfModuleModelInvariantUUID:25c102f8-fc69-4b28-8928-5938e54255e0 VfModuleModelDescription:NULL Artifacts UUID List:{ 01ad9ece-e2d9-4f50-be52-cbe3cc09c52b , 27d93e98-4c36-4e51-9927-d067d91babac } 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-03-14T04:30:40.989Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "25c102f8-fc69-4b28-8928-5938e54255e0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c485b6ce-4890-4878-a7fe-db9e2106b2a3", "vfModuleModelCustomizationUUID": "7008438f-072d-403c-9794-986dd8128eeb", "isBase": true, "artifacts": [ "01ad9ece-e2d9-4f50-be52-cbe3cc09c52b", "27d93e98-4c36-4e51-9927-d067d91babac" ], "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-03-14T04:30:40.989Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c485b6ce-4890-4878-a7fe-db9e2106b2a3 VfModuleModelInvariantUUID:25c102f8-fc69-4b28-8928-5938e54255e0 VfModuleModelDescription:NULL Artifacts UUID List:{ 01ad9ece-e2d9-4f50-be52-cbe3cc09c52b , 27d93e98-4c36-4e51-9927-d067d91babac } 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-03-14T04:30:40.989Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 01ad9ece-e2d9-4f50-be52-cbe3cc09c52b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-14T04:30:40.989Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:30:40.989Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:41.029Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:30:41.030Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 01ad9ece-e2d9-4f50-be52-cbe3cc09c52b 5033 2022-03-14T04:30:41.030Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:41.030Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:41.030Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:30:41.030Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:41.032Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:41.032Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232241030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:30:41.132Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:41.133Z||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-03-14T04:30:41.133Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:41.144Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:41.144Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:42.033Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 27d93e98-4c36-4e51-9927-d067d91babac from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-14T04:30:42.033Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-14T04:30:42.033Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:42.077Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-14T04:30:42.078Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 27d93e98-4c36-4e51-9927-d067d91babac 903 2022-03-14T04:30:42.078Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:42.078Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:42.078Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:30:42.078Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:42.079Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:42.079Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232242078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:30:42.180Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:30:42.180Z||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-03-14T04:30:42.180Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:42.192Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:42.192Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:43.080Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b4131a4b-b12d-48ac-8ad3-bface815adac 2022-03-14T04:30:43.080Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 383cb7da-75b1-4c5f-84a1-4b9f54e89156 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:30:43.090Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1cb7b132, org.onap.sdc.toscaparser.api.parameters.Input@2e6da81b, org.onap.sdc.toscaparser.api.parameters.Input@2a10fa5c, org.onap.sdc.toscaparser.api.parameters.Input@6ff57bb0, org.onap.sdc.toscaparser.api.parameters.Input@4eea795d] 2022-03-14T04:30:43.091Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.091Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.092Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-14T04:30:43.092Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= d0ef539d-4705-46a0-8e56-5c351e6e1997 2022-03-14T04:30:43.092Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0ef539d-4705-46a0-8e56-5c351e6e1997 matches Tosca VF Customization UUID: d0ef539d-4705-46a0-8e56-5c351e6e1997 2022-03-14T04:30:43.092Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: d0ef539d-4705-46a0-8e56-5c351e6e1997 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-03-14T04:30:43.094Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.094Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.095Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id d0ef539d-4705-46a0-8e56-5c351e6e1997: {\"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-03-14T04:30:43.095Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6407335b 2022-03-14T04:30:43.095Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.096Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:30:43.096Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7008438f-072d-403c-9794-986dd8128eeb 2022-03-14T04:30:43.096Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7008438f-072d-403c-9794-986dd8128eeb 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-03-14T04:30:43.098Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.098Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:43.098Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-14T04:30:43.099Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T04:30:43.100Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fef8fa8f-c2ba-4029-a6ea-0da07b990fdc 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-03-14T04:30:43.101Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.101Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:43.102Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:30:43.102Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.102Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-14T04:30:43.102Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d0ef539d-4705-46a0-8e56-5c351e6e1997 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-03-14T04:30:43.103Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.103Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b4131a4b-b12d-48ac-8ad3-bface815adac: basic_vm 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.104Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:30:43.105Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:30:43.105Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:43.174Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 383cb7da-75b1-4c5f-84a1-4b9f54e89156 1 ASDC deployResourceStructure 2022-03-14T04:30:43.174Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:43.175Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:43.175Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:30:43.175Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:43.176Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:43.176Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232243174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:30:43.277Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:30:43.278Z||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-03-14T04:30:43.278Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:43.290Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:43.291Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:44.177Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:44.177Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:44.178Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:30:44.178Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:44.179Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:44.180Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232244177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:30:44.280Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:44.280Z||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-03-14T04:30:44.281Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:44.294Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:44.294Z||pool-85-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:45.180Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:45.181Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||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-03-14T04:30:45.181Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:30:45.181Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:45.183Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:45.183Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232245180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-14T04:30:45.283Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:45.284Z||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-03-14T04:30:45.284Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:45.298Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:45.299Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:46.184Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-14T04:30:46.184Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-14T04:30:46.184Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:30:46.184Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:30:46.186Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:30:46.186Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232246184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:30:46.286Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:30:46.287Z||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-03-14T04:30:46.287Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:30:46.299Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:30:46.300Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:30:47.187Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d95cb23-6522-4974-bc9b-c7a47aceb34c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:30:47.199Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d95cb23-6522-4974-bc9b-c7a47aceb34c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:30:47.202Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:30:47.203Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:30:47.203Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:30:47.203Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:30:47.208Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:31:17.209Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d95cb23-6522-4974-bc9b-c7a47aceb34c 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-03-14T04:31:17.216Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d95cb23-6522-4974-bc9b-c7a47aceb34c and serviceModelVersionId: b4131a4b-b12d-48ac-8ad3-bface815adac 2022-03-14T04:31:17.216Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 437632e9-1c8e-413f-ae9a-a62eae6a5a9f 2022-03-14T04:31:17.217Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0 2022-03-14T04:31:17.222Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:31:17.248Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0|INFO|500||Invoke 2022-03-14T04:31:17.249Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d95cb23-6522-4974-bc9b-c7a47aceb34c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9d673e84-bbf9-4371-8fbd-ff1894123ecf], X-ECOMP-RequestID=[6d95cb23-6522-4974-bc9b-c7a47aceb34c], X-TransactionId=[], X-ONAP-RequestID=[6d95cb23-6522-4974-bc9b-c7a47aceb34c], Content-Type=[application/merge-patch+json]} 2022-03-14T04:31:17.265Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:31:17.541Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?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/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-04:31:17:273-77269], vertex-id=[508152], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:31:17 GMT], Content-Type=[application/json]} 2022-03-14T04:31:17.541Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:31:17.542Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/437632e9-1c8e-413f-ae9a-a62eae6a5a9f/model-vers/model-ver/b4131a4b-b12d-48ac-8ad3-bface815adac?depth=0|INFO|500||InvokeReturn 2022-03-14T04:31:17.542Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:31:17.542Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:31:17.548Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-14T04:31:17.548Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d95cb23-6522-4974-bc9b-c7a47aceb34c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:31:17.548Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:31:17.548Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:31:17.550Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:31:17.550Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232277548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:31:17.650Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:31:17.651Z||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-03-14T04:31:17.651Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:31:17.669Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:31:17.669Z||pool-88-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-03-14T04:31:18.564Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:31:18.564Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:31:18.564Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:31:29.456Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:31:29.457Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:31:29.457Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:31:29.457Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:31:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:31:35.411Z||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-03-14T04:31:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:31:35.428Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:31:35.428Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-14T04:31:35.428Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:31:35.429Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-14T04:31:38.994Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:31:38.995Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:31:38.996Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:31:38.996Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:31:48.529Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:31:48.530Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:31:48.530Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:31:48.530Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:31:58.069Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:32:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:32:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:32:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:32:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:32:35.411Z||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-03-14T04:32:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:32:35.934Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:32:35.935Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.935Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232055408, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232237622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232239980, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232241030, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:32:35.936Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232242078, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232243174, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.937Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232244177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232245180, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232246184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d95cb23-6522-4974-bc9b-c7a47aceb34c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647232277548, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:32:35.938Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:32:44.956Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:33:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:33:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:33:35.409Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:33:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:33:35.411Z||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-03-14T04:33:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:33:44.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:33:44.955Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:34:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:34:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:34:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:34:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:34:35.411Z||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-03-14T04:34:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:34:44.949Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:34:44.958Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:35:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:35:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:35:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:35:35.411Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:35:35.411Z||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-03-14T04:35:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:35:44.966Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:35:44.968Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:36:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:36:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:36:35.409Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:36:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:36:35.411Z||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-03-14T04:36:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:36:44.953Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:36:44.953Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:37:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:37:35.409Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:37:35.409Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:37:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:37:35.411Z||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-03-14T04:37:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:37:44.953Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:37:44.956Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:38:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:38:35.409Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:38:35.409Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:38:35.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:38:35.411Z||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-03-14T04:38:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:38:44.955Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:38:44.956Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:39:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:39:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:39:35.408Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:39:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:39:35.411Z||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-03-14T04:39:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:39:44.953Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:39:44.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:40:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:40:35.408Z||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-03-14T04:40:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:40:35.411Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:40:35.411Z||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-03-14T04:40:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:40:44.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:40:44.954Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:41:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:41:35.408Z||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-03-14T04:41:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:41:35.410Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:41:35.411Z||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-03-14T04:41:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:41:44.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:41:44.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:42:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:42:35.408Z||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-03-14T04:42:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:42:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:42:35.411Z||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-03-14T04:42:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:42:44.958Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:42:44.960Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:43:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:43:35.408Z||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-03-14T04:43:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:43:35.410Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:43:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:43:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:43:44.952Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:43:44.954Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:44:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:44:35.408Z||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-03-14T04:44:35.408Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:44:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:44:35.411Z||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-03-14T04:44:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:44:44.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:44:44.955Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:45:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:45:35.409Z||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-03-14T04:45:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:45:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:45:35.411Z||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-03-14T04:45:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:45:44.949Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:45:44.951Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:46:35.408Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:46:35.409Z||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-03-14T04:46:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:46:35.411Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:46:35.411Z||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-03-14T04:46:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:46:44.954Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:46:44.955Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:47:35.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:47:35.409Z||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-03-14T04:47:35.409Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:47:35.411Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:47:35.411Z||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-03-14T04:47:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:47:44.955Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:47:44.963Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:35.408Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:48:35.410Z||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-03-14T04:48:35.410Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:48:35.411Z||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-03-14T04:48:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:35.540Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:36.037Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:36.038Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.038Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fd888d4-173f-456d-b28d-bd5cfa988351","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"3947f4aa-0d14-475f-9fe2-0ddaf8e06671","serviceDescription":"service","serviceInvariantUUID":"a925ea51-54d0-432c-bd15-71a19567dc28","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0ebba29a-b003-4ef4-b70d-434d33599fda","resourceInvariantUUID":"6bfc8d65-d2e2-46fe-b06c-daac31879d6f","resourceCustomizationUUID":"b78d6946-4e7a-4969-a6c1-748565d38cf8","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":"0122cc1e-18de-4101-85e7-43066670792b","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":"NWUwOWE0OTFiZWM0ODYwY2JmNTBkM2I4NDE0NmU2Y2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bd065966-c95c-462f-81b0-80bbc234296d","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":"ZTEyYzI2YzljMTAwMTMzZjYxMDg3NjBhOGE3ZTVlNmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f69cbf96-3bf0-4d65-8f43-aae04dc94f8b","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":"252daa95-e4d6-41be-b6cd-5c18e8da4312","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":"d725947c-6a15-45d0-b5d1-2677112fdf18","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":"ec1108bd-7f95-4b0d-86f4-205da2f4355f","artifactVersion":"2","generatedFromUUID":"252daa95-e4d6-41be-b6cd-5c18e8da4312"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MTM0N2UyODVkNmViZjI4MGI3M2M3OGNjOTYyMjdmOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e490ded-b98d-4989-abf8-99325e8f8773","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"YzNhMGQ0ODQxYjE5MTZiYTUzMDNmNTM4OGY2MWFmOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6633327d-a7f3-43d1-9afc-a6ff66d65fa2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:48:36.040Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:36.040Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:36.042Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:36.042Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.052Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.053Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.053Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.053Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.054Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:48:36.055Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.056Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.057Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.058Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T04:48:36.059Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.060Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233268947, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233261923, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.061Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233262404, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233269385, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233279278, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233279283, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.062Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233279282, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233279339, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233280343, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.063Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233280397, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233273028, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.064Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "policy-id", "timestamp": 1647233281346, "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-03-14T04:48:36.083Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.083Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 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-03-14T04:48:36.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233281421, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "ves-openapi-manager", "timestamp": 1647233273871, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233281598, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233281808, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233282424, "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-03-14T04:48:36.100Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.100Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 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-03-14T04:48:36.109Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.109Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233282616, "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-03-14T04:48:36.114Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.114Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 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-03-14T04:48:36.121Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.121Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "cds", "timestamp": 1647233282813, "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=? 2022-03-14T04:48:36.126Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.126Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 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-03-14T04:48:36.133Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "multicloud-k8s-id", "timestamp": 1647233283619, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.134Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233285399, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.135Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.136Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "aai-ml", "timestamp": 1647233286402, "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-03-14T04:48:36.140Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.140Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 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=? 2022-03-14T04:48:36.142Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:36.143Z||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-03-14T04:48:36.143Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T04:48:36.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.148Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.148Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.148Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233280373, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.149Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233289690, "artifactURL": "/sdc/v1/catalog/services/3947f4aa-0d14-475f-9fe2-0ddaf8e06671/resourceInstances/basicclamp0/artifacts/0122cc1e-18de-4101-85e7-43066670792b", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.150Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233290910, "artifactURL": "/sdc/v1/catalog/services/3947f4aa-0d14-475f-9fe2-0ddaf8e06671/resourceInstances/basicclamp0/artifacts/0122cc1e-18de-4101-85e7-43066670792b", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.151Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.152Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.152Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.152Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "dcae-sch", "timestamp": 1647233291913, "artifactURL": "/sdc/v1/catalog/services/3947f4aa-0d14-475f-9fe2-0ddaf8e06671/resourceInstances/basicclamp0/artifacts/0122cc1e-18de-4101-85e7-43066670792b", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:48:36.156Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.156Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 and ComponentName service-change-handler 2022-03-14T04:48:36.156Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:36.157Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-14T04:48:36.163Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.163Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:48:36.163Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233284624, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.164Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233293549, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233294658, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233288028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233295851, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233296868, "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-03-14T04:48:36.179Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ada3302-981a-4429-b7fd-27d1bef02730 2022-03-14T04:48:36.179Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:48:36.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233296956, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233289385, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "multicloud-k8s-id", "timestamp": 1647233297872, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233298347, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.190Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233298409, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.191Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "cds", "timestamp": 1647233299070, "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-03-14T04:48:36.198Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7ada3302-981a-4429-b7fd-27d1bef02730 2022-03-14T04:48:36.198Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:48:36.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233299350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.207Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.207Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.207Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233299412, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.208Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233292404, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.209Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.209Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.209Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "policy-id", "timestamp": 1647233300352, "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-03-14T04:48:36.214Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7ada3302-981a-4429-b7fd-27d1bef02730 2022-03-14T04:48:36.214Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:48:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.220Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.220Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.220Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233301247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "ves-openapi-manager", "timestamp": 1647233293870, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.221Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233303323, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233303517, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.222Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.223Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.223Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.223Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233304326, "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-03-14T04:48:36.227Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7ada3302-981a-4429-b7fd-27d1bef02730 2022-03-14T04:48:36.228Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:48:36.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233304519, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.237Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "clamp", "timestamp": 1647233305523, "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-03-14T04:48:36.244Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4fd888d4-173f-456d-b28d-bd5cfa988351 2022-03-14T04:48:36.244Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fd888d4-173f-456d-b28d-bd5cfa988351 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-03-14T04:48:36.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233298947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233307711, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:36.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "dcae-sch", "timestamp": 1647233300373, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233281614, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:36.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:48:36.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233313996, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:36.257Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:48:36.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:48:36.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "aai-ml", "timestamp": 1647233314998, "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-03-14T04:48:36.262Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7ada3302-981a-4429-b7fd-27d1bef02730 2022-03-14T04:48:36.262Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:48:37.043Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:37.043Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:37.044Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:37.044Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:37.145Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:48:37.145Z||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-03-14T04:48:37.145Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:37.158Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:37.158Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:38.045Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:38.045Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:38.048Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:38.048Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:48:38.148Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:38.149Z||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-03-14T04:48:38.149Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:38.161Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:38.162Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:39.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:39.049Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:39.051Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:39.051Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:48:39.151Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:39.152Z||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-03-14T04:48:39.152Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:39.167Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:39.167Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:48:40.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:40.052Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:40.054Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:40.054Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:40.154Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:40.155Z||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-03-14T04:48:40.155Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:40.170Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:40.170Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:41.055Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:41.055Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:41.057Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:41.057Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T04:48:41.157Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:41.158Z||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-03-14T04:48:41.158Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:41.171Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:41.171Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:42.057Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:42.058Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:42.060Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:42.060Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:48:42.160Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:42.161Z||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-03-14T04:48:42.161Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:42.174Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:42.174Z||pool-95-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:43.061Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:48:43.061Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:43.063Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:43.063Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:48:43.163Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:43.164Z||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-03-14T04:48:43.164Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:43.177Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:43.178Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:44.064Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "3947f4aa-0d14-475f-9fe2-0ddaf8e06671", "serviceDescription": "service", "serviceInvariantUUID": "a925ea51-54d0-432c-bd15-71a19567dc28", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "b78d6946-4e7a-4969-a6c1-748565d38cf8", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0ebba29a-b003-4ef4-b70d-434d33599fda", "resourceInvariantUUID": "6bfc8d65-d2e2-46fe-b06c-daac31879d6f", "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": "ZTEyYzI2YzljMTAwMTMzZjYxMDg3NjBhOGE3ZTVlNmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f69cbf96-3bf0-4d65-8f43-aae04dc94f8b", "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": "252daa95-e4d6-41be-b6cd-5c18e8da4312", "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": "ec1108bd-7f95-4b0d-86f4-205da2f4355f", "generatedFromUUID": "252daa95-e4d6-41be-b6cd-5c18e8da4312" }, "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": "ec1108bd-7f95-4b0d-86f4-205da2f4355f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "YzNhMGQ0ODQxYjE5MTZiYTUzMDNmNTM4OGY2MWFmOWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6633327d-a7f3-43d1-9afc-a6ff66d65fa2" } ], "workloadContext": "Production" } 2022-03-14T04:48:44.064Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:48:44.064Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3947f4aa-0d14-475f-9fe2-0ddaf8e06671 ASDC 2022-03-14T04:48:44.065Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:4fd888d4-173f-456d-b28d-bd5cfa988351 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:3947f4aa-0d14-475f-9fe2-0ddaf8e06671 ServiceInvariantUUID:a925ea51-54d0-432c-bd15-71a19567dc28 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:6633327d-a7f3-43d1-9afc-a6ff66d65fa2 ArtifactChecksum:YzNhMGQ0ODQxYjE5MTZiYTUzMDNmNTM4OGY2MWFmOWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:b78d6946-4e7a-4969-a6c1-748565d38cf8 ResourceInvariantUUID:6bfc8d65-d2e2-46fe-b06c-daac31879d6f ResourceName:basicclamp ResourceType:VF ResourceUUID:0ebba29a-b003-4ef4-b70d-434d33599fda 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:f69cbf96-3bf0-4d65-8f43-aae04dc94f8b ArtifactChecksum:ZTEyYzI2YzljMTAwMTMzZjYxMDg3NjBhOGE3ZTVlNmI= 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:252daa95-e4d6-41be-b6cd-5c18e8da4312 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:ec1108bd-7f95-4b0d-86f4-205da2f4355f 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:ec1108bd-7f95-4b0d-86f4-205da2f4355f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T04:48:44.065Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3947f4aa-0d14-475f-9fe2-0ddaf8e06671 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-03-14T04:48:44.096Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:48:44.096Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:48:44.096Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:48:44.097Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6633327d-a7f3-43d1-9afc-a6ff66d65fa2 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-14T04:48:44.097Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:48:44.097Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-14T04:48:44.254Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:48:44.259Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 6633327d-a7f3-43d1-9afc-a6ff66d65fa2 73653 2022-03-14T04:48:44.259Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-14T04:48:44.259Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-14T04:48:44.259Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:48:44.259Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:44.260Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:44.260Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233324259, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:44.361Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:48:44.361Z||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-03-14T04:48:44.362Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:44.373Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:44.374Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:45.262Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:48:45.264Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:48:45.265Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6633327d-a7f3-43d1-9afc-a6ff66d65fa2, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-14T04:48:45.265Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-14T04:48:45.266Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-14T04:48:45.266Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-14T04:48:45.388Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6177850643932458329/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-03-14T04:48:46.233Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.234Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-Basicclamp-csar.csar 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.235Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-14T04:48:46.236Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-14T04:48:46.237Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:46.238Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:48:46.239Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=73868609-030f-45d9-b204-a7fc31717704 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.240Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.241Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.241Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.241Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:46.241Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:46.241Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:3947f4aa-0d14-475f-9fe2-0ddaf8e06671 Model Version:NULL Model InvariantUuid:a925ea51-54d0-432c-bd15-71a19567dc28 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:44fb624f-feba-4b57-8219-4f46aa8505c9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6bfc8d65-d2e2-46fe-b06c-daac31879d6f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b78d6946-4e7a-4969-a6c1-748565d38cf8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:0ec4fa9a-2acb-44f1-b129-2e50f15e2ec4 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:dea77245-1a2a-4f53-9b18-1031cb63896d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:73868609-030f-45d9-b204-a7fc31717704 ModelInvariantUuid:ff9e3c00-4b8d-4cb7-9ced-b42e4d595bc1 ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:0337d263-9c67-464b-9e09-2effaad95c7a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:fefd3af5-6fff-4a71-9272-c31d0b50d45a ModelInvariantUuid:3bb71ba3-0408-40d2-b9bc-29ebb0c034ab ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:124118ed-840b-4740-a7cc-94dcf5ed07d3 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-03-14T04:48:46.248Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 0ebba29a-b003-4ef4-b70d-434d33599fda 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-03-14T04:48:46.251Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||basicclamp 0 2022-03-14T04:48:46.251Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0ebba29a-b003-4ef4-b70d-434d33599fda 2022-03-14T04:48:46.251Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f69cbf96-3bf0-4d65-8f43-aae04dc94f8b from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-14T04:48:46.251Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:48:46.251Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-14T04:48:46.449Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:48:46.450Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json f69cbf96-3bf0-4d65-8f43-aae04dc94f8b 790 2022-03-14T04:48:46.450Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:46.450Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:46.451Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:48:46.451Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:46.453Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:46.453Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233326450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:46.554Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T04:48:46.554Z||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-03-14T04:48:46.554Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:46.569Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:46.570Z||pool-98-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:47.454Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0ec4fa9a-2acb-44f1-b129-2e50f15e2ec4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dea77245-1a2a-4f53-9b18-1031cb63896d", "vfModuleModelCustomizationUUID": "59f8e551-2c1a-4615-845c-1c55a74fc5f3", "isBase": true, "artifacts": [ "252daa95-e4d6-41be-b6cd-5c18e8da4312", "ec1108bd-7f95-4b0d-86f4-205da2f4355f" ], "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-03-14T04:48:47.458Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dea77245-1a2a-4f53-9b18-1031cb63896d VfModuleModelInvariantUUID:0ec4fa9a-2acb-44f1-b129-2e50f15e2ec4 VfModuleModelDescription:NULL Artifacts UUID List:{ 252daa95-e4d6-41be-b6cd-5c18e8da4312 , ec1108bd-7f95-4b0d-86f4-205da2f4355f } 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-03-14T04:48:47.461Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "0ec4fa9a-2acb-44f1-b129-2e50f15e2ec4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dea77245-1a2a-4f53-9b18-1031cb63896d", "vfModuleModelCustomizationUUID": "59f8e551-2c1a-4615-845c-1c55a74fc5f3", "isBase": true, "artifacts": [ "252daa95-e4d6-41be-b6cd-5c18e8da4312", "ec1108bd-7f95-4b0d-86f4-205da2f4355f" ], "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-03-14T04:48:47.461Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dea77245-1a2a-4f53-9b18-1031cb63896d VfModuleModelInvariantUUID:0ec4fa9a-2acb-44f1-b129-2e50f15e2ec4 VfModuleModelDescription:NULL Artifacts UUID List:{ 252daa95-e4d6-41be-b6cd-5c18e8da4312 , ec1108bd-7f95-4b0d-86f4-205da2f4355f } 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-03-14T04:48:47.462Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 252daa95-e4d6-41be-b6cd-5c18e8da4312 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-14T04:48:47.462Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:48:47.462Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-14T04:48:47.750Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:48:47.750Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 252daa95-e4d6-41be-b6cd-5c18e8da4312 5033 2022-03-14T04:48:47.750Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:47.751Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:47.751Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:48:47.751Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:47.753Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:47.753Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233327750, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:47.853Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:47.853Z||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-03-14T04:48:47.854Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:47.866Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:47.866Z||pool-99-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:48.753Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ec1108bd-7f95-4b0d-86f4-205da2f4355f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-14T04:48:48.754Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:48:48.755Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-14T04:48:49.138Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:48:49.138Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ec1108bd-7f95-4b0d-86f4-205da2f4355f 909 2022-03-14T04:48:49.139Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:49.139Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:49.139Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:48:49.139Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:49.141Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:49.142Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233329139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:48:49.242Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:49.243Z||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-03-14T04:48:49.243Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:49.255Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:49.255Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:50.142Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3947f4aa-0d14-475f-9fe2-0ddaf8e06671 2022-03-14T04:48:50.144Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0ebba29a-b003-4ef4-b70d-434d33599fda ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-14T04:48:50.160Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c1e39ec, org.onap.sdc.toscaparser.api.parameters.Input@4c6a6378, org.onap.sdc.toscaparser.api.parameters.Input@34b4b927, org.onap.sdc.toscaparser.api.parameters.Input@5939858a, org.onap.sdc.toscaparser.api.parameters.Input@44f50618] 2022-03-14T04:48:50.161Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.161Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.161Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-14T04:48:50.161Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b78d6946-4e7a-4969-a6c1-748565d38cf8 2022-03-14T04:48:50.162Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b78d6946-4e7a-4969-a6c1-748565d38cf8 matches Tosca VF Customization UUID: b78d6946-4e7a-4969-a6c1-748565d38cf8 2022-03-14T04:48:50.162Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b78d6946-4e7a-4969-a6c1-748565d38cf8 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-03-14T04:48:50.165Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.165Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.166Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b78d6946-4e7a-4969-a6c1-748565d38cf8: {\"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-03-14T04:48:50.166Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36a2b1bb 2022-03-14T04:48:50.166Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.166Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:48:50.167Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 59f8e551-2c1a-4615-845c-1c55a74fc5f3 2022-03-14T04:48:50.167Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 59f8e551-2c1a-4615-845c-1c55a74fc5f3 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-03-14T04:48:50.169Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.169Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:50.170Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:48:50.170Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.170Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:50.170Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:48:50.170Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.171Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-14T04:48:50.171Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-14T04:48:50.171Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-14T04:48:50.171Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=73868609-030f-45d9-b204-a7fc31717704 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-03-14T04:48:50.174Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.174Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:50.175Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:48:50.175Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.176Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-14T04:48:50.176Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=b78d6946-4e7a-4969-a6c1-748565d38cf8 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-03-14T04:48:50.178Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.179Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.179Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3947f4aa-0d14-475f-9fe2-0ddaf8e06671: basicclamp 2022-03-14T04:48:50.180Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.180Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.180Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.181Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.181Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.181Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.181Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.182Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.182Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:48:50.182Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:48:50.184Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:50.287Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0ebba29a-b003-4ef4-b70d-434d33599fda 1 ASDC deployResourceStructure 2022-03-14T04:48:50.288Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:50.288Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:50.288Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:48:50.288Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:50.290Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:50.291Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233330288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:48:50.391Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:50.391Z||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-03-14T04:48:50.391Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:50.403Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:50.404Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:51.291Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:51.292Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:51.292Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:48:51.292Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:51.294Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:51.294Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233331291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:48:51.394Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:51.395Z||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-03-14T04:48:51.395Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:51.407Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:51.408Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:48:52.295Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:52.296Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||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-03-14T04:48:52.296Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:48:52.296Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:52.298Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:52.299Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233332295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-14T04:48:52.399Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:52.400Z||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-03-14T04:48:52.400Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:52.410Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:52.411Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:53.299Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-14T04:48:53.300Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-14T04:48:53.300Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:48:53.301Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:48:53.302Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:48:53.303Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233333299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:48:53.403Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:48:53.404Z||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-03-14T04:48:53.404Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:48:53.416Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:48:53.417Z||pool-104-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:48:54.303Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fd888d4-173f-456d-b28d-bd5cfa988351 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:48:54.315Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fd888d4-173f-456d-b28d-bd5cfa988351 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:48:54.317Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:48:54.317Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:48:54.317Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:48:54.317Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:48:54.317Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.317Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.318Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.318Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.318Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.318Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.318Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:48:54.318Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-03-14T04:48:54.322Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:49:24.323Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fd888d4-173f-456d-b28d-bd5cfa988351 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-03-14T04:49:24.330Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fd888d4-173f-456d-b28d-bd5cfa988351 and serviceModelVersionId: 3947f4aa-0d14-475f-9fe2-0ddaf8e06671 2022-03-14T04:49:24.331Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a925ea51-54d0-432c-bd15-71a19567dc28 2022-03-14T04:49:24.332Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0 2022-03-14T04:49:24.339Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:49:24.367Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0|INFO|500||Invoke 2022-03-14T04:49:24.367Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4fd888d4-173f-456d-b28d-bd5cfa988351], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[487220b6-d033-4133-b9c4-283a03f17a55], X-ECOMP-RequestID=[4fd888d4-173f-456d-b28d-bd5cfa988351], X-TransactionId=[], X-ONAP-RequestID=[4fd888d4-173f-456d-b28d-bd5cfa988351], Content-Type=[application/merge-patch+json]} 2022-03-14T04:49:24.387Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:49:24.797Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?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/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-04:49:24:396-40203], vertex-id=[205040], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:49:24 GMT], Content-Type=[application/json]} 2022-03-14T04:49:24.798Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:49:24.799Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a925ea51-54d0-432c-bd15-71a19567dc28/model-vers/model-ver/3947f4aa-0d14-475f-9fe2-0ddaf8e06671?depth=0|INFO|500||InvokeReturn 2022-03-14T04:49:24.799Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:49:24.799Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-03-14T04:49:24.803Z|4fd888d4-173f-456d-b28d-bd5cfa988351|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-03-14T04:49:24.803Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fd888d4-173f-456d-b28d-bd5cfa988351 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:49:24.804Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:49:24.804Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:24.806Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:24.806Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233364803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:49:24.906Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:24.907Z||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-03-14T04:49:24.907Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:24.922Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:24.923Z||pool-105-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-03-14T04:49:25.819Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:49:25.819Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7ada3302-981a-4429-b7fd-27d1bef02730","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e821411f-1e38-40e4-962f-5096838ce475","serviceDescription":"service","serviceInvariantUUID":"02c0f13d-c01e-454a-b4df-ff5391ec6a8d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ed1684ec-6276-4326-b908-748c8d438ce0","resourceInvariantUUID":"5d79ff84-4e30-44a1-98ab-6b2701acd3c2","resourceCustomizationUUID":"8a857ab7-f9c7-443f-aaaa-31e364e98ebc","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":"MzVjM2Y1YjU5OGQ0NGQ5MGQ0OGZiNzMxYzY3YTJhNmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6321d8ea-552d-41ba-a2c1-c641849e7a09","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":"YmNlNjA1MGEyM2NhYzNmZDliN2FjOWJlZmFmMjBmZWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1859ad2a-8a12-4146-afa6-620f60069353","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":"55b746b5-f19f-4980-9874-1e78e7148bd4","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":"dbe054ef-7213-431c-af18-c95674a932f0","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":"f23118cf-ea5b-4995-b189-db782e84df0e","artifactVersion":"2","generatedFromUUID":"55b746b5-f19f-4980-9874-1e78e7148bd4"},{"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":"MGUwZWQ1NTViZmRhOGU0MjUwMmE1Y2IxMjc5MzBmZDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"338d4533-7ad9-4ba4-9087-5c69a8e2a8f1","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":"ZGYwYzQxMzRjOWZjMTQ1MmJlZDk1YWQ4NjM1MDRhNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3bb984cc-5350-468f-894f-e70578294c31","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YWYwZTRiODFkNDhmMjhkNDRiMmFlYTU5NzVjMjY1NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"be3d16d5-ebee-4c53-a967-8d8f967fda6c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:49:25.820Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:25.820Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:25.821Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:25.822Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:49:25.922Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:25.923Z||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-03-14T04:49:25.923Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:25.936Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:25.936Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:26.822Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:26.823Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:26.825Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:26.825Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:49:26.925Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:26.926Z||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-03-14T04:49:26.926Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:26.938Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:26.938Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:49:27.826Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:27.827Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:27.829Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:27.829Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:49:27.929Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:27.930Z||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-03-14T04:49:27.930Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:27.943Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:27.943Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:28.829Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:28.830Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:28.832Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:28.833Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:49:28.933Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:28.933Z||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-03-14T04:49:28.934Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:28.946Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:28.947Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:29.833Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:29.834Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:29.835Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:29.835Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T04:49:29.935Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:29.936Z||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-03-14T04:49:29.936Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:29.948Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:29.948Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:30.836Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:30.836Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:30.838Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:30.838Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:49:30.938Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:30.939Z||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-03-14T04:49:30.939Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:30.950Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:30.950Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:49:31.839Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:31.839Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:31.841Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:31.841Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:49:31.941Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:31.942Z||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-03-14T04:49:31.943Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:31.956Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:31.956Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:32.842Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:49:32.843Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:32.848Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:32.848Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:49:32.949Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:32.949Z||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-03-14T04:49:32.949Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:32.963Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:32.964Z||pool-113-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:33.849Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e821411f-1e38-40e4-962f-5096838ce475", "serviceDescription": "service", "serviceInvariantUUID": "02c0f13d-c01e-454a-b4df-ff5391ec6a8d", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8a857ab7-f9c7-443f-aaaa-31e364e98ebc", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ed1684ec-6276-4326-b908-748c8d438ce0", "resourceInvariantUUID": "5d79ff84-4e30-44a1-98ab-6b2701acd3c2", "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": "YmNlNjA1MGEyM2NhYzNmZDliN2FjOWJlZmFmMjBmZWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1859ad2a-8a12-4146-afa6-620f60069353", "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": "55b746b5-f19f-4980-9874-1e78e7148bd4", "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": "f23118cf-ea5b-4995-b189-db782e84df0e", "generatedFromUUID": "55b746b5-f19f-4980-9874-1e78e7148bd4" }, "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": "f23118cf-ea5b-4995-b189-db782e84df0e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YWYwZTRiODFkNDhmMjhkNDRiMmFlYTU5NzVjMjY1NzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "be3d16d5-ebee-4c53-a967-8d8f967fda6c" } ], "workloadContext": "Production" } 2022-03-14T04:49:33.850Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:49:33.850Z|4fd888d4-173f-456d-b28d-bd5cfa988351|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e821411f-1e38-40e4-962f-5096838ce475 ASDC 2022-03-14T04:49:33.850Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:7ada3302-981a-4429-b7fd-27d1bef02730 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e821411f-1e38-40e4-962f-5096838ce475 ServiceInvariantUUID:02c0f13d-c01e-454a-b4df-ff5391ec6a8d 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:be3d16d5-ebee-4c53-a967-8d8f967fda6c ArtifactChecksum:YWYwZTRiODFkNDhmMjhkNDRiMmFlYTU5NzVjMjY1NzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8a857ab7-f9c7-443f-aaaa-31e364e98ebc ResourceInvariantUUID:5d79ff84-4e30-44a1-98ab-6b2701acd3c2 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ed1684ec-6276-4326-b908-748c8d438ce0 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:1859ad2a-8a12-4146-afa6-620f60069353 ArtifactChecksum:YmNlNjA1MGEyM2NhYzNmZDliN2FjOWJlZmFmMjBmZWI= 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:55b746b5-f19f-4980-9874-1e78e7148bd4 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:f23118cf-ea5b-4995-b189-db782e84df0e 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:f23118cf-ea5b-4995-b189-db782e84df0e ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-14T04:49:33.850Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e821411f-1e38-40e4-962f-5096838ce475 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-03-14T04:49:33.883Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:49:33.884Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:49:33.884Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:49:33.884Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: be3d16d5-ebee-4c53-a967-8d8f967fda6c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-14T04:49:33.884Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:49:33.884Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-14T04:49:34.003Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:49:34.009Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar be3d16d5-ebee-4c53-a967-8d8f967fda6c 78783 2022-03-14T04:49:34.009Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-14T04:49:34.009Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-14T04:49:34.009Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:49:34.010Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:34.015Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:34.015Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233374009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:49:34.112Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-14T04:49:34.112Z||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-03-14T04:49:34.113Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:34.125Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:34.125Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:35.016Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:49:35.017Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:49:35.017Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: be3d16d5-ebee-4c53-a967-8d8f967fda6c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-14T04:49:35.018Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-14T04:49:35.018Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-14T04:49:35.018Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-14T04:49:35.103Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15608023833981804445/Definitions/service-BasicVmMacro-template.yml 2022-03-14T04:49:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:49:35.411Z||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-03-14T04:49:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:35.534Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:35.535Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:49:35.535Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:49:35.536Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 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-03-14T04:49:35.962Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:49:35.962Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-14T04:49:35.962Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-14T04:49:35.962Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-BasicVmMacro-csar.csar 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-BasicVmMacro-csar.csar 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-BasicVmMacro-csar.csar 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-BasicVmMacro-csar.csar 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-BasicVmMacro-csar.csar 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.963Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:49:35.964Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.965Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-14T04:49:35.966Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-14T04:49:35.966Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T04:49:35.966Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a812411-e20c-4a6a-a9b1-36743987dded 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:35.967Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:35.968Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e821411f-1e38-40e4-962f-5096838ce475 Model Version:NULL Model InvariantUuid:02c0f13d-c01e-454a-b4df-ff5391ec6a8d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:fc122b3b-1101-447f-8d76-64f805b68614 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:5d79ff84-4e30-44a1-98ab-6b2701acd3c2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8a857ab7-f9c7-443f-aaaa-31e364e98ebc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e1a739fc-6400-414d-a88c-4bd07aa2deff ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:d6b17f1e-c63c-45e1-a8a0-12a68f77353f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1a812411-e20c-4a6a-a9b1-36743987dded ModelInvariantUuid:eacb7920-02b1-497c-adea-d304c9e0693f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:af520c02-b91c-462a-8cda-1b853c303edf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:547a8677-5f37-4535-9aa2-d17b628ceb97 ModelInvariantUuid:dda053c8-b675-45c0-b3b5-a8c6f151d9b3 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:aaa647ea-eede-4225-bad7-9a8abaf2531e 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-03-14T04:49:35.974Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ed1684ec-6276-4326-b908-748c8d438ce0 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-03-14T04:49:35.977Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-03-14T04:49:35.977Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ed1684ec-6276-4326-b908-748c8d438ce0 2022-03-14T04:49:35.977Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1859ad2a-8a12-4146-afa6-620f60069353 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-14T04:49:35.978Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:49:35.978Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:36.107Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:49:36.107Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 1859ad2a-8a12-4146-afa6-620f60069353 792 2022-03-14T04:49:36.108Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:36.108Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:36.108Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:49:36.108Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:36.110Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:36.110Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233376108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:49:36.210Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:36.211Z||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-03-14T04:49:36.211Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:36.224Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:36.224Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:37.110Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e1a739fc-6400-414d-a88c-4bd07aa2deff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d6b17f1e-c63c-45e1-a8a0-12a68f77353f", "vfModuleModelCustomizationUUID": "0fd67bb8-209c-4aa7-85e7-8442b8fdfb4e", "isBase": true, "artifacts": [ "55b746b5-f19f-4980-9874-1e78e7148bd4", "f23118cf-ea5b-4995-b189-db782e84df0e" ], "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-03-14T04:49:37.114Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d6b17f1e-c63c-45e1-a8a0-12a68f77353f VfModuleModelInvariantUUID:e1a739fc-6400-414d-a88c-4bd07aa2deff VfModuleModelDescription:NULL Artifacts UUID List:{ 55b746b5-f19f-4980-9874-1e78e7148bd4 , f23118cf-ea5b-4995-b189-db782e84df0e } 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-03-14T04:49:37.116Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "e1a739fc-6400-414d-a88c-4bd07aa2deff", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d6b17f1e-c63c-45e1-a8a0-12a68f77353f", "vfModuleModelCustomizationUUID": "0fd67bb8-209c-4aa7-85e7-8442b8fdfb4e", "isBase": true, "artifacts": [ "55b746b5-f19f-4980-9874-1e78e7148bd4", "f23118cf-ea5b-4995-b189-db782e84df0e" ], "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-03-14T04:49:37.116Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d6b17f1e-c63c-45e1-a8a0-12a68f77353f VfModuleModelInvariantUUID:e1a739fc-6400-414d-a88c-4bd07aa2deff VfModuleModelDescription:NULL Artifacts UUID List:{ 55b746b5-f19f-4980-9874-1e78e7148bd4 , f23118cf-ea5b-4995-b189-db782e84df0e } 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-03-14T04:49:37.117Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 55b746b5-f19f-4980-9874-1e78e7148bd4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-14T04:49:37.117Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:49:37.117Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:37.211Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:49:37.211Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 55b746b5-f19f-4980-9874-1e78e7148bd4 5033 2022-03-14T04:49:37.211Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:37.211Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:37.211Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:49:37.212Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:37.213Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:37.213Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233377211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:49:37.314Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:49:37.314Z||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-03-14T04:49:37.315Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:37.327Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:37.328Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:38.214Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f23118cf-ea5b-4995-b189-db782e84df0e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-14T04:49:38.214Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:49:38.214Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:38.407Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:49:38.408Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f23118cf-ea5b-4995-b189-db782e84df0e 903 2022-03-14T04:49:38.408Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:38.408Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:38.408Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:49:38.408Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:38.409Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:38.410Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233378408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:49:38.510Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:38.511Z||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-03-14T04:49:38.511Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:38.524Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:38.524Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:39.410Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: e821411f-1e38-40e4-962f-5096838ce475 2022-03-14T04:49:39.411Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ed1684ec-6276-4326-b908-748c8d438ce0 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-03-14T04:49:39.423Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9d57aaf, org.onap.sdc.toscaparser.api.parameters.Input@369ccec7, org.onap.sdc.toscaparser.api.parameters.Input@6e459a24, org.onap.sdc.toscaparser.api.parameters.Input@2eb1686b, org.onap.sdc.toscaparser.api.parameters.Input@c137f10] 2022-03-14T04:49:39.424Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.424Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.424Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-03-14T04:49:39.424Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 8a857ab7-f9c7-443f-aaaa-31e364e98ebc 2022-03-14T04:49:39.424Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8a857ab7-f9c7-443f-aaaa-31e364e98ebc matches Tosca VF Customization UUID: 8a857ab7-f9c7-443f-aaaa-31e364e98ebc 2022-03-14T04:49:39.424Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 8a857ab7-f9c7-443f-aaaa-31e364e98ebc 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-03-14T04:49:39.426Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.426Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 8a857ab7-f9c7-443f-aaaa-31e364e98ebc: {\"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-03-14T04:49:39.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ba8863c 2022-03-14T04:49:39.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-14T04:49:39.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0fd67bb8-209c-4aa7-85e7-8442b8fdfb4e 2022-03-14T04:49:39.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0fd67bb8-209c-4aa7-85e7-8442b8fdfb4e 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-03-14T04:49:39.429Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.429Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:39.429Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-14T04:49:39.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a812411-e20c-4a6a-a9b1-36743987dded 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-03-14T04:49:39.432Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.432Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:39.432Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-14T04:49:39.433Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.433Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-14T04:49:39.433Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8a857ab7-f9c7-443f-aaaa-31e364e98ebc 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-03-14T04:49:39.435Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.435Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.435Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid e821411f-1e38-40e4-962f-5096838ce475: basic_vm_macro 2022-03-14T04:49:39.436Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.436Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.436Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.436Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.436Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:49:39.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:49:39.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:39.525Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ed1684ec-6276-4326-b908-748c8d438ce0 1 ASDC deployResourceStructure 2022-03-14T04:49:39.526Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:39.526Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:39.526Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:49:39.526Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:39.528Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:39.528Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233379526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:49:39.629Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:39.629Z||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-03-14T04:49:39.629Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:39.642Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:39.643Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:40.529Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:40.530Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:40.530Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:49:40.530Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:40.532Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:40.533Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233380529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:49:40.633Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:40.633Z||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-03-14T04:49:40.633Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:40.645Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:40.645Z||pool-119-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:41.533Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:41.534Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||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-03-14T04:49:41.534Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:49:41.534Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:41.536Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:41.536Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233381533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-14T04:49:41.636Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:41.637Z||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-03-14T04:49:41.637Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:41.651Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:41.651Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:42.537Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-14T04:49:42.537Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-14T04:49:42.538Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:49:42.538Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:49:42.541Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:49:42.541Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233382537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:49:42.641Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:49:42.642Z||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-03-14T04:49:42.642Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:49:42.654Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:49:42.655Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:49:43.542Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7ada3302-981a-4429-b7fd-27d1bef02730 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:49:43.553Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7ada3302-981a-4429-b7fd-27d1bef02730 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:49:43.556Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:49:43.557Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:49:43.557Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-03-14T04:49:43.563Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:50:13.563Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:50:13.568Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7ada3302-981a-4429-b7fd-27d1bef02730 and serviceModelVersionId: e821411f-1e38-40e4-962f-5096838ce475 2022-03-14T04:50:13.569Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02c0f13d-c01e-454a-b4df-ff5391ec6a8d 2022-03-14T04:50:13.569Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02c0f13d-c01e-454a-b4df-ff5391ec6a8d/model-vers/model-ver/e821411f-1e38-40e4-962f-5096838ce475?depth=0 2022-03-14T04:50:13.574Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:50:13.600Z|7ada3302-981a-4429-b7fd-27d1bef02730|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/02c0f13d-c01e-454a-b4df-ff5391ec6a8d/model-vers/model-ver/e821411f-1e38-40e4-962f-5096838ce475?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-03-14T04:50:13.600Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c0f13d-c01e-454a-b4df-ff5391ec6a8d/model-vers/model-ver/e821411f-1e38-40e4-962f-5096838ce475?depth=0|INFO|500||Invoke 2022-03-14T04:50:13.618Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c0f13d-c01e-454a-b4df-ff5391ec6a8d/model-vers/model-ver/e821411f-1e38-40e4-962f-5096838ce475?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:50:13.770Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02c0f13d-c01e-454a-b4df-ff5391ec6a8d/model-vers/model-ver/e821411f-1e38-40e4-962f-5096838ce475?depth=0|INFO|500||InvokeReturn 2022-03-14T04:50:13.771Z|7ada3302-981a-4429-b7fd-27d1bef02730|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/02c0f13d-c01e-454a-b4df-ff5391ec6a8d/model-vers/model-ver/e821411f-1e38-40e4-962f-5096838ce475?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220314-04:50:13:626-74786], vertex-id=[262264], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:50:13 GMT], Content-Type=[application/json]} 2022-03-14T04:50:13.771Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:50:13.771Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:50:13.771Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-03-14T04:50:13.776Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-03-14T04:50:13.776Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7ada3302-981a-4429-b7fd-27d1bef02730 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:50:13.776Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:50:13.776Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:13.778Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:13.778Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233413776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:50:13.878Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:13.879Z||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-03-14T04:50:13.879Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:13.894Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:13.895Z||pool-122-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-03-14T04:50:14.793Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:50:14.794Z|7ada3302-981a-4429-b7fd-27d1bef02730|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-03-14T04:50:14.794Z|7ada3302-981a-4429-b7fd-27d1bef02730|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:15.416Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:15.416Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-14T04:50:15.417Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"fd56c19e-072e-4ad5-974b-4655f60a0db1","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0d704e71-32d1-478f-8375-b0d02a4fbdeb","serviceDescription":"service","serviceInvariantUUID":"1cf8c5a6-0483-4e78-91fe-07ace4532617","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b045d539-605c-4580-a62c-a728e2384faf","resourceInvariantUUID":"69a35299-76f7-414d-9093-e7c92a07e395","resourceCustomizationUUID":"36412d2f-bd43-4627-a8be-838cfe8b36f9","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":"Y2ZjZTk5NjRjMWFkMDAzZjZlYWY0MDdmMzhiYmY5NDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a627d34-3141-4aec-867a-85910ce3ddb1","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":"34471880-fe72-4689-9607-dd3d8057ff75","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":"4db8c9ce-39d4-41dd-a667-5358bd1f7b51","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":"OTIwMDhlYjYzZWQ0MjZiNDNlNGNjNmUyZTNmZDU1MDA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d2f22833-e76e-4951-b3e8-fdf6f4b5e0a3","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":"19d8836b-54d6-4a4d-ba95-b7d7fea1874b","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":"d0e50a5c-fbd4-44f9-9878-506b5792a2c3","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":"a20cf2cc-d3bb-457d-b8d8-89a862fbf9eb","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":"NTY2ZThlMWQzYzVmYmZiMjRhODRkMzU0ZGU0MzFiZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69467646-c9c2-4a9d-a3fa-6ecedf906e11","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTE3YjExMmI1Yjc4MzYzOTBhNjVkNWJhNGFjNmRhN2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"63df04ce-c0a0-439d-83ae-465efddcea05","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-14T04:50:15.419Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:15.419Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:15.421Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:15.421Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:15.521Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:15.522Z||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-03-14T04:50:15.522Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:15.535Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:15.535Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:16.422Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:16.423Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:16.426Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:16.426Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:16.527Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-14T04:50:16.527Z||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-03-14T04:50:16.527Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:16.540Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:16.541Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:17.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:17.427Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:17.429Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:17.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:17.530Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:17.530Z||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-03-14T04:50:17.530Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:17.543Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:17.543Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:18.430Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:18.431Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:18.433Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:18.433Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:18.534Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T04:50:18.534Z||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-03-14T04:50:18.534Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:18.545Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:18.545Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:19.434Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:19.435Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:19.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:19.437Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:19.538Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:19.538Z||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-03-14T04:50:19.539Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:19.552Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:19.552Z||pool-127-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:20.438Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:20.439Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:20.441Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:20.442Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:20.542Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:20.542Z||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-03-14T04:50:20.543Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:20.555Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:20.555Z||pool-128-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:50:21.442Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:21.443Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:21.445Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:21.445Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:21.545Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-14T04:50:21.546Z||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-03-14T04:50:21.546Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:21.558Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:21.558Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:22.446Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:22.447Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:22.450Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:22.450Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:22.550Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:22.550Z||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-03-14T04:50:22.551Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:22.569Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:22.570Z||pool-130-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:23.450Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-14T04:50:23.451Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:23.453Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:23.453Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:50:23.553Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:23.554Z||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-03-14T04:50:23.554Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:23.567Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:23.568Z||pool-131-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:24.454Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0d704e71-32d1-478f-8375-b0d02a4fbdeb", "serviceDescription": "service", "serviceInvariantUUID": "1cf8c5a6-0483-4e78-91fe-07ace4532617", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "36412d2f-bd43-4627-a8be-838cfe8b36f9", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b045d539-605c-4580-a62c-a728e2384faf", "resourceInvariantUUID": "69a35299-76f7-414d-9093-e7c92a07e395", "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": "NTE3YjExMmI1Yjc4MzYzOTBhNjVkNWJhNGFjNmRhN2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "63df04ce-c0a0-439d-83ae-465efddcea05" } ], "workloadContext": "Production" } 2022-03-14T04:50:24.455Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-14T04:50:24.455Z|7ada3302-981a-4429-b7fd-27d1bef02730|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0d704e71-32d1-478f-8375-b0d02a4fbdeb ASDC 2022-03-14T04:50:24.455Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:fd56c19e-072e-4ad5-974b-4655f60a0db1 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0d704e71-32d1-478f-8375-b0d02a4fbdeb ServiceInvariantUUID:1cf8c5a6-0483-4e78-91fe-07ace4532617 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:63df04ce-c0a0-439d-83ae-465efddcea05 ArtifactChecksum:NTE3YjExMmI1Yjc4MzYzOTBhNjVkNWJhNGFjNmRhN2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:36412d2f-bd43-4627-a8be-838cfe8b36f9 ResourceInvariantUUID:69a35299-76f7-414d-9093-e7c92a07e395 ResourceName:test-pnf ResourceType:PNF ResourceUUID:b045d539-605c-4580-a62c-a728e2384faf ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-14T04:50:24.455Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d704e71-32d1-478f-8375-b0d02a4fbdeb 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-03-14T04:50:24.480Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:50:24.482Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:50:24.482Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:50:24.482Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 63df04ce-c0a0-439d-83ae-465efddcea05 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T04:50:24.483Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-03-14T04:50:24.483Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T04:50:24.704Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-03-14T04:50:24.712Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 63df04ce-c0a0-439d-83ae-465efddcea05 105640 2022-03-14T04:50:24.712Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-14T04:50:24.712Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T04:50:24.712Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-14T04:50:24.712Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:24.714Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:24.714Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233424712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:24.814Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:24.815Z||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-03-14T04:50:24.815Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:24.826Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:24.826Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-14T04:50:25.714Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-14T04:50:25.715Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-03-14T04:50:25.716Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 63df04ce-c0a0-439d-83ae-465efddcea05, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T04:50:25.716Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-14T04:50:25.716Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T04:50:25.716Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T04:50:25.794Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1311039298166399053/Definitions/service-TestPnfMacro-template.yml 2022-03-14T04:50:26.310Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||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-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||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-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||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-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||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-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-TestPnfMacro-csar.csar 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-TestPnfMacro-csar.csar 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-TestPnfMacro-csar.csar 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-14T04:50:26.311Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.312Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0d704e71-32d1-478f-8375-b0d02a4fbdeb Model Version:NULL Model InvariantUuid:1cf8c5a6-0483-4e78-91fe-07ace4532617 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-03-14T04:50:26.319Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: b045d539-605c-4580-a62c-a728e2384faf 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-03-14T04:50:26.321Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-03-14T04:50:26.321Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b045d539-605c-4580-a62c-a728e2384faf 2022-03-14T04:50:26.321Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0d704e71-32d1-478f-8375-b0d02a4fbdeb 2022-03-14T04:50:26.321Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0d704e71-32d1-478f-8375-b0d02a4fbdeb 2022-03-14T04:50:26.321Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 b045d539-605c-4580-a62c-a728e2384faf 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-03-14T04:50:26.327Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5be4f781, org.onap.sdc.toscaparser.api.parameters.Input@3e9a7609, org.onap.sdc.toscaparser.api.parameters.Input@27c617ff, org.onap.sdc.toscaparser.api.parameters.Input@d9ddcd8, org.onap.sdc.toscaparser.api.parameters.Input@71b97a15] 2022-03-14T04:50:26.327Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.327Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.328Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0d704e71-32d1-478f-8375-b0d02a4fbdeb: test-pnf 2022-03-14T04:50:26.328Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Processing PNF resource: b045d539-605c-4580-a62c-a728e2384faf 2022-03-14T04:50:26.328Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-14T04:50:26.328Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-14T04:50:26.328Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||Resource customization UUID: 36412d2f-bd43-4627-a8be-838cfe8b36f9 is the same as notified resource customizationUUID: 36412d2f-bd43-4627-a8be-838cfe8b36f9 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-03-14T04:50:26.373Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf b045d539-605c-4580-a62c-a728e2384faf 0 ASDC deployResourceStructure 2022-03-14T04:50:26.373Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-14T04:50:26.373Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-14T04:50:26.373Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-14T04:50:26.373Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:50:26.375Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:50:26.375Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233426373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:50:26.475Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:50:26.476Z||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-03-14T04:50:26.476Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:26.491Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:26.491Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-14T04:50:27.375Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:50:27.387Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:50:27.389Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:50:27.390Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:50:27.390Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:50:35.411Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:50:35.411Z||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-03-14T04:50:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:50:35.436Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:50:35.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233320412, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233323415, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233324259, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:35.441Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "clamp", "timestamp": 1647233324418, "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-03-14T04:50:35.450Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7ada3302-981a-4429-b7fd-27d1bef02730 2022-03-14T04:50:35.450Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7ada3302-981a-4429-b7fd-27d1bef02730 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-03-14T04:50:35.459Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.459Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233326450, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233327750, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233329139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233330288, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233331291, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.460Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233332295, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233333299, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "4fd888d4-173f-456d-b28d-bd5cfa988351", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233364803, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.461Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233315408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:50:35.462Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:50:35.463Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:50:35.463Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233374009, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:50:35.463Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:50:57.390Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:50:57.401Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:50:57.403Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:50:57.403Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:50:57.403Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:51:27.404Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:51:27.416Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:51:27.418Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:51:27.418Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-14T04:51:27.418Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-14T04:51:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:51:35.411Z||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-03-14T04:51:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:51:35.941Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:51:35.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233376108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233377211, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233378408, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233379526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233380529, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233381533, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233382537, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.948Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.948Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.948Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.949Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.949Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.949Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.950Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.950Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.950Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.951Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.951Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.951Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.952Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.953Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.954Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.955Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233373870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.956Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "dcae-sch", "timestamp": 1647233380373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233378028, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "multicloud-k8s-id", "timestamp": 1647233381923, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233382404, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233391746, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233391752, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233392129, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233392761, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "cds", "timestamp": 1647233392953, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-14T04:51:35.965Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fd56c19e-072e-4ad5-974b-4655f60a0db1 2022-03-14T04:51:35.965Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:51:35.974Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.974Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.975Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.975Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.975Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "ves-openapi-manager", "timestamp": 1647233393764, "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-03-14T04:51:35.980Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of fd56c19e-072e-4ad5-974b-4655f60a0db1 2022-03-14T04:51:35.980Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:51:35.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233393840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:51:35.989Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:35.989Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.989Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.989Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:35.990Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:35.990Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:35.990Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1647233394843, "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-03-14T04:51:35.995Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fd56c19e-072e-4ad5-974b-4655f60a0db1 2022-03-14T04:51:35.995Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:51:36.003Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.003Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.003Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233388947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233389385, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233398647, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.004Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233399100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233400103, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.005Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "policy-id", "timestamp": 1647233401106, "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-03-14T04:51:36.009Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fd56c19e-072e-4ad5-974b-4655f60a0db1 2022-03-14T04:51:36.009Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233402497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.016Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "aai-ml", "timestamp": 1647233403500, "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-03-14T04:51:36.020Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fd56c19e-072e-4ad5-974b-4655f60a0db1 2022-03-14T04:51:36.020Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:51:36.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.028Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233401614, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7ada3302-981a-4429-b7fd-27d1bef02730", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233413776, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.029Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233414426, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233417428, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.030Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.031Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.031Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.031Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "clamp", "timestamp": 1647233418431, "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-03-14T04:51:36.036Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fd56c19e-072e-4ad5-974b-4655f60a0db1 2022-03-14T04:51:36.036Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:51:36.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.044Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233414793, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233424712, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:51:36.045Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233426373, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-14T04:51:36.046Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:51:57.418Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-14T04:51:57.430Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-14T04:51:57.432Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:51:57.438Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-14T04:52:27.439Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 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-03-14T04:52:27.445Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fd56c19e-072e-4ad5-974b-4655f60a0db1 and serviceModelVersionId: 0d704e71-32d1-478f-8375-b0d02a4fbdeb 2022-03-14T04:52:27.445Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1cf8c5a6-0483-4e78-91fe-07ace4532617 2022-03-14T04:52:27.446Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1cf8c5a6-0483-4e78-91fe-07ace4532617/model-vers/model-ver/0d704e71-32d1-478f-8375-b0d02a4fbdeb?depth=0 2022-03-14T04:52:27.452Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-03-14T04:52:27.479Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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/1cf8c5a6-0483-4e78-91fe-07ace4532617/model-vers/model-ver/0d704e71-32d1-478f-8375-b0d02a4fbdeb?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-03-14T04:52:27.479Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf8c5a6-0483-4e78-91fe-07ace4532617/model-vers/model-ver/0d704e71-32d1-478f-8375-b0d02a4fbdeb?depth=0|INFO|500||Invoke 2022-03-14T04:52:27.500Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf8c5a6-0483-4e78-91fe-07ace4532617/model-vers/model-ver/0d704e71-32d1-478f-8375-b0d02a4fbdeb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-14T04:52:27.722Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1cf8c5a6-0483-4e78-91fe-07ace4532617/model-vers/model-ver/0d704e71-32d1-478f-8375-b0d02a4fbdeb?depth=0|INFO|500||InvokeReturn 2022-03-14T04:52:27.723Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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/1cf8c5a6-0483-4e78-91fe-07ace4532617/model-vers/model-ver/0d704e71-32d1-478f-8375-b0d02a4fbdeb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220314-04:52:27:507-83023], vertex-id=[254136], Content-Length=[0], Date=[Mon, 14 Mar 2022 04:52:27 GMT], Content-Type=[application/json]} 2022-03-14T04:52:27.723Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-03-14T04:52:27.723Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-14T04:52:27.723Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:52:27.727Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:52:27.727Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fd56c19e-072e-4ad5-974b-4655f60a0db1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-14T04:52:27.727Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-14T04:52:27.728Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-03-14T04:52:27.730Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-14T04:52:27.730Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233547727, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:52:27.830Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-14T04:52:27.831Z||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-03-14T04:52:27.831Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 80cEBAVjOkqwydiB) ... 2022-03-14T04:52:27.847Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:52:27.847Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-14T04:52:28.744Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:52:28.745Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:52:28.745Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:52:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:52:35.411Z||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-03-14T04:52:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:52:36.032Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:52:36.033Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-14T04:52:36.033Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fd56c19e-072e-4ad5-974b-4655f60a0db1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1647233547727, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-14T04:52:36.033Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-14T04:52:39.195Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:52:39.196Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:52:39.196Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:52:39.196Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:52:48.739Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:52:48.739Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:52:48.739Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:52:48.739Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:52:58.274Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:53:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:53:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:53:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:53:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:53:35.411Z||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-03-14T04:53:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:53:44.951Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:53:44.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:54:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:54:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:54:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:54:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:54:35.411Z||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-03-14T04:54:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:54:44.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:54:44.954Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:55:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:55:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:55:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:55:35.410Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:55:35.411Z||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-03-14T04:55:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:55:44.952Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:55:44.954Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:56:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:56:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:56:35.409Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:56:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:56:35.411Z||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-03-14T04:56:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:56:44.967Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:56:44.969Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:57:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:57:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:57:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:57:35.410Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:57:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T04:57:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:57:44.952Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:57:44.952Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:58:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:58:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:58:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:58:35.410Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:58:35.411Z||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-03-14T04:58:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:58:44.952Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:58:44.953Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:59:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:59:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T04:59:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T04:59:35.410Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T04:59:35.411Z||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-03-14T04:59:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T04:59:44.959Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T04:59:44.962Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:00:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:00:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:00:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:00:35.410Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:00:35.411Z||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-03-14T05:00:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T05:00:44.950Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:00:44.951Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:01:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:01:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:01:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:01:35.410Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:01:35.411Z||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-03-14T05:01:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T05:01:44.950Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:01:44.951Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:02:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:02:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:02:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:02:35.410Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:02:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T05:02:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:02:44.951Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:02:44.951Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:03:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:03:35.409Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:03:35.409Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:03:35.410Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:03:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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-03-14T05:03:35.411Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:03:44.954Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:03:44.955Z|6d95cb23-6522-4974-bc9b-c7a47aceb34c|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:04:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:04:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:04:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:04:35.410Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:04:35.411Z||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-03-14T05:04:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T05:04:44.946Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:04:44.950Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:05:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:05:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:05:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:05:35.411Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:05:35.411Z||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-03-14T05:05:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T05:05:44.952Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:05:44.953Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:06:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:06:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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-03-14T05:06:35.408Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|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 80cEBAVjOkqwydiB) ... 2022-03-14T05:06:35.410Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-14T05:06:35.411Z||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-03-14T05:06:35.411Z||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 80cEBAVjOkqwydiB) ... 2022-03-14T05:06:44.951Z|fd56c19e-072e-4ad5-974b-4655f60a0db1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-14T05:06:44.956Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK