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-10-25T03:03:40.979Z||main|||||INFO|500||The following profiles are active: basic 2022-10-25T03:03:53.217Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-25T03:03:53.218Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-25T03:03:53.344Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-25T03:03:57.495Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-25T03:03:58.013Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-25T03:03:58.511Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-25T03:03:58.520Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-25T03:03:58.708Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-25T03:03:59.156Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-25T03:04:00.195Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-25T03:04:03.493Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-25T03:04:06.448Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-25T03:04:06.513Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-25T03:04:07.448Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-25T03:04:07.810Z||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-10-25T03:04:09.235Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-25T03:04:10.361Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-25T03:04:10.395Z||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$$db920399.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-10-25T03:04:10.398Z||main|||||WARN|500||The sdc end point is not alive 2022-10-25T03:04:13.877Z||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-10-25T03:04:17.174Z||main|||||WARN|500||--- 2022-10-25T03:04:17.174Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-25T03:04:17.174Z||main|||||WARN|500||--- 2022-10-25T03:04:17.654Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-25T03:04:22.786Z||main|||||INFO|500||Started Application in 45.656 seconds (JVM running for 48.036) 2022-10-25T03:04:22.804Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-25T03:04:22.811Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-25T03:04:22.823Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-25T03:04:22.850Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-25T03:04:22.892Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 89e2a3b3-6019-4700-8b9f-c1cc667882a5 url= /sdc/v1/artifactTypes 2022-10-25T03:04:22.893Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-25T03:04:23.166Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-25T03:04:23.190Z||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-10-25T03:04:23.211Z||scheduling-1|||||DEBUG|500||create keys 2022-10-25T03:04:23.218Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-25T03:04:23.252Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:04:23.322Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d27e572c-773b-40d1-bdb5-aead337ce91c url= /sdc/v1/registerForDistribution 2022-10-25T03:04:23.455Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d27e572c-773b-40d1-bdb5-aead337ce91c url= /sdc/v1/registerForDistribution 2022-10-25T03:04:23.456Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-25T03:04:23.467Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:04:23.473Z||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-10-25T03:04:23.474Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:04:23.478Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:04:23.480Z||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-10-25T03:04:23.480Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:04:23.485Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-25T03:04:33.828Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:04:33.828Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:05:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:05:23.466Z||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-10-25T03:05:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:05:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:05:23.468Z||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-10-25T03:05:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:05:33.017Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:05:33.019Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:06:23.464Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:06:23.465Z||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-10-25T03:06:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:06:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:06:23.469Z||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-10-25T03:06:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:06:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:06:33.012Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:07:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:07:23.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:07:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:07:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:07:23.469Z||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-10-25T03:07:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:07:33.016Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:07:33.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:08:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:08:23.465Z||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-10-25T03:08:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:08:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:08:23.469Z||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-10-25T03:08:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:08:33.009Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:08:33.013Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:09:23.465Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:09:23.466Z||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-10-25T03:09:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:09:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:09:23.469Z||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-10-25T03:09:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:09:33.010Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:09:33.012Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:10:23.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:10:23.467Z||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-10-25T03:10:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:10:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:10:23.470Z||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-10-25T03:10:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:10:33.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:10:33.020Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:11:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:11:23.466Z||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-10-25T03:11:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:11:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:11:23.471Z||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-10-25T03:11:23.472Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:11:33.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:11:33.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:12:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:12:23.466Z||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-10-25T03:12:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:12:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:12:23.469Z||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-10-25T03:12:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:12:33.008Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:12:33.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:13:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:13:23.466Z||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-10-25T03:13:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:13:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:13:23.468Z||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-10-25T03:13:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:13:33.018Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:13:33.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:13:55.887Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-25T03:14:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:14:23.466Z||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-10-25T03:14:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:14:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:14:23.469Z||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-10-25T03:14:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:14:33.013Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:14:33.014Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:15:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:15:23.466Z||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-10-25T03:15:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:15:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:15:23.468Z||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-10-25T03:15:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:15:33.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:15:33.015Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:16:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:16:23.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:16:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:16:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:16:23.469Z||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-10-25T03:16:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:16:33.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:16:33.012Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:17:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:17:23.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:17:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:17:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:17:23.469Z||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-10-25T03:17:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:17:33.015Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:17:33.016Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:18:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:18:23.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:18:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:18:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:18:23.469Z||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-10-25T03:18:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:18:33.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:18:33.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:19:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:19:23.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:19:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:19:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:19:23.468Z||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-10-25T03:19:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:19:33.011Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:19:33.011Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:20:23.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:20:23.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:20:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:20:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:20:23.469Z||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-10-25T03:20:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:20:33.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:20:33.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:21:23.465Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:21:23.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:21:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:21:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:21:23.469Z||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-10-25T03:21:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:21:33.028Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:21:33.031Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:22:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:22:23.466Z||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-10-25T03:22:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:22:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:22:23.469Z||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-10-25T03:22:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:22:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:22:33.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:23:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:23:23.466Z||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-10-25T03:23:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:23:23.468Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:23:23.469Z||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-10-25T03:23:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:23:33.006Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:23:33.007Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:24:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:24:23.465Z||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-10-25T03:24:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:24:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:24:23.469Z||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-10-25T03:24:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:24:33.011Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:24:33.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:25:23.465Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:25:23.467Z||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-10-25T03:25:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:25:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:25:23.469Z||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-10-25T03:25:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:25:33.020Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:25:33.024Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:26:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:26:23.465Z||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-10-25T03:26:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:26:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:26:23.469Z||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-10-25T03:26:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:26:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:26:33.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:27:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:27:23.465Z||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-10-25T03:27:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:27:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:27:23.468Z||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-10-25T03:27:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:27:33.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:27:33.011Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:28:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:28:23.465Z||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-10-25T03:28:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:28:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:28:23.468Z||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-10-25T03:28:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:28:33.008Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:28:33.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:29:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:29:23.465Z||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-10-25T03:29:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:29:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:29:23.469Z||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-10-25T03:29:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:29:33.013Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:29:33.032Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:30:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:30:23.466Z||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-10-25T03:30:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:30:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:30:23.469Z||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-10-25T03:30:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:30:33.009Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:30:33.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:31:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:31:23.466Z||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-10-25T03:31:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:31:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:31:23.469Z||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-10-25T03:31:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:31:33.011Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:31:33.011Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:32:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:32:23.466Z||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-10-25T03:32:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:32:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:32:23.469Z||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-10-25T03:32:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:32:33.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:32:33.017Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:33:23.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:33:23.467Z||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-10-25T03:33:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:33:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:33:23.469Z||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-10-25T03:33:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:33:33.010Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:33:33.016Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:34:23.464Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:34:23.466Z||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-10-25T03:34:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:34:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:34:23.468Z||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-10-25T03:34:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:34:33.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:34:33.014Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:35:23.465Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:35:23.467Z||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-10-25T03:35:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:35:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:35:23.469Z||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-10-25T03:35:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:35:33.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:35:33.014Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:36:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:36:23.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:36:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:36:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:36:23.469Z||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-10-25T03:36:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:36:33.008Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:36:33.008Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:37:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:37:23.466Z||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-10-25T03:37:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:37:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:37:23.469Z||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-10-25T03:37:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:37:33.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:37:33.015Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:38:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:38:23.466Z||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-10-25T03:38:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:38:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:38:23.469Z||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-10-25T03:38:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:38:33.016Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:38:33.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:39:23.464Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:39:23.466Z||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-10-25T03:39:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:39:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:39:23.469Z||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-10-25T03:39:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:39:33.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:39:33.012Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:40:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:40:23.465Z||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-10-25T03:40:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:40:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:40:23.469Z||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-10-25T03:40:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:40:33.024Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:40:33.026Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:41:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:41:23.466Z||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-10-25T03:41:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:41:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:41:23.468Z||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-10-25T03:41:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:41:33.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:41:33.011Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:42:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:42:23.466Z||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-10-25T03:42:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:42:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:42:23.469Z||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-10-25T03:42:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:42:33.021Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:42:33.043Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:23.464Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:43:23.465Z||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-10-25T03:43:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:43:23.469Z||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-10-25T03:43:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:24.094Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:24.100Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:24.102Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.102Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"dce00635-dc3e-4fa1-9fcd-d6d885cb2e12","serviceName":"vFW 2022-10-25 03-41-49","serviceVersion":"1.0","serviceUUID":"e460f7a2-903f-42ab-8864-6d6f9ab70daa","serviceDescription":"catalog service description","serviceInvariantUUID":"1dd0ffca-e60f-43bc-b446-029a51e5a24f","resources":[{"resourceInstanceName":"vFW f4a8a157-e65d 0","resourceName":"vFW f4a8a157-e65d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd9cbf97-ddc5-4530-9997-4167251e5634","resourceInvariantUUID":"57f7c19e-5ddd-49b1-9bca-659a740dbb26","resourceCustomizationUUID":"55563bfa-1fcc-4d39-b767-e06ed575f2bf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml","artifactChecksum":"MTQyMGU5ZTYwNTZjMTNiZTk4M2RiOGU0YjU5MWE0MzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87d08fa7-1e37-4bad-af86-2d4044cb61f1","artifactVersion":"1"},{"artifactName":"vfwf4a8a157e65d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json","artifactChecksum":"MDM0ZmUwYWVlZjBkNTRhZGMwMTA3YzIyMTliY2RmYzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ab66f567-a5d0-4cbb-96d0-addc1aaf8e67","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e41db53b-ea76-4129-8655-3f43b7c5f240","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml","artifactChecksum":"MmM5ZmY5OGE5Nzk0NDhjZDZlYzgzMjUyMzliMGZhNDQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"74e1572e-347e-4731-9965-ec959afcc0b5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d02cc404-0d07-44ff-86fe-3dc48b3823ec","artifactVersion":"2","generatedFromUUID":"e41db53b-ea76-4129-8655-3f43b7c5f240"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221025034149-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml","artifactChecksum":"ZDE0ODQwYTJkNjhhNGM2MjRhZDBiZDlmN2ZlZGZkMDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4a973703-961c-4727-a5b8-504af0de5fb8","artifactVersion":"1"},{"artifactName":"service-Vfw20221025034149-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar","artifactChecksum":"ZWY4ZDNjMTEyYTY1OGQ2NmQxOTQ2NzhhNTM4OTY4MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6262d627-4d75-43fe-9d0d-dbb8b9044746","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T03:43:24.108Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.108Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.117Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:24.125Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:24.135Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.135Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.135Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.136Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.136Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.136Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.137Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.137Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.137Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:24.137Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.137Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.138Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.138Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.138Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.139Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.139Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-25T03:43:24.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.140Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.140Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.141Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669378223, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:43:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "ves-openapi-manager", "timestamp": 1666669376365, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669376018, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:43:24.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669389139, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669387634, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:24.147Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-25T03:43:24.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "cds", "timestamp": 1666669390158, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-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-10-25T03:43:24.237Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-10-25T03:43:24.243Z||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-10-25T03:43:24.243Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:24.257Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:24.258Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T03:43:24.353Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 2022-10-25T03:43:24.375Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:43:24.400Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.400Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669388645, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:43:24.400Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.401Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.401Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.402Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.402Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "policy-id", "timestamp": 1666669389649, "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-10-25T03:43:24.419Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 2022-10-25T03:43:24.420Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:43:24.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-25T03:43:24.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669385648, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:43:24.433Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669393452, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:24.435Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.435Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.435Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.436Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.436Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.436Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.437Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.437Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.437Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.438Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.438Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.438Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669394553, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:24.439Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.440Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.440Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:43:24.440Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.441Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669388331, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:43:24.441Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.441Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669395621, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:24.442Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.442Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.442Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.443Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.443Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.443Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669396692, "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-10-25T03:43:24.449Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 2022-10-25T03:43:24.450Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:43:24.461Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.461Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669396222, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:24.462Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.462Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.462Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "multicloud-k8s-id", "timestamp": 1666669397699, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T03:43:24.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.464Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.465Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.465Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.466Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.466Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.466Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.467Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.467Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.467Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669393114, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:43:24.468Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.468Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.468Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.469Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.469Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.469Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.470Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.470Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.470Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669401393, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:43:24.470Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:43:24.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.471Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.471Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:24.471Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.472Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669402400, "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-10-25T03:43:24.477Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 2022-10-25T03:43:24.477Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:43:24.486Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:43:24.486Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:24.487Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:43:25.147Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:25.148Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:25.150Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:25.150Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:43:25.251Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:25.252Z||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-10-25T03:43:25.252Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:25.266Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:25.267Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:26.151Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:26.152Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:26.155Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:26.155Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-25T03:43:26.255Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:26.257Z||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-10-25T03:43:26.257Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:26.295Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:26.296Z||pool-5-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:27.156Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:27.157Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:27.159Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:27.159Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:27.260Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:27.261Z||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-10-25T03:43:27.261Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:27.276Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:27.277Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:28.160Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:28.161Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:28.164Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:28.164Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-25T03:43:28.264Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:28.265Z||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-10-25T03:43:28.266Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:28.278Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:28.279Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:29.164Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:29.166Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:29.168Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:29.168Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:43:29.268Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:43:29.270Z||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-10-25T03:43:29.270Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:29.282Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:29.283Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:30.169Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:43:30.170Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:30.173Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:30.173Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:43:30.273Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:30.274Z||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-10-25T03:43:30.274Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:30.289Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:30.290Z||pool-9-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:31.175Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "serviceName": "vFW 2022-10-25 03-41-49", "serviceVersion": "1.0", "serviceUUID": "e460f7a2-903f-42ab-8864-6d6f9ab70daa", "serviceDescription": "catalog service description", "serviceInvariantUUID": "1dd0ffca-e60f-43bc-b446-029a51e5a24f", "resources": [ { "resourceInstanceName": "vFW f4a8a157-e65d 0", "resourceCustomizationUUID": "55563bfa-1fcc-4d39-b767-e06ed575f2bf", "resourceName": "vFW f4a8a157-e65d", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cd9cbf97-ddc5-4530-9997-4167251e5634", "resourceInvariantUUID": "57f7c19e-5ddd-49b1-9bca-659a740dbb26", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf4a8a157e65d0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "artifactChecksum": "MDM0ZmUwYWVlZjBkNTRhZGMwMTA3YzIyMTliY2RmYzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ab66f567-a5d0-4cbb-96d0-addc1aaf8e67", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e41db53b-ea76-4129-8655-3f43b7c5f240", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d02cc404-0d07-44ff-86fe-3dc48b3823ec", "generatedFromUUID": "e41db53b-ea76-4129-8655-3f43b7c5f240" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d02cc404-0d07-44ff-86fe-3dc48b3823ec", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20221025034149-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "artifactChecksum": "ZWY4ZDNjMTEyYTY1OGQ2NmQxOTQ2NzhhNTM4OTY4MjQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6262d627-4d75-43fe-9d0d-dbb8b9044746" } ], "workloadContext": "Production" } 2022-10-25T03:43:31.177Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T03:43:31.177Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e460f7a2-903f-42ab-8864-6d6f9ab70daa ASDC 2022-10-25T03:43:31.322Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 ServiceName:vFW 2022-10-25 03-41-49 ServiceVersion:1.0 ServiceUUID:e460f7a2-903f-42ab-8864-6d6f9ab70daa ServiceInvariantUUID:1dd0ffca-e60f-43bc-b446-029a51e5a24f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20221025034149-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar ArtifactUUID:6262d627-4d75-43fe-9d0d-dbb8b9044746 ArtifactChecksum:ZWY4ZDNjMTEyYTY1OGQ2NmQxOTQ2NzhhNTM4OTY4MjQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f4a8a157-e65d 0 ResourceCustomizationUUID:55563bfa-1fcc-4d39-b767-e06ed575f2bf ResourceInvariantUUID:57f7c19e-5ddd-49b1-9bca-659a740dbb26 ResourceName:vFW f4a8a157-e65d ResourceType:VF ResourceUUID:cd9cbf97-ddc5-4530-9997-4167251e5634 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf4a8a157e65d0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ArtifactUUID:ab66f567-a5d0-4cbb-96d0-addc1aaf8e67 ArtifactChecksum:MDM0ZmUwYWVlZjBkNTRhZGMwMTA3YzIyMTliY2RmYzg= 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/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml ArtifactUUID:e41db53b-ea76-4129-8655-3f43b7c5f240 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/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env ArtifactUUID:d02cc404-0d07-44ff-86fe-3dc48b3823ec 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/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env ArtifactUUID:d02cc404-0d07-44ff-86fe-3dc48b3823ec ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-25T03:43:31.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e460f7a2-903f-42ab-8864-6d6f9ab70daa 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-10-25T03:43:31.390Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:43:31.391Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-25T03:43:31.393Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-25T03:43:31.393Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 6262d627-4d75-43fe-9d0d-dbb8b9044746 from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:31.393Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:43:31.395Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:31.509Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:43:31.531Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar 6262d627-4d75-43fe-9d0d-dbb8b9044746 98982 2022-10-25T03:43:31.533Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar ASDC sendASDCNotification 2022-10-25T03:43:31.533Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:31.536Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:43:31.537Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:31.540Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:31.540Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669411532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:31.639Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:43:31.640Z||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-10-25T03:43:31.640Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:31.660Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:31.661Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:32.541Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:43:32.541Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-25T03:43:32.542Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 6262d627-4d75-43fe-9d0d-dbb8b9044746, URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar to file: /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:32.543Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221025034149-csar.csar 2022-10-25T03:43:32.648Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:32.649Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:33.539Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7023806456995115827/Definitions/service-Vfw20221025034149-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-10-25T03:43:36.253Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T03:43:36.259Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-25T03:43:36.259Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.259Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.260Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.261Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.261Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.261Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.262Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.263Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f4a8a157-e65d 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-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.263Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:36.263Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-25T03:43:36.270Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.272Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.276Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:36.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-25T03:43:36.279Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:43:36.281Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.281Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.281Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:36.282Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-25T03:43:36.282Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:43:36.283Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.283Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.286Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.287Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:36.287Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:36.288Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:36.288Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-25T03:43:36.288Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.289Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.289Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.290Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-25T03:43:36.290Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-25T03:43:36.291Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-25T03:43:36.291Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-25T03:43:36.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.293Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-25T03:43:36.293Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.293Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-25T03:43:36.294Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.294Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T03:43:36.296Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.296Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:36.296Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:36.297Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.297Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:36.297Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:36.298Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.298Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:36.298Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:36.299Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.299Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:36.300Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:36.300Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:36.300Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.301Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-25T03:43:36.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-25T03:43:36.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8240e341-d373-478f-9539-1e877cdfe493 2022-10-25T03:43:36.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:36.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:36.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:36.305Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-25T03:43:36.305Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.305Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.306Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.306Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-25T03:43:36.306Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-25T03:43:36.307Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-25T03:43:36.307Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.307Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-25T03:43:36.308Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.308Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cd27684-4c06-4f23-969e-18c8fe52645c 2022-10-25T03:43:36.308Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.309Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:36.309Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:36.309Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:36.310Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-25T03:43:36.310Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.310Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.311Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.311Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-25T03:43:36.311Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-25T03:43:36.312Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-25T03:43:36.312Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:36.312Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:36.313Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-25T03:43:36.313Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52a0e245-bd83-43f9-8414-da36cbc3ca8f 2022-10-25T03:43:36.314Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.314Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.314Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.315Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.315Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.315Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.316Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:36.316Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:36.316Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-10-25 03-41-49 Description:catalog service description Model UUID:e460f7a2-903f-42ab-8864-6d6f9ab70daa Model Version:NULL Model InvariantUuid:1dd0ffca-e60f-43bc-b446-029a51e5a24f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f4a8a157-e65d Model UUID:4845ffbf-6a09-49b7-90eb-721e0546092a Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:57f7c19e-5ddd-49b1-9bca-659a740dbb26 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:55563bfa-1fcc-4d39-b767-e06ed575f2bf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3230881b-2c00-4302-89d0-a648f4a2a359 ModelName:VfwF4a8a157E65d..base_vfw..module-0 ModelUuid:43cad466-df95-4913-9534-924ec8c208b9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8240e341-d373-478f-9539-1e877cdfe493 ModelInvariantUuid:599535ac-3fe8-450f-a46a-6030f6cce43d ModelName:vFW f4a8a157-e65d-nodes.vfwCvfc ModelUuid:73cc6262-e9f7-463f-8f0e-0b35f3f486dd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:2a8e0f92-53af-461d-9c01-fbe93f8d604c ModelInvariantUuid:9d435cfd-0a6e-4fc1-90e9-bec5b5d4e9ca ModelName:VfwF4a8a157E65d.compute.nodes.heat.vfw ModelUuid:f3d22ff3-3478-4fac-b7e3-527ff2f0d7fc ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4cd27684-4c06-4f23-969e-18c8fe52645c ModelInvariantUuid:75c1cf1a-596f-4bff-a236-6a3d65f00206 ModelName:vFW f4a8a157-e65d-nodes.vsnCvfc ModelUuid:e73e46d4-51f4-402a-b531-c148ddb18af9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:91856b47-1b2d-4e53-82f0-ab8493acec0f ModelInvariantUuid:cae0b8b6-c60b-4c3d-89da-0c56ab8d3159 ModelName:VfwF4a8a157E65d.compute.nodes.heat.vsn ModelUuid:1b30a492-3a46-44f7-abfb-1f3f8ce57e52 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:52a0e245-bd83-43f9-8414-da36cbc3ca8f ModelInvariantUuid:57920228-2228-4453-9427-6da9910b5042 ModelName:vFW f4a8a157-e65d-nodes.vpgCvfc ModelUuid:0a0e4368-117c-4fdd-b6ef-37018e6ce0f5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:cedd2f56-e407-4f76-af1f-686f1f41000d ModelInvariantUuid:e9714768-a408-4fac-9670-9a2661aaa7a8 ModelName:VfwF4a8a157E65d.compute.nodes.heat.vpg ModelUuid:ebe816cb-7288-4c17-924a-b564a7648d67 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-10-25T03:43:36.331Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: cd9cbf97-ddc5-4530-9997-4167251e5634 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-10-25T03:43:36.450Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||vFW f4a8a157-e65d 0 2022-10-25T03:43:36.457Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd9cbf97-ddc5-4530-9997-4167251e5634 2022-10-25T03:43:36.457Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: ab66f567-a5d0-4cbb-96d0-addc1aaf8e67 from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json 2022-10-25T03:43:36.457Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:43:36.458Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json 2022-10-25T03:43:36.594Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:43:36.594Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ab66f567-a5d0-4cbb-96d0-addc1aaf8e67 785 2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ASDC sendASDCNotification 2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json 2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:43:36.595Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:36.599Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:36.599Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669416595, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:36.699Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:36.702Z||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-10-25T03:43:36.702Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:36.714Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:36.714Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:37.601Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF4a8a157E65d..base_vfw..module-0", "vfModuleModelInvariantUUID": "3230881b-2c00-4302-89d0-a648f4a2a359", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43cad466-df95-4913-9534-924ec8c208b9", "vfModuleModelCustomizationUUID": "761d5b45-0be0-4f25-8992-6924e6b42713", "isBase": true, "artifacts": [ "e41db53b-ea76-4129-8655-3f43b7c5f240", "d02cc404-0d07-44ff-86fe-3dc48b3823ec" ], "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-10-25T03:43:37.615Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF4a8a157E65d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43cad466-df95-4913-9534-924ec8c208b9 VfModuleModelInvariantUUID:3230881b-2c00-4302-89d0-a648f4a2a359 VfModuleModelDescription:NULL Artifacts UUID List:{ e41db53b-ea76-4129-8655-3f43b7c5f240 , d02cc404-0d07-44ff-86fe-3dc48b3823ec } 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-10-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwF4a8a157E65d..base_vfw..module-0", "vfModuleModelInvariantUUID": "3230881b-2c00-4302-89d0-a648f4a2a359", "vfModuleModelVersion": "1", "vfModuleModelUUID": "43cad466-df95-4913-9534-924ec8c208b9", "vfModuleModelCustomizationUUID": "761d5b45-0be0-4f25-8992-6924e6b42713", "isBase": true, "artifacts": [ "e41db53b-ea76-4129-8655-3f43b7c5f240", "d02cc404-0d07-44ff-86fe-3dc48b3823ec" ], "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-10-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwF4a8a157E65d..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:43cad466-df95-4913-9534-924ec8c208b9 VfModuleModelInvariantUUID:3230881b-2c00-4302-89d0-a648f4a2a359 VfModuleModelDescription:NULL Artifacts UUID List:{ e41db53b-ea76-4129-8655-3f43b7c5f240 , d02cc404-0d07-44ff-86fe-3dc48b3823ec } 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-10-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e41db53b-ea76-4129-8655-3f43b7c5f240 from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml 2022-10-25T03:43:37.618Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:43:37.619Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml 2022-10-25T03:43:37.672Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:43:37.673Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml e41db53b-ea76-4129-8655-3f43b7c5f240 20368 2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml 2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:43:37.674Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:37.676Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:37.677Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669417674, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:37.777Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:37.778Z||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-10-25T03:43:37.779Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:37.794Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:37.794Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:38.677Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d02cc404-0d07-44ff-86fe-3dc48b3823ec from URL: /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env 2022-10-25T03:43:38.678Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:43:38.678Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env 2022-10-25T03:43:38.753Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env d02cc404-0d07-44ff-86fe-3dc48b3823ec 2098 2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env 2022-10-25T03:43:38.754Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:43:38.755Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:38.757Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:38.757Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669418754, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-25T03:43:38.858Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:43:38.859Z||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-10-25T03:43:38.859Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:38.872Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:38.872Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:39.758Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: e460f7a2-903f-42ab-8864-6d6f9ab70daa 2022-10-25T03:43:39.759Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW f4a8a157-e65d 0 cd9cbf97-ddc5-4530-9997-4167251e5634 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-10-25T03:43:39.802Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@c611876, org.onap.sdc.toscaparser.api.parameters.Input@44770cd6, org.onap.sdc.toscaparser.api.parameters.Input@7ea3480c, org.onap.sdc.toscaparser.api.parameters.Input@799d9b0, org.onap.sdc.toscaparser.api.parameters.Input@33fd39d] 2022-10-25T03:43:39.805Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.806Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.806Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-25T03:43:39.806Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 55563bfa-1fcc-4d39-b767-e06ed575f2bf 2022-10-25T03:43:39.807Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 55563bfa-1fcc-4d39-b767-e06ed575f2bf matches Tosca VF Customization UUID: 55563bfa-1fcc-4d39-b767-e06ed575f2bf 2022-10-25T03:43:39.807Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 55563bfa-1fcc-4d39-b767-e06ed575f2bf 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-10-25T03:43:39.821Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.822Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.823Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 55563bfa-1fcc-4d39-b767-e06ed575f2bf: {\"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-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@37d80fdb 2022-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T03:43:39.824Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 761d5b45-0be0-4f25-8992-6924e6b42713 2022-10-25T03:43:39.826Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 761d5b45-0be0-4f25-8992-6924e6b42713 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-10-25T03:43:39.833Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.833Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:39.833Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.834Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-25T03:43:39.835Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-25T03:43:39.836Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.837Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8240e341-d373-478f-9539-1e877cdfe493 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-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:39.848Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:39.849Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-10-25T03:43:39.850Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:39.851Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg is not matching search criteria 2022-10-25T03:43:39.851Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.851Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4cd27684-4c06-4f23-969e-18c8fe52645c 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-10-25T03:43:39.853Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.853Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:39.853Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:39.855Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is not matching search criteria 2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-10-25T03:43:39.856Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vfw is not matching search criteria 2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-10-25T03:43:39.857Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn is not matching search criteria 2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-10-25T03:43:39.858Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=52a0e245-bd83-43f9-8414-da36cbc3ca8f 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-10-25T03:43:39.861Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.861Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:39.861Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:43:39.862Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.862Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Node template vFW f4a8a157-e65d 0 is matching search criteria 2022-10-25T03:43:39.862Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found topology templates [vFW f4a8a157-e65d 0] matching following query criteria: sdcType=VF, customizationUUID=55563bfa-1fcc-4d39-b767-e06ed575f2bf 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-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid e460f7a2-903f-42ab-8864-6d6f9ab70daa: vFW f4a8a157-e65d 2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.865Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.866Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Service vFW 2022-10-25 03-41-49 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:43:39.867Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||Saving Service: vFW 2022-10-25 03-41-49 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-10-25T03:43:40.185Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW f4a8a157-e65d cd9cbf97-ddc5-4530-9997-4167251e5634 1 ASDC deployResourceStructure 2022-10-25T03:43:40.186Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json ASDC sendASDCNotification 2022-10-25T03:43:40.186Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json 2022-10-25T03:43:40.186Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:43:40.187Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:40.189Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:40.189Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669420186, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T03:43:40.290Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:40.291Z||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-10-25T03:43:40.291Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:40.307Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:40.308Z||pool-14-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:41.192Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-10-25T03:43:41.192Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml 2022-10-25T03:43:41.193Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:43:41.193Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:41.195Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:41.195Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669421192, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-25T03:43:41.295Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:41.296Z||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-10-25T03:43:41.296Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:41.311Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:41.311Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-25T03:43:42.196Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-10-25T03:43:42.196Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env 2022-10-25T03:43:42.196Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:43:42.197Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:42.199Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:42.199Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669422195, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-25T03:43:42.299Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:42.300Z||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-10-25T03:43:42.300Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:42.311Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:42.311Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:43.200Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar ASDC sendASDCNotification 2022-10-25T03:43:43.200Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar 2022-10-25T03:43:43.200Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:43:43.201Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:43:43.202Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:43:43.203Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669423199, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:43:43.303Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:43:43.304Z||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-10-25T03:43:43.305Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:43:43.320Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:43:43.320Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:43:44.203Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:43:44.226Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:43:44.231Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:43:44.231Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:43:44.232Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:44:14.232Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:44:14.249Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:44:14.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:44:14.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:44:14.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:44:23.469Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:44:23.470Z||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-10-25T03:44:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:44:23.598Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:44:23.599Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:44:23.599Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669398117, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:44:23.601Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:44:44.252Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:44:44.273Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:44:44.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:44:44.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:44:44.277Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:45:14.278Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:45:14.292Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:45:14.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:45:14.302Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:45:14.303Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:45:23.469Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:45:23.471Z||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-10-25T03:45:23.472Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:45:24.010Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:45:24.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.017Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.017Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:45:24.017Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669406012, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.018Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.019Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669403464, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.020Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.021Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-25T03:45:24.022Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.022Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.022Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669411532, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.023Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.024Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669413946, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.025Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669408225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669405649, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669415956, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669416595, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.026Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669418136, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669417126, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.027Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.028Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.028Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "clamp", "timestamp": 1666669416961, "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-10-25T03:45:24.036Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 2022-10-25T03:45:24.036Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "cds", "timestamp": 1666669419142, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-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-10-25T03:45:24.063Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 2022-10-25T03:45:24.063Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:45:24.073Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669417674, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669418188, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.074Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669418754, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669419271, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.076Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669420583, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.077Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.078Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.078Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.078Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669420295, "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-10-25T03:45:24.091Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 2022-10-25T03:45:24.092Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:45:24.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669420186, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/vfwf4a8a157e65d0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.106Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.107Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "aai-ml", "timestamp": 1666669421588, "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-10-25T03:45:24.113Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 2022-10-25T03:45:24.113Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "multicloud-k8s-id", "timestamp": 1666669421299, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.124Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.124Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669421192, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.125Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.126Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.126Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669422195, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/resourceInstances/vfwf4a8a157e65d0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669416019, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.127Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669423199, "artifactURL": "/sdc/v1/catalog/services/Vfw20221025034149/1.0/artifacts/service-Vfw20221025034149-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "ves-openapi-manager", "timestamp": 1666669416367, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.128Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669423794, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669424799, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669418330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.131Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "policy-id", "timestamp": 1666669425802, "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-10-25T03:45:24.136Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 2022-10-25T03:45:24.136Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669426175, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669428536, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666669429541, "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-10-25T03:45:24.152Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 2022-10-25T03:45:24.152Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:45:24.160Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.160Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669423114, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.160Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.161Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669428117, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.162Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669435851, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669437942, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669438961, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.163Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.164Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.164Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "clamp", "timestamp": 1666669439965, "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-10-25T03:45:24.169Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 2022-10-25T03:45:24.169Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669442574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:45:24.177Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:45:24.177Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "aai-ml", "timestamp": 1666669443579, "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-10-25T03:45:24.182Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 2022-10-25T03:45:24.182Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:45:44.304Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:45:44.319Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T03:45:44.323Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:45:44.324Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:45:44.325Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:45:44.325Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T03:45:44.330Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T03:46:14.331Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 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-10-25T03:46:14.349Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 and serviceModelVersionId: e460f7a2-903f-42ab-8864-6d6f9ab70daa 2022-10-25T03:46:14.350Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1dd0ffca-e60f-43bc-b446-029a51e5a24f 2022-10-25T03:46:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:46:23.469Z||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-10-25T03:46:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:31.050Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0 2022-10-25T03:46:31.178Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T03:46:31.758Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|INFO|500||Invoke 2022-10-25T03:46:31.767Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dce00635-dc3e-4fa1-9fcd-d6d885cb2e12], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9520796c-23d4-43f1-b294-680b0c6ff7b0], X-ECOMP-RequestID=[dce00635-dc3e-4fa1-9fcd-d6d885cb2e12], X-TransactionId=[], X-ONAP-RequestID=[dce00635-dc3e-4fa1-9fcd-d6d885cb2e12], Content-Type=[application/merge-patch+json]} 2022-10-25T03:46:31.891Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T03:46:32.122Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?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/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-03:46:32:354-27612], vertex-id=[192624], Content-Length=[0], Date=[Tue, 25 Oct 2022 03:46:32 GMT], Content-Type=[application/json]} 2022-10-25T03:46:32.124Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-25T03:46:32.125Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1dd0ffca-e60f-43bc-b446-029a51e5a24f/model-vers/model-ver/e460f7a2-903f-42ab-8864-6d6f9ab70daa?depth=0|INFO|500||InvokeReturn 2022-10-25T03:46:32.130Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T03:46:32.131Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T03:46:32.139Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-25T03:46:32.140Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dce00635-dc3e-4fa1-9fcd-d6d885cb2e12 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T03:46:32.141Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T03:46:32.141Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:32.145Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:32.146Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669592140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T03:46:32.246Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:46:32.247Z||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-10-25T03:46:32.247Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:32.260Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:32.260Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:32.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:32.877Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:46:32.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dce00635-dc3e-4fa1-9fcd-d6d885cb2e12", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669592140, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T03:46:32.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-25T03:46:33.159Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:46:33.160Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|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-10-25T03:46:33.160Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:37.614Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:37.615Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T03:46:37.615Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"77d0a2ef-5c36-4caa-8507-e21ab0465d9d","serviceName":"basic_onboard_ZUorTW","serviceVersion":"1.0","serviceUUID":"ef608609-0733-4f63-8bea-d3c04c5e4f57","serviceDescription":"service","serviceInvariantUUID":"cebc0cae-e3ed-4ad1-8620-edb392c1c250","resources":[{"resourceInstanceName":"basic_onboard_ZUorTW 0","resourceName":"basic_onboard_ZUorTW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d229e29a-e9a0-47be-b4d6-3dfb067bc4a4","resourceInvariantUUID":"e467e5c9-c871-4949-aa03-5d09e0ed5c06","resourceCustomizationUUID":"a796d3bf-ce8e-419b-a707-88c63860d29d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml","artifactChecksum":"ZWE5NDZiMjdlZThiYTZjNmQxNTQyNmQ0MGVjY2I5OGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b490633-03ef-49c8-89a2-5ef2dd9b75d7","artifactVersion":"1"},{"artifactName":"basic_onboard_zuortw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json","artifactChecksum":"Zjk1Njk5MDk5OWZhODc2ZWI4ZGY4YjI4ZDNkMTY0MmU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"661154de-77f5-44c3-af7d-b6de8b5c0e35","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"449db7e7-393e-4796-a425-26b41ee7af62","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2a882087-0ac9-4208-aaa4-d6787fdc7534","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"fff2be4f-49ed-4db6-92d1-70e0e85527a4","artifactVersion":"2","generatedFromUUID":"449db7e7-393e-4796-a425-26b41ee7af62"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZuortw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml","artifactChecksum":"MTViNjM3MzNjZmQ1Y2IzM2RhZWZlZTE4NmIzZTNjMWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d7017f78-ac02-4d9e-b730-3e2224e59aa7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZuortw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar","artifactChecksum":"NDMxMjZhNGQ3YmE3NDI2NTNmNzE1ZDljNzBhNDRlYWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"675952d0-0215-43c7-b60c-9c65b0698ce5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T03:46:37.619Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:37.619Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:37.621Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:37.622Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:46:37.722Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:37.723Z||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-10-25T03:46:37.723Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:37.735Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:37.735Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:38.622Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:38.623Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:38.625Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:38.626Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:46:38.726Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:38.727Z||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-10-25T03:46:38.727Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:38.742Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:38.742Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-25T03:46:39.626Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:39.627Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:39.630Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:39.630Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-25T03:46:39.730Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:39.731Z||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-10-25T03:46:39.731Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:39.746Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:39.747Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:40.630Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:40.632Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:40.634Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:40.634Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:46:40.735Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T03:46:40.736Z||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-10-25T03:46:40.736Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:40.749Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:40.749Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:41.635Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:41.636Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:41.639Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:41.639Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-25T03:46:41.739Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:41.740Z||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-10-25T03:46:41.740Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:41.752Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:41.753Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:42.640Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:42.641Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:42.643Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:42.643Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:46:42.743Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:42.744Z||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-10-25T03:46:42.744Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:42.757Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:42.757Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:43.644Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:46:43.645Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:43.647Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:43.647Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:46:43.747Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:43.749Z||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-10-25T03:46:43.749Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:43.761Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:43.762Z||pool-25-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:44.648Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "serviceName": "basic_onboard_ZUorTW", "serviceVersion": "1.0", "serviceUUID": "ef608609-0733-4f63-8bea-d3c04c5e4f57", "serviceDescription": "service", "serviceInvariantUUID": "cebc0cae-e3ed-4ad1-8620-edb392c1c250", "resources": [ { "resourceInstanceName": "basic_onboard_ZUorTW 0", "resourceCustomizationUUID": "a796d3bf-ce8e-419b-a707-88c63860d29d", "resourceName": "basic_onboard_ZUorTW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d229e29a-e9a0-47be-b4d6-3dfb067bc4a4", "resourceInvariantUUID": "e467e5c9-c871-4949-aa03-5d09e0ed5c06", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_zuortw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "artifactChecksum": "Zjk1Njk5MDk5OWZhODc2ZWI4ZGY4YjI4ZDNkMTY0MmU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "661154de-77f5-44c3-af7d-b6de8b5c0e35", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "449db7e7-393e-4796-a425-26b41ee7af62", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fff2be4f-49ed-4db6-92d1-70e0e85527a4", "generatedFromUUID": "449db7e7-393e-4796-a425-26b41ee7af62" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "fff2be4f-49ed-4db6-92d1-70e0e85527a4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardZuortw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "artifactChecksum": "NDMxMjZhNGQ3YmE3NDI2NTNmNzE1ZDljNzBhNDRlYWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "675952d0-0215-43c7-b60c-9c65b0698ce5" } ], "workloadContext": "Production" } 2022-10-25T03:46:44.649Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T03:46:44.649Z|dce00635-dc3e-4fa1-9fcd-d6d885cb2e12|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ef608609-0733-4f63-8bea-d3c04c5e4f57 ASDC 2022-10-25T03:46:44.650Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:77d0a2ef-5c36-4caa-8507-e21ab0465d9d ServiceName:basic_onboard_ZUorTW ServiceVersion:1.0 ServiceUUID:ef608609-0733-4f63-8bea-d3c04c5e4f57 ServiceInvariantUUID:cebc0cae-e3ed-4ad1-8620-edb392c1c250 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardZuortw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar ArtifactUUID:675952d0-0215-43c7-b60c-9c65b0698ce5 ArtifactChecksum:NDMxMjZhNGQ3YmE3NDI2NTNmNzE1ZDljNzBhNDRlYWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_ZUorTW 0 ResourceCustomizationUUID:a796d3bf-ce8e-419b-a707-88c63860d29d ResourceInvariantUUID:e467e5c9-c871-4949-aa03-5d09e0ed5c06 ResourceName:basic_onboard_ZUorTW ResourceType:VF ResourceUUID:d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_zuortw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json ArtifactUUID:661154de-77f5-44c3-af7d-b6de8b5c0e35 ArtifactChecksum:Zjk1Njk5MDk5OWZhODc2ZWI4ZGY4YjI4ZDNkMTY0MmU= 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/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml ArtifactUUID:449db7e7-393e-4796-a425-26b41ee7af62 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/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env ArtifactUUID:fff2be4f-49ed-4db6-92d1-70e0e85527a4 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/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env ArtifactUUID:fff2be4f-49ed-4db6-92d1-70e0e85527a4 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-25T03:46:44.650Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ef608609-0733-4f63-8bea-d3c04c5e4f57 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-10-25T03:46:44.682Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 675952d0-0215-43c7-b60c-9c65b0698ce5 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:44.683Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:46:44.684Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:44.858Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:46:44.861Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar 675952d0-0215-43c7-b60c-9c65b0698ce5 71575 2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar ASDC sendASDCNotification 2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:46:44.862Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:44.864Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:44.865Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669604862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:46:44.965Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:44.966Z||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-10-25T03:46:44.967Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:44.979Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:44.980Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:45.865Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:46:45.866Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-10-25T03:46:45.867Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 675952d0-0215-43c7-b60c-9c65b0698ce5, URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar to file: /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:45.867Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:45.868Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:45.868Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:46.079Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17480431749978674217/Definitions/service-BasicOnboardZuortw-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-10-25T03:46:47.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T03:46:47.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.215Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.216Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZUorTW 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-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:47.217Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-10-25T03:46:47.217Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.217Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:46:47.218Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:46:47.219Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is not matching search criteria 2022-10-25T03:46:47.220Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-25T03:46:47.221Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.222Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:47.223Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:46:47.224Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.224Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:47.224Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is not matching search criteria 2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-25T03:46:47.225Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=318958fc-d9ae-46dd-89be-c1624b60e61d 2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.226Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:47.227Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:47.228Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_ZUorTW Description:service Model UUID:ef608609-0733-4f63-8bea-d3c04c5e4f57 Model Version:NULL Model InvariantUuid:cebc0cae-e3ed-4ad1-8620-edb392c1c250 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_ZUorTW Model UUID:82e8ec2a-cfbf-4576-a6ca-63f6a0291fe6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e467e5c9-c871-4949-aa03-5d09e0ed5c06 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:a796d3bf-ce8e-419b-a707-88c63860d29d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:62c39a67-67a2-4d7f-bdd6-872915b5d912 ModelName:BasicOnboardZuortw..base_ubuntu18..module-0 ModelUuid:90587339-b1ad-4f2f-9455-948e71b2ccbd ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:318958fc-d9ae-46dd-89be-c1624b60e61d ModelInvariantUuid:9d87f218-5a07-4ae8-a8da-660006fcb6c8 ModelName:basic_onboard_ZUorTW-nodes.ubuntu18Cvfc ModelUuid:4594a688-ccf0-4814-9893-18df66994a06 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:28b0ddc8-dc60-4599-bd4d-6115484be2f0 ModelInvariantUuid:93cb559f-4bb0-482a-91a2-08258a625bb6 ModelName:BasicOnboardZuortw.compute.nodes.heat.ubuntu18 ModelUuid:c57da07e-c9af-42f4-adac-121e02bb72ce 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-10-25T03:46:47.236Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 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-10-25T03:46:47.239Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||basic_onboard_ZUorTW 0 2022-10-25T03:46:47.239Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 2022-10-25T03:46:47.240Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 661154de-77f5-44c3-af7d-b6de8b5c0e35 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json 2022-10-25T03:46:47.240Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:46:47.240Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json 2022-10-25T03:46:47.291Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:46:47.291Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json 661154de-77f5-44c3-af7d-b6de8b5c0e35 798 2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json ASDC sendASDCNotification 2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json 2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:46:47.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:47.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:47.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669607292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T03:46:47.395Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:47.396Z||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-10-25T03:46:47.396Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:47.408Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:47.409Z||pool-27-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:48.295Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZuortw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "62c39a67-67a2-4d7f-bdd6-872915b5d912", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90587339-b1ad-4f2f-9455-948e71b2ccbd", "vfModuleModelCustomizationUUID": "4e8a1ce8-c2e3-46ca-b724-72c92bc1e806", "isBase": true, "artifacts": [ "449db7e7-393e-4796-a425-26b41ee7af62", "fff2be4f-49ed-4db6-92d1-70e0e85527a4" ], "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-10-25T03:46:48.300Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZuortw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90587339-b1ad-4f2f-9455-948e71b2ccbd VfModuleModelInvariantUUID:62c39a67-67a2-4d7f-bdd6-872915b5d912 VfModuleModelDescription:NULL Artifacts UUID List:{ 449db7e7-393e-4796-a425-26b41ee7af62 , fff2be4f-49ed-4db6-92d1-70e0e85527a4 } 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-10-25T03:46:48.302Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardZuortw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "62c39a67-67a2-4d7f-bdd6-872915b5d912", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90587339-b1ad-4f2f-9455-948e71b2ccbd", "vfModuleModelCustomizationUUID": "4e8a1ce8-c2e3-46ca-b724-72c92bc1e806", "isBase": true, "artifacts": [ "449db7e7-393e-4796-a425-26b41ee7af62", "fff2be4f-49ed-4db6-92d1-70e0e85527a4" ], "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-10-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardZuortw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90587339-b1ad-4f2f-9455-948e71b2ccbd VfModuleModelInvariantUUID:62c39a67-67a2-4d7f-bdd6-872915b5d912 VfModuleModelDescription:NULL Artifacts UUID List:{ 449db7e7-393e-4796-a425-26b41ee7af62 , fff2be4f-49ed-4db6-92d1-70e0e85527a4 } 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-10-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 449db7e7-393e-4796-a425-26b41ee7af62 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml 2022-10-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:46:48.303Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml 2022-10-25T03:46:48.346Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml 449db7e7-393e-4796-a425-26b41ee7af62 5033 2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml 2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:46:48.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:48.349Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:48.349Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669608347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T03:46:48.450Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T03:46:48.451Z||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-10-25T03:46:48.451Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:48.464Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:48.465Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:49.350Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: fff2be4f-49ed-4db6-92d1-70e0e85527a4 from URL: /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env 2022-10-25T03:46:49.351Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-10-25T03:46:49.351Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env 2022-10-25T03:46:49.423Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env fff2be4f-49ed-4db6-92d1-70e0e85527a4 909 2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env 2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:46:49.424Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:49.426Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:49.426Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669609424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-25T03:46:49.527Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:46:49.540Z||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-10-25T03:46:49.541Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:49.554Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:49.564Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:50.427Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: ef608609-0733-4f63-8bea-d3c04c5e4f57 2022-10-25T03:46:50.428Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZUorTW 0 d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 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-10-25T03:46:50.444Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@70ceb6e0, org.onap.sdc.toscaparser.api.parameters.Input@523f01f5, org.onap.sdc.toscaparser.api.parameters.Input@77b96c1a, org.onap.sdc.toscaparser.api.parameters.Input@3c51cb9c, org.onap.sdc.toscaparser.api.parameters.Input@39ad0340] 2022-10-25T03:46:50.445Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.445Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= a796d3bf-ce8e-419b-a707-88c63860d29d 2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a796d3bf-ce8e-419b-a707-88c63860d29d matches Tosca VF Customization UUID: a796d3bf-ce8e-419b-a707-88c63860d29d 2022-10-25T03:46:50.446Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: a796d3bf-ce8e-419b-a707-88c63860d29d 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-10-25T03:46:50.448Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.448Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.449Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id a796d3bf-ce8e-419b-a707-88c63860d29d: {\"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-10-25T03:46:50.449Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1d6dd9b4 2022-10-25T03:46:50.449Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.450Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T03:46:50.450Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4e8a1ce8-c2e3-46ca-b724-72c92bc1e806 2022-10-25T03:46:50.450Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4e8a1ce8-c2e3-46ca-b724-72c92bc1e806 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-10-25T03:46:50.452Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.452Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:50.453Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is not matching search criteria 2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-25T03:46:50.454Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=318958fc-d9ae-46dd-89be-c1624b60e61d 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-10-25T03:46:50.456Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.457Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Node template basic_onboard_ZUorTW 0 is matching search criteria 2022-10-25T03:46:50.458Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_onboard_ZUorTW 0] matching following query criteria: sdcType=VF, customizationUUID=a796d3bf-ce8e-419b-a707-88c63860d29d 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-10-25T03:46:50.459Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid ef608609-0733-4f63-8bea-d3c04c5e4f57: basic_onboard_ZUorTW 2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.460Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.461Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Service basic_onboard_ZUorTW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:46:50.462Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Saving Service: basic_onboard_ZUorTW 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-10-25T03:46:50.545Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZUorTW d229e29a-e9a0-47be-b4d6-3dfb067bc4a4 1 ASDC deployResourceStructure 2022-10-25T03:46:50.545Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json ASDC sendASDCNotification 2022-10-25T03:46:50.546Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json 2022-10-25T03:46:50.546Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:46:50.546Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:50.548Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:50.548Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669610545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T03:46:50.648Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:50.650Z||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-10-25T03:46:50.650Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:50.663Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:50.664Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:51.549Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-25T03:46:51.550Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml 2022-10-25T03:46:51.550Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:46:51.550Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:51.553Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:51.553Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669611549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-25T03:46:51.653Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:51.655Z||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-10-25T03:46:51.655Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:51.668Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:51.668Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-25T03:46:52.554Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-25T03:46:52.555Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env 2022-10-25T03:46:52.555Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:46:52.555Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:52.557Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:52.558Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669612554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-25T03:46:52.658Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:46:52.659Z||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-10-25T03:46:52.659Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:52.670Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:52.671Z||pool-32-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:46:53.559Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar ASDC sendASDCNotification 2022-10-25T03:46:53.560Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar 2022-10-25T03:46:53.560Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:46:53.560Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:46:53.562Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:46:53.562Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669613558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:46:53.663Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:46:53.664Z||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-10-25T03:46:53.664Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:46:53.678Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:46:53.678Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-25T03:46:54.563Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:46:54.576Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:46:54.582Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:46:54.583Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T03:46:54.583Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T03:46:54.583Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T03:46:54.584Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:46:54.584Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:46:54.584Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:46:54.585Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:46:54.585Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:46:54.585Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:46:54.586Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T03:46:54.593Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T03:47:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:47:23.469Z||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-10-25T03:47:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:47:24.095Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:47:24.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:47:24.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "NOTIFIED" } 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:47:24.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669593159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:47:24.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669604862, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669607292, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669608347, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669609424, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669610545, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/basic_onboard_zuortw0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669611549, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-25T03:47:24.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669612554, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/resourceInstances/basic_onboard_zuortw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-25T03:47:24.102Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:47:24.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669613558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZuortw/1.0/artifacts/service-BasicOnboardZuortw-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:47:24.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:47:24.593Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d 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-10-25T03:47:24.600Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 77d0a2ef-5c36-4caa-8507-e21ab0465d9d and serviceModelVersionId: ef608609-0733-4f63-8bea-d3c04c5e4f57 2022-10-25T03:47:24.600Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cebc0cae-e3ed-4ad1-8620-edb392c1c250 2022-10-25T03:47:24.601Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0 2022-10-25T03:47:24.606Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T03:47:24.656Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?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-10-25T03:47:24.657Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0|INFO|500||Invoke 2022-10-25T03:47:24.687Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T03:47:24.829Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0|INFO|500||InvokeReturn 2022-10-25T03:47:24.830Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cebc0cae-e3ed-4ad1-8620-edb392c1c250/model-vers/model-ver/ef608609-0733-4f63-8bea-d3c04c5e4f57?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-03:47:25:160-10980], vertex-id=[221408], Content-Length=[0], Date=[Tue, 25 Oct 2022 03:47:25 GMT], Content-Type=[application/json]} 2022-10-25T03:47:24.830Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-10-25T03:47:24.830Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T03:47:24.831Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T03:47:24.837Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-25T03:47:24.837Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 77d0a2ef-5c36-4caa-8507-e21ab0465d9d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T03:47:24.837Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T03:47:24.838Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:47:24.840Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:47:24.841Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669644837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T03:47:24.941Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:47:24.942Z||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-10-25T03:47:24.942Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:47:24.957Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:47:24.958Z||pool-34-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-10-25T03:47:25.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:47:25.853Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:47:25.854Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:47:35.420Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:47:35.421Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:47:35.421Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:47:35.422Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:47:44.964Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:47:44.965Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:47:44.965Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:47:44.965Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:47:54.512Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:48:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:48:23.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:48:23.466Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:48:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:48:23.469Z||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-10-25T03:48:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:48:24.094Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:48:24.094Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-25T03:48:24.095Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "77d0a2ef-5c36-4caa-8507-e21ab0465d9d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666669644837, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T03:48:24.095Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:48:33.004Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:49:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:49:23.466Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:49:23.467Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:49:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:49:23.469Z||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-10-25T03:49:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:49:33.018Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:49:33.018Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:50:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:50:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:50:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:50:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:50:23.468Z||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-10-25T03:50:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:50:33.009Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:50:33.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:51:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:51:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:51:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:51:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:51:23.469Z||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-10-25T03:51:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:51:33.002Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:51:33.005Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:52:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:52:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:52:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:52:23.468Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:52:23.468Z||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-10-25T03:52:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:52:33.009Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:52:33.010Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:53:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:53:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:53:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:53:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:53:23.469Z||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-10-25T03:53:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:53:33.025Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:53:33.026Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:54:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:54:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:54:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:54:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:54:23.469Z||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-10-25T03:54:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:54:33.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:54:33.009Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:55:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:55:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:55:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:55:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:55:23.468Z||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-10-25T03:55:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:55:33.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:55:33.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:56:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:56:23.466Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:56:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:56:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:56:23.468Z||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-10-25T03:56:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:56:33.047Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:56:33.059Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:23.465Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:57:23.466Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T03:57:23.466Z||pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:57:23.469Z||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-10-25T03:57:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:23.843Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:23.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "multicloud-k8s-id", "timestamp": 1666670185648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "cds", "timestamp": 1666670188223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "cds", "timestamp": 1666670188223, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "multicloud-k8s-id", "timestamp": 1666670185648, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "cds", "timestamp": 1666670198269, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "policy-id", "timestamp": 1666670196018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "ves-openapi-manager", "timestamp": 1666670196365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "policy-id", "timestamp": 1666670196018, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "cds", "timestamp": 1666670199281, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T03:57:23.872Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89 2022-10-25T03:57:23.872Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "ves-openapi-manager", "timestamp": 1666670196365, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.881Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "policy-id", "timestamp": 1666670198754, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670198330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "policy-id", "timestamp": 1666670199759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670198330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.883Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "policy-id", "timestamp": 1666670200763, "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-10-25T03:57:23.887Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89 2022-10-25T03:57:23.888Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670201107, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.900Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670202735, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:57:23.900Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.901Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670203739, "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-10-25T03:57:23.906Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89 2022-10-25T03:57:23.906Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-10-25T03:57:23.914Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.914Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "clamp", "timestamp": 1666670203114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.914Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "clamp", "timestamp": 1666670203114, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "aai-ml", "timestamp": 1666670208117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.915Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "aai-ml", "timestamp": 1666670208117, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "aai-ml", "timestamp": 1666670211001, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "aai-ml", "timestamp": 1666670215206, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:57:23.916Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "clamp", "timestamp": 1666670215077, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.917Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.917Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "aai-ml", "timestamp": 1666670216212, "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-10-25T03:57:23.922Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89 2022-10-25T03:57:23.922Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "clamp", "timestamp": 1666670217087, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:57:23.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "clamp", "timestamp": 1666670218091, "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-10-25T03:57:23.935Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of dd163768-345c-4b8d-9f62-1b936a59ce89 2022-10-25T03:57:23.935Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId dd163768-345c-4b8d-9f62-1b936a59ce89 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-10-25T03:57:23.943Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.943Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.943Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.944Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.945Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670225648, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670228330, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670237083, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670239012, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670233223, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670240016, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:57:23.971Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 2022-10-25T03:57:23.972Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670241962, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:23.980Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670233114, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "cds", "timestamp": 1666670242971, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-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-10-25T03:57:23.987Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 2022-10-25T03:57:23.987Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T03:57:23.995Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.995Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-25T03:57:23.996Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:23.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:57:23.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:23.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:57:24.099Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:24.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T03:57:24.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"dd163768-345c-4b8d-9f62-1b936a59ce89","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"1353c1e0-5603-42d5-be22-5fc511d76558","serviceDescription":"service","serviceInvariantUUID":"1ac9e1d2-dafe-4a58-ad07-55a756f4276f","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"36600045-b590-4ddd-b11a-f92acf7b4071","resourceInvariantUUID":"35a486c0-caa5-421f-9f31-ef484d4f4b16","resourceCustomizationUUID":"580ff94f-1567-4c94-b91d-ea5a83798e05","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":"MzdjYmFmNTk4MjYwYzkwNGFiNjhmNTRiOWJiODU5ZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0a071ebe-8561-4464-ac4a-c8ff25b67649","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YTEwNGM0M2M0ZGEzNmRlZjI0NmFjY2QxNzMyODBhZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5f0e7c93-9dac-46b9-9afe-978de3289dd8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T03:57:24.105Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:57:24.105Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:57:24.110Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:57:24.110Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:57:24.210Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:57:24.211Z||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-10-25T03:57:24.211Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:24.227Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:24.227Z||pool-35-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:57:25.110Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:57:25.111Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:57:25.114Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:57:25.114Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:57:25.214Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:57:25.215Z||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-10-25T03:57:25.215Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:25.228Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:25.228Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-25T03:57:26.115Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "1353c1e0-5603-42d5-be22-5fc511d76558", "serviceDescription": "service", "serviceInvariantUUID": "1ac9e1d2-dafe-4a58-ad07-55a756f4276f", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "580ff94f-1567-4c94-b91d-ea5a83798e05", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "36600045-b590-4ddd-b11a-f92acf7b4071", "resourceInvariantUUID": "35a486c0-caa5-421f-9f31-ef484d4f4b16", "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": "YTEwNGM0M2M0ZGEzNmRlZjI0NmFjY2QxNzMyODBhZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5f0e7c93-9dac-46b9-9afe-978de3289dd8" } ], "workloadContext": "Production" } 2022-10-25T03:57:26.115Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T03:57:26.115Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 1353c1e0-5603-42d5-be22-5fc511d76558 ASDC 2022-10-25T03:57:26.117Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:dd163768-345c-4b8d-9f62-1b936a59ce89 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:1353c1e0-5603-42d5-be22-5fc511d76558 ServiceInvariantUUID:1ac9e1d2-dafe-4a58-ad07-55a756f4276f 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:5f0e7c93-9dac-46b9-9afe-978de3289dd8 ArtifactChecksum:YTEwNGM0M2M0ZGEzNmRlZjI0NmFjY2QxNzMyODBhZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:580ff94f-1567-4c94-b91d-ea5a83798e05 ResourceInvariantUUID:35a486c0-caa5-421f-9f31-ef484d4f4b16 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:36600045-b590-4ddd-b11a-f92acf7b4071 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-25T03:57:26.117Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1353c1e0-5603-42d5-be22-5fc511d76558 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-10-25T03:57:26.147Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:57:26.147Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5f0e7c93-9dac-46b9-9afe-978de3289dd8 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T03:57:26.148Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-25T03:57:26.222Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 5f0e7c93-9dac-46b9-9afe-978de3289dd8 52507 2022-10-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-25T03:57:26.225Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:57:26.226Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:57:26.227Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:57:26.227Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670246225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:57:26.328Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:57:26.329Z||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-10-25T03:57:26.329Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:26.353Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:26.354Z||pool-37-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:57:27.228Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:57:27.229Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T03:57:27.229Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5f0e7c93-9dac-46b9-9afe-978de3289dd8, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.230Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-25T03:57:27.230Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.230Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.346Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4180757386260007279/Definitions/service-BasicNetwork-template.yml 2022-10-25T03:57:27.845Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.846Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T03:57:27.847Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T03:57:27.848Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.849Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.850Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.851Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:1353c1e0-5603-42d5-be22-5fc511d76558 Model Version:NULL Model InvariantUuid:1ac9e1d2-dafe-4a58-ad07-55a756f4276f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:35a486c0-caa5-421f-9f31-ef484d4f4b16 Model UUID:1d36d913-3da8-4acd-bed2-fe543ff65be3 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:580ff94f-1567-4c94-b91d-ea5a83798e05 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-10-25T03:57:27.858Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 36600045-b590-4ddd-b11a-f92acf7b4071 2022-10-25T03:57:27.858Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||No resources found for Service: 1353c1e0-5603-42d5-be22-5fc511d76558 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-10-25T03:57:27.868Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500|| 2022-10-25T03:57:27.868Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-25T03:57:27.869Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 1353c1e0-5603-42d5-be22-5fc511d76558 2022-10-25T03:57:27.869Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 1353c1e0-5603-42d5-be22-5fc511d76558 2022-10-25T03:57:27.870Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-25T03:57:27.870Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T03:57:27.877Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3f184d40, org.onap.sdc.toscaparser.api.parameters.Input@62a44ef0, org.onap.sdc.toscaparser.api.parameters.Input@39363160, org.onap.sdc.toscaparser.api.parameters.Input@79e0f6f6, org.onap.sdc.toscaparser.api.parameters.Input@4efd6c7] 2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.879Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 1353c1e0-5603-42d5-be22-5fc511d76558: Generic NeutronNet 2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.880Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-10-25T03:57:27.919Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.920Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.920Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.920Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.921Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:57:27.921Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:57:27.921Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-25T03:57:27.973Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:57:27.974Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:57:27.975Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:57:27.975Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670247973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:57:28.076Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:57:28.077Z||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-10-25T03:57:28.077Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:28.088Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:28.088Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:57:28.976Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: dd163768-345c-4b8d-9f62-1b936a59ce89 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:57:28.989Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: dd163768-345c-4b8d-9f62-1b936a59ce89 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:57:28.992Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:57:28.993Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:57:28.993Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T03:57:28.993Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T03:57:28.997Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T03:57:58.998Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: dd163768-345c-4b8d-9f62-1b936a59ce89 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-10-25T03:57:59.014Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: dd163768-345c-4b8d-9f62-1b936a59ce89 and serviceModelVersionId: 1353c1e0-5603-42d5-be22-5fc511d76558 2022-10-25T03:57:59.014Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1ac9e1d2-dafe-4a58-ad07-55a756f4276f 2022-10-25T03:57:59.016Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0 2022-10-25T03:57:59.020Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T03:57:59.083Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|INFO|500||Invoke 2022-10-25T03:57:59.084Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[dd163768-345c-4b8d-9f62-1b936a59ce89], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f25783d8-7a32-4cc6-92a8-e0c91ac60855], X-ECOMP-RequestID=[dd163768-345c-4b8d-9f62-1b936a59ce89], X-TransactionId=[], X-ONAP-RequestID=[dd163768-345c-4b8d-9f62-1b936a59ce89], Content-Type=[application/merge-patch+json]} 2022-10-25T03:57:59.136Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T03:57:59.238Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?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/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-03:57:59:602-99007], vertex-id=[180432], Content-Length=[0], Date=[Tue, 25 Oct 2022 03:57:59 GMT], Content-Type=[application/json]} 2022-10-25T03:57:59.239Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-25T03:57:59.240Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1ac9e1d2-dafe-4a58-ad07-55a756f4276f/model-vers/model-ver/1353c1e0-5603-42d5-be22-5fc511d76558?depth=0|INFO|500||InvokeReturn 2022-10-25T03:57:59.240Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T03:57:59.241Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T03:57:59.251Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-25T03:57:59.251Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID dd163768-345c-4b8d-9f62-1b936a59ce89 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T03:57:59.252Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T03:57:59.253Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:57:59.258Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:57:59.259Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670279251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T03:57:59.359Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:57:59.360Z||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-10-25T03:57:59.360Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:57:59.374Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:57:59.375Z||pool-39-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-25T03:58:00.273Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T03:58:00.273Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5","serviceName":"Demo_pNF_0b90M9JTmHq7QXHo1ZMG","serviceVersion":"1.0","serviceUUID":"0482c0fc-935f-4be0-8fe7-4dca52568db3","serviceDescription":"catalog service description","serviceInvariantUUID":"3566960e-1c80-4561-a9d8-f9bde08f1277","resources":[{"resourceInstanceName":"pNF 31255ca8-e183 0","resourceName":"pNF 31255ca8-e183","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"dc0dc0e1-683f-493a-8671-1068c72e7874","resourceInvariantUUID":"194f645e-38b2-43f8-8731-2602f79db519","resourceCustomizationUUID":"70fb10e9-7a51-4f61-b1ac-efa7869c1d5c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml","artifactChecksum":"Y2EwYzFmNzdmYjUwYTdjOTA0OWMxZjg3NmZiMzMzZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"53563c5b-5d96-4c69-ab5c-889d6ac1f924","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar","artifactChecksum":"NTc1YTJjZGYwYjNjNWNlNjNlN2UwMDM4MDYwMGViNGU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d7e32ff4-1af2-4756-a9ea-83a600d7d5e3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9a182251-20cb-4cd4-99b1-ade9d22e9381","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml","artifactChecksum":"ZjQ5MGZlNzA1NjdkODhlYmM3ZjRmNWI2MzNiZmQyYzk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0570c9f8-022b-43b9-b948-08c25b5a14ac","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dd75d2cb-c47f-425c-be09-18c3cb5bb899","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e9ebabd5-f815-4f3c-828b-259a52668674","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml","artifactChecksum":"OTQzMTZjYjNkOTU1NGMyZDdlOTcxYTYyODExYWM4ZDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fde190c-4c39-4e98-81fa-609e19343690","artifactVersion":"1"},{"artifactName":"service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar","artifactChecksum":"ZDI1NWFhM2M2NTkwNTJmNWVjMGU0MmMzNzgyNWZiNDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"60b4a9e6-63f0-4ff4-a43e-b8657db76f1d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T03:58:00.274Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:00.274Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:00.276Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:00.276Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:00.376Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:00.377Z||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-10-25T03:58:00.378Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:00.389Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:00.390Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:01.276Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:01.277Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:01.279Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:01.279Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:01.380Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T03:58:01.381Z||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-10-25T03:58:01.381Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:01.399Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:01.399Z||pool-41-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-25T03:58:02.280Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:02.281Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:02.283Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:02.283Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:02.383Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:02.384Z||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-10-25T03:58:02.385Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:02.398Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:02.399Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:03.284Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:03.287Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:03.289Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:03.289Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:03.390Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:58:03.391Z||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-10-25T03:58:03.391Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:03.408Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:03.409Z||pool-43-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:04.290Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:04.291Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:04.292Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:04.293Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:04.393Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:04.394Z||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-10-25T03:58:04.394Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:04.405Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:04.405Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:05.293Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:05.294Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:05.297Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:05.297Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:05.397Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:05.398Z||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-10-25T03:58:05.398Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:05.410Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:05.410Z||pool-45-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:06.298Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:06.299Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:06.302Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:06.303Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:58:06.403Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:06.404Z||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-10-25T03:58:06.404Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:06.418Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:06.419Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:07.303Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T03:58:07.304Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:07.307Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:07.307Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:58:07.407Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T03:58:07.408Z||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-10-25T03:58:07.408Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:07.421Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:07.422Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:08.309Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "serviceName": "Demo_pNF_0b90M9JTmHq7QXHo1ZMG", "serviceVersion": "1.0", "serviceUUID": "0482c0fc-935f-4be0-8fe7-4dca52568db3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3566960e-1c80-4561-a9d8-f9bde08f1277", "resources": [ { "resourceInstanceName": "pNF 31255ca8-e183 0", "resourceCustomizationUUID": "70fb10e9-7a51-4f61-b1ac-efa7869c1d5c", "resourceName": "pNF 31255ca8-e183", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "dc0dc0e1-683f-493a-8671-1068c72e7874", "resourceInvariantUUID": "194f645e-38b2-43f8-8731-2602f79db519", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "artifactChecksum": "ZDI1NWFhM2M2NTkwNTJmNWVjMGU0MmMzNzgyNWZiNDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60b4a9e6-63f0-4ff4-a43e-b8657db76f1d" } ], "workloadContext": "Production" } 2022-10-25T03:58:08.310Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T03:58:08.310Z|dd163768-345c-4b8d-9f62-1b936a59ce89|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0482c0fc-935f-4be0-8fe7-4dca52568db3 ASDC 2022-10-25T03:58:08.311Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 ServiceName:Demo_pNF_0b90M9JTmHq7QXHo1ZMG ServiceVersion:1.0 ServiceUUID:0482c0fc-935f-4be0-8fe7-4dca52568db3 ServiceInvariantUUID:3566960e-1c80-4561-a9d8-f9bde08f1277 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar ArtifactUUID:60b4a9e6-63f0-4ff4-a43e-b8657db76f1d ArtifactChecksum:ZDI1NWFhM2M2NTkwNTJmNWVjMGU0MmMzNzgyNWZiNDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 31255ca8-e183 0 ResourceCustomizationUUID:70fb10e9-7a51-4f61-b1ac-efa7869c1d5c ResourceInvariantUUID:194f645e-38b2-43f8-8731-2602f79db519 ResourceName:pNF 31255ca8-e183 ResourceType:PNF ResourceUUID:dc0dc0e1-683f-493a-8671-1068c72e7874 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-25T03:58:08.311Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0482c0fc-935f-4be0-8fe7-4dca52568db3 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-10-25T03:58:08.340Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:58:08.341Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T03:58:08.341Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T03:58:08.342Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 60b4a9e6-63f0-4ff4-a43e-b8657db76f1d from URL: /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:08.342Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T03:58:08.343Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:08.409Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T03:58:08.414Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 60b4a9e6-63f0-4ff4-a43e-b8657db76f1d 82662 2022-10-25T03:58:08.415Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar ASDC sendASDCNotification 2022-10-25T03:58:08.415Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:08.415Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T03:58:08.416Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:08.418Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:08.419Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670288415, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T03:58:08.519Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:08.520Z||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-10-25T03:58:08.520Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:08.533Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:08.533Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:09.419Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T03:58:09.421Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T03:58:09.421Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 60b4a9e6-63f0-4ff4-a43e-b8657db76f1d, URL: /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar to file: /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:09.421Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:09.422Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:09.422Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:09.594Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8650590828099653859/Definitions/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml 2022-10-25T03:58:10.271Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T03:58:10.271Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31255ca8-e183 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-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.272Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T03:58:10.273Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Node template pNF 31255ca8-e183 0 is matching search criteria 2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T03:58:10.274Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 31255ca8-e183 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:58:10.275Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.275Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.275Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Node template pNF 31255ca8-e183 0 is matching search criteria 2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 31255ca8-e183 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.276Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.277Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.278Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_0b90M9JTmHq7QXHo1ZMG Description:catalog service description Model UUID:0482c0fc-935f-4be0-8fe7-4dca52568db3 Model Version:NULL Model InvariantUuid:3566960e-1c80-4561-a9d8-f9bde08f1277 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-10-25T03:58:10.290Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: dc0dc0e1-683f-493a-8671-1068c72e7874 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-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||pNF 31255ca8-e183 0 2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: dc0dc0e1-683f-493a-8671-1068c72e7874 2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 0482c0fc-935f-4be0-8fe7-4dca52568db3 2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 0482c0fc-935f-4be0-8fe7-4dca52568db3 2022-10-25T03:58:10.294Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31255ca8-e183 0 dc0dc0e1-683f-493a-8671-1068c72e7874 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-10-25T03:58:10.299Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@55a6e9ed, org.onap.sdc.toscaparser.api.parameters.Input@2ee04459, org.onap.sdc.toscaparser.api.parameters.Input@61e77c61, org.onap.sdc.toscaparser.api.parameters.Input@39192c48, org.onap.sdc.toscaparser.api.parameters.Input@5b124307] 2022-10-25T03:58:10.299Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.299Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 0482c0fc-935f-4be0-8fe7-4dca52568db3: pNF 31255ca8-e183 2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Processing PNF resource: dc0dc0e1-683f-493a-8671-1068c72e7874 2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_0b90M9JTmHq7QXHo1ZMG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T03:58:10.300Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||Resource customization UUID: 70fb10e9-7a51-4f61-b1ac-efa7869c1d5c is the same as notified resource customizationUUID: 70fb10e9-7a51-4f61-b1ac-efa7869c1d5c 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-10-25T03:58:10.359Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 31255ca8-e183 dc0dc0e1-683f-493a-8671-1068c72e7874 0 ASDC deployResourceStructure 2022-10-25T03:58:10.359Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar ASDC sendASDCNotification 2022-10-25T03:58:10.360Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar 2022-10-25T03:58:10.360Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T03:58:10.360Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T03:58:10.363Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T03:58:10.363Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670290359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T03:58:10.463Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T03:58:10.464Z||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-10-25T03:58:10.464Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:10.475Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:10.476Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T03:58:11.364Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:58:11.375Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:58:11.379Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:58:11.379Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:58:11.379Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:58:23.469Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:58:23.472Z||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-10-25T03:58:23.472Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:58:23.493Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:58:23.494Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:58:23.494Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670236019, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T03:58:23.496Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:58:41.379Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:58:41.394Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:58:41.397Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:58:41.397Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:58:41.397Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:59:11.397Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:59:11.410Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:59:11.413Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:59:11.413Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:59:11.413Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T03:59:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T03:59:23.469Z||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-10-25T03:59:23.470Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T03:59:23.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T03:59:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T03:59:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T03:59:23.499Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T03:59:41.414Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T03:59:41.425Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T03:59:41.431Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T03:59:41.431Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T03:59:41.431Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:00:11.432Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:00:11.443Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:00:11.445Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:00:11.446Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:00:11.446Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:00:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:00:23.469Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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-10-25T04:00:23.470Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:00:23.495Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:00:24.010Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.010Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.011Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.011Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.011Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670236366, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.011Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670244768, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670238117, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.012Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.013Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.013Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670245163, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.013Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.013Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.013Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.013Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670245774, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670246861, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.016Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.017Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670246225, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.017Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.017Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.017Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670246363, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.018Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.018Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.018Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:00:24.019Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.019Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.019Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "policy-id", "timestamp": 1666670246778, "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-10-25T04:00:24.027Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 2022-10-25T04:00:24.027Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T04:00:24.039Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.040Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.040Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.040Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.040Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "ves-openapi-manager", "timestamp": 1666670247368, "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-10-25T04:00:24.047Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 2022-10-25T04:00:24.047Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T04:00:24.059Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.059Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:00:24.059Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.059Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670247973, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.060Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.061Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.062Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.062Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.062Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.062Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.062Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.062Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670251904, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670245649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.063Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.064Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.064Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "aai-ml", "timestamp": 1666670252907, "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-10-25T04:00:24.071Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 2022-10-25T04:00:24.071Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T04:00:24.084Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.084Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.084Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.084Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.084Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670253436, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.085Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.085Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.085Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670253082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.085Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.085Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.085Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670248223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670254505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670255939, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.086Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670255558, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670255091, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.087Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "cds", "timestamp": 1666670256946, "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-10-25T04:00:24.117Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 2022-10-25T04:00:24.117Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:00:24.125Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.125Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670256583, "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-10-25T04:00:24.132Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 2022-10-25T04:00:24.132Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:00:24.140Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.140Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "clamp", "timestamp": 1666670256095, "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-10-25T04:00:24.145Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 2022-10-25T04:00:24.145Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T04:00:24.152Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.152Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "multicloud-k8s-id", "timestamp": 1666670257586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.153Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:00:24.154Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.155Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.156Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.157Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.158Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.159Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670256018, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.160Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "ves-openapi-manager", "timestamp": 1666670256366, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.161Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670263876, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.162Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.163Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670264880, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.164Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.164Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.164Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.164Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.165Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.166Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.166Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.166Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "policy-id", "timestamp": 1666670265883, "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-10-25T04:00:24.171Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 2022-10-25T04:00:24.171Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:00:24.177Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.177Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670266183, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.177Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.178Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.179Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.180Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670268413, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.181Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.182Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.183Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.183Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.183Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670269416, "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-10-25T04:00:24.187Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 2022-10-25T04:00:24.187Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:00:24.204Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.204Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.204Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.204Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.204Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-25T04:00:24.204Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670263224, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.205Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.206Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.207Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.207Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.207Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670273006, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.207Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.207Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.207Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.208Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.208Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.208Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-25T04:00:24.213Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.213Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.213Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.214Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "cds", "timestamp": 1666670274013, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T04:00:24.230Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70bba304-3167-46be-b683-5dea56b041f5 2022-10-25T04:00:24.230Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:00:24.242Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.243Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.244Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.244Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.244Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.244Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.244Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.244Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670265648, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.245Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.246Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.246Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670275364, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.246Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.247Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.247Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670275898, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.248Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.248Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.248Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.248Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.248Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.249Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670276464, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.249Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.249Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.249Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.249Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670277559, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.250Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.251Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670278618, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670258330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.252Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.253Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.253Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.253Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.253Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.253Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670279666, "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-10-25T04:00:24.258Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70bba304-3167-46be-b683-5dea56b041f5 2022-10-25T04:00:24.258Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:00:24.271Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.271Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.272Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.272Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.272Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "dd163768-345c-4b8d-9f62-1b936a59ce89", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670279251, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:00:24.272Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.272Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.272Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670279530, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.274Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.274Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.274Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.275Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.275Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.275Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "multicloud-k8s-id", "timestamp": 1666670280670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.276Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.276Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.276Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.276Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.276Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.276Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.277Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.277Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.277Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-25T04:00:24.277Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.277Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.277Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.292Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.293Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.293Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.293Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.293Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.293Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.293Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670281725, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670282635, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.294Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.295Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.295Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.295Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.295Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666670282729, "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-10-25T04:00:24.300Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70bba304-3167-46be-b683-5dea56b041f5 2022-10-25T04:00:24.300Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:00:24.309Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.309Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.309Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.309Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.309Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "aai-ml", "timestamp": 1666670283639, "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-10-25T04:00:24.314Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 2022-10-25T04:00:24.314Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:00:24.323Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.323Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670283088, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.323Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.323Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.323Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.323Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.324Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.325Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670276018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.326Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670285098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "ves-openapi-manager", "timestamp": 1666670276366, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/resourceInstances/pnf31255ca8e1830/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.327Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670285790, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.328Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "clamp", "timestamp": 1666670286102, "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-10-25T04:00:24.333Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 2022-10-25T04:00:24.333Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.341Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670286794, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670243464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.342Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.343Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.343Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.343Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.343Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "policy-id", "timestamp": 1666670287798, "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-10-25T04:00:24.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70bba304-3167-46be-b683-5dea56b041f5 2022-10-25T04:00:24.347Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:00:24.354Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.354Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.355Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.355Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.355Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670288415, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.355Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.355Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.356Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.356Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.356Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.356Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.356Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.357Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.357Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.357Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.357Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.357Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:00:24.357Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.358Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.358Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670290359, "artifactURL": "/sdc/v1/catalog/services/DemoPnf0b90m9jtmhq7qxho1zmg/1.0/artifacts/service-DemoPnf0b90m9jtmhq7qxho1zmg-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.358Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.358Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.358Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.358Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.359Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.359Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.359Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.359Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.359Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670268117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.360Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.360Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.360Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.360Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.360Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.360Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670293748, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.361Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.361Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.361Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.361Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.361Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.362Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:00:24.362Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.362Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.362Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670263114, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:00:24.362Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-10-25T04:00:24.362Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.363Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670299104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:00:24.363Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.363Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.363Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670300458, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.363Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.363Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.364Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "aai-ml", "timestamp": 1666670301461, "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-10-25T04:00:24.368Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70bba304-3167-46be-b683-5dea56b041f5 2022-10-25T04:00:24.368Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:00:24.375Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.376Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670301100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:00:24.376Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:00:24.376Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-10-25T04:00:24.376Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "clamp", "timestamp": 1666670302103, "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-10-25T04:00:24.381Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70bba304-3167-46be-b683-5dea56b041f5 2022-10-25T04:00:24.382Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:00:41.446Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:00:41.458Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:00:41.461Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.462Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.463Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.463Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.463Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:00:41.463Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T04:00:41.468Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T04:01:11.468Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 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-10-25T04:01:11.476Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 and serviceModelVersionId: 0482c0fc-935f-4be0-8fe7-4dca52568db3 2022-10-25T04:01:11.476Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3566960e-1c80-4561-a9d8-f9bde08f1277 2022-10-25T04:01:11.477Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0 2022-10-25T04:01:11.485Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T04:01:11.542Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0|INFO|500||Invoke 2022-10-25T04:01:11.543Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[572a825c-d1df-4499-96a3-1ccfdf230fc9], X-ECOMP-RequestID=[0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5], X-TransactionId=[], X-ONAP-RequestID=[0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5], Content-Type=[application/merge-patch+json]} 2022-10-25T04:01:11.564Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T04:01:11.660Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?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/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-04:01:12:031-83400], vertex-id=[209008], Content-Length=[0], Date=[Tue, 25 Oct 2022 04:01:12 GMT], Content-Type=[application/json]} 2022-10-25T04:01:11.660Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-25T04:01:11.661Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3566960e-1c80-4561-a9d8-f9bde08f1277/model-vers/model-ver/0482c0fc-935f-4be0-8fe7-4dca52568db3?depth=0|INFO|500||InvokeReturn 2022-10-25T04:01:11.661Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T04:01:11.663Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T04:01:11.673Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-25T04:01:11.674Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T04:01:11.674Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T04:01:11.675Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:11.678Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:11.678Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670471674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:01:11.778Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:11.779Z||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-10-25T04:01:11.779Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:11.794Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:11.795Z||pool-50-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-10-25T04:01:12.692Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:01:12.693Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:01:12.693Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:17.082Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:17.083Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:01:17.083Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a29fa6fd-4b93-4165-856e-3b0a0d8a5755","serviceDescription":"service","serviceInvariantUUID":"4c3ea872-e0ab-469c-b794-bc16e8956eae","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d7971022-caf6-4356-b0fc-97eebfa0f925","resourceInvariantUUID":"8a8bd125-1930-48e7-a5cd-3f0f1334a9c8","resourceCustomizationUUID":"c7862ffb-552a-4260-a70b-808bd96f85a8","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":"Njc2YzQwYjI5OWU0Y2FmNzc4Y2FkZmYwYTRlMzgzZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"38d8f71d-be73-4c5d-8436-be79e0550321","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":"YjAxNmVmOGVmNWE4MTIzZTFhZDQ2MmIxN2ExNjg3M2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25cec4fa-0dff-4632-b215-1caa081d454b","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":"a2e25d65-2b9d-4775-a12b-e0c1725b190c","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":"75a057f3-f0cb-43cb-ba62-5f69f002c91d","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":"48ba4f12-2878-4c16-9617-08e406b7d2a0","artifactVersion":"2","generatedFromUUID":"a2e25d65-2b9d-4775-a12b-e0c1725b190c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NmEwMjI4ZjEzMzBmMDYyZjY0Y2UwNzUyYTY2NDRlMGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0732e1b2-b9bf-4ef8-87c1-d9626dddd29a","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTY5ZTRiY2NlYjE0NTg2YTU0MGYwODU3NzMwYTk5ZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73ff4245-4eaa-4b84-8365-bd532110b0b4","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T04:01:17.086Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:17.086Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:17.088Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:17.088Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:01:17.189Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:01:17.190Z||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-10-25T04:01:17.190Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:17.209Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:17.210Z||pool-51-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:18.091Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:18.091Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:18.094Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:18.094Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:01:18.194Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:18.195Z||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-10-25T04:01:18.195Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:18.208Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:18.208Z||pool-52-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:19.095Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:19.096Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:19.098Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:19.099Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:01:19.200Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:01:19.201Z||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-10-25T04:01:19.201Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:19.213Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:19.213Z||pool-53-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:20.100Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:20.101Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:20.103Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:20.103Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:01:20.203Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:20.204Z||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-10-25T04:01:20.205Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:20.217Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:20.218Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:01:21.104Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:21.104Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:21.107Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:21.107Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-25T04:01:21.207Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:21.208Z||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-10-25T04:01:21.208Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:21.224Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:21.225Z||pool-55-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:22.108Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:22.108Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:22.111Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:22.111Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:01:22.211Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:22.212Z||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-10-25T04:01:22.212Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:22.225Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:22.226Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:01:23.111Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:01:23.112Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:23.114Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:23.115Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:01:23.215Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:23.216Z||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-10-25T04:01:23.216Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:23.230Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:23.230Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:01:23.469Z||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-10-25T04:01:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:24.100Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:24.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670471674, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:01:24.102Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:01:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:01:24.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:01:24.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:01:24.116Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a29fa6fd-4b93-4165-856e-3b0a0d8a5755", "serviceDescription": "service", "serviceInvariantUUID": "4c3ea872-e0ab-469c-b794-bc16e8956eae", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "c7862ffb-552a-4260-a70b-808bd96f85a8", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d7971022-caf6-4356-b0fc-97eebfa0f925", "resourceInvariantUUID": "8a8bd125-1930-48e7-a5cd-3f0f1334a9c8", "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": "YjAxNmVmOGVmNWE4MTIzZTFhZDQ2MmIxN2ExNjg3M2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25cec4fa-0dff-4632-b215-1caa081d454b", "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": "a2e25d65-2b9d-4775-a12b-e0c1725b190c", "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": "48ba4f12-2878-4c16-9617-08e406b7d2a0", "generatedFromUUID": "a2e25d65-2b9d-4775-a12b-e0c1725b190c" }, "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": "48ba4f12-2878-4c16-9617-08e406b7d2a0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTY5ZTRiY2NlYjE0NTg2YTU0MGYwODU3NzMwYTk5ZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "73ff4245-4eaa-4b84-8365-bd532110b0b4" } ], "workloadContext": "Production" } 2022-10-25T04:01:24.117Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T04:01:24.117Z|0e6de73a-825c-47e7-bbcd-8e6c29c2a3b5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a29fa6fd-4b93-4165-856e-3b0a0d8a5755 ASDC 2022-10-25T04:01:24.117Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a29fa6fd-4b93-4165-856e-3b0a0d8a5755 ServiceInvariantUUID:4c3ea872-e0ab-469c-b794-bc16e8956eae 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:73ff4245-4eaa-4b84-8365-bd532110b0b4 ArtifactChecksum:YTY5ZTRiY2NlYjE0NTg2YTU0MGYwODU3NzMwYTk5ZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:c7862ffb-552a-4260-a70b-808bd96f85a8 ResourceInvariantUUID:8a8bd125-1930-48e7-a5cd-3f0f1334a9c8 ResourceName:basic_vm ResourceType:VF ResourceUUID:d7971022-caf6-4356-b0fc-97eebfa0f925 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:25cec4fa-0dff-4632-b215-1caa081d454b ArtifactChecksum:YjAxNmVmOGVmNWE4MTIzZTFhZDQ2MmIxN2ExNjg3M2Q= 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:a2e25d65-2b9d-4775-a12b-e0c1725b190c 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:48ba4f12-2878-4c16-9617-08e406b7d2a0 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:48ba4f12-2878-4c16-9617-08e406b7d2a0 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-25T04:01:24.117Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a29fa6fd-4b93-4165-856e-3b0a0d8a5755 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-10-25T04:01:24.158Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:01:24.159Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T04:01:24.159Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T04:01:24.159Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 73ff4245-4eaa-4b84-8365-bd532110b0b4 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-25T04:01:24.159Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:01:24.159Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-25T04:01:24.305Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:01:24.309Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 73ff4245-4eaa-4b84-8365-bd532110b0b4 71071 2022-10-25T04:01:24.309Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-25T04:01:24.309Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-25T04:01:24.310Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:01:24.310Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:24.312Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:24.312Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670484309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:01:24.412Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T04:01:24.414Z||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-10-25T04:01:24.414Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:24.430Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:24.431Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:25.313Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:01:25.314Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T04:01:25.314Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 73ff4245-4eaa-4b84-8365-bd532110b0b4, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:25.315Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-25T04:01:25.315Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:25.315Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:25.570Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6339359632279021652/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-10-25T04:01:26.827Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T04:01:26.827Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.828Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.829Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.829Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-25T04:01:26.829Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T04:01:26.829Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.829Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.829Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:26.830Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T04:01:26.830Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:01:26.830Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.830Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.830Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:26.830Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T04:01:26.831Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:01:26.831Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.831Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.831Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.831Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-25T04:01:26.831Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-25T04:01:26.832Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-25T04:01:26.832Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-25T04:01:26.832Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-25T04:01:26.832Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-25T04:01:26.832Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.832Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:01:26.833Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.833Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:26.833Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:01:26.833Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.833Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:26.833Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:01:26.834Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.834Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:26.834Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:01:26.834Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=411a0cd7-df81-4950-82ca-d70f5e181d2c 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.835Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.836Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.836Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.836Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.836Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:26.836Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:26.836Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a29fa6fd-4b93-4165-856e-3b0a0d8a5755 Model Version:NULL Model InvariantUuid:4c3ea872-e0ab-469c-b794-bc16e8956eae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:5374c989-8107-4ec0-a729-110cd9d24d23 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8a8bd125-1930-48e7-a5cd-3f0f1334a9c8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c7862ffb-552a-4260-a70b-808bd96f85a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2fbd9853-1abd-4b93-84e7-b37140329861 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:f74220a6-76e3-430d-b148-4ccc35df4a88 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:411a0cd7-df81-4950-82ca-d70f5e181d2c ModelInvariantUuid:3f276693-4b3c-4c31-9e97-6de2586b5f82 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:46c62523-cfd6-447f-af52-d42687dd98fb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7d6d4241-a8d1-40d6-b741-06c9a34ba068 ModelInvariantUuid:fa05724c-5de4-4786-83c8-c957c1ce3144 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:5a0755d3-b872-4bc7-a9fb-9f9893a463e3 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-10-25T04:01:26.845Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d7971022-caf6-4356-b0fc-97eebfa0f925 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-10-25T04:01:26.848Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-10-25T04:01:26.848Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d7971022-caf6-4356-b0fc-97eebfa0f925 2022-10-25T04:01:26.848Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 25cec4fa-0dff-4632-b215-1caa081d454b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-25T04:01:26.849Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:01:26.849Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-25T04:01:26.899Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:01:26.899Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 25cec4fa-0dff-4632-b215-1caa081d454b 787 2022-10-25T04:01:26.899Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-25T04:01:26.900Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-25T04:01:26.900Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:01:26.900Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:26.902Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:26.902Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670486899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:01:27.002Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:27.003Z||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-10-25T04:01:27.003Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:27.018Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:27.018Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:01:27.902Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2fbd9853-1abd-4b93-84e7-b37140329861", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f74220a6-76e3-430d-b148-4ccc35df4a88", "vfModuleModelCustomizationUUID": "c873cef2-c875-45fb-953d-28dd958b2644", "isBase": true, "artifacts": [ "a2e25d65-2b9d-4775-a12b-e0c1725b190c", "48ba4f12-2878-4c16-9617-08e406b7d2a0" ], "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-10-25T04:01:27.907Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f74220a6-76e3-430d-b148-4ccc35df4a88 VfModuleModelInvariantUUID:2fbd9853-1abd-4b93-84e7-b37140329861 VfModuleModelDescription:NULL Artifacts UUID List:{ a2e25d65-2b9d-4775-a12b-e0c1725b190c , 48ba4f12-2878-4c16-9617-08e406b7d2a0 } 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-10-25T04:01:27.909Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2fbd9853-1abd-4b93-84e7-b37140329861", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f74220a6-76e3-430d-b148-4ccc35df4a88", "vfModuleModelCustomizationUUID": "c873cef2-c875-45fb-953d-28dd958b2644", "isBase": true, "artifacts": [ "a2e25d65-2b9d-4775-a12b-e0c1725b190c", "48ba4f12-2878-4c16-9617-08e406b7d2a0" ], "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-10-25T04:01:27.909Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f74220a6-76e3-430d-b148-4ccc35df4a88 VfModuleModelInvariantUUID:2fbd9853-1abd-4b93-84e7-b37140329861 VfModuleModelDescription:NULL Artifacts UUID List:{ a2e25d65-2b9d-4775-a12b-e0c1725b190c , 48ba4f12-2878-4c16-9617-08e406b7d2a0 } 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-10-25T04:01:27.909Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2e25d65-2b9d-4775-a12b-e0c1725b190c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-25T04:01:27.909Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:01:27.909Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-25T04:01:27.960Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:01:27.961Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml a2e25d65-2b9d-4775-a12b-e0c1725b190c 5033 2022-10-25T04:01:27.961Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-25T04:01:27.961Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-25T04:01:27.962Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:01:27.962Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:27.964Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:27.965Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670487961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:01:28.066Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:01:28.067Z||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-10-25T04:01:28.067Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:28.080Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:28.080Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:28.967Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 48ba4f12-2878-4c16-9617-08e406b7d2a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-25T04:01:28.967Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:01:28.968Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-25T04:01:29.034Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:01:29.035Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 48ba4f12-2878-4c16-9617-08e406b7d2a0 903 2022-10-25T04:01:29.035Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-25T04:01:29.035Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-25T04:01:29.035Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:01:29.036Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:29.040Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:29.040Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670489035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:01:29.139Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-25T04:01:29.140Z||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-10-25T04:01:29.140Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:29.156Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:29.157Z||pool-61-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:01:30.041Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a29fa6fd-4b93-4165-856e-3b0a0d8a5755 2022-10-25T04:01:30.042Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d7971022-caf6-4356-b0fc-97eebfa0f925 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-10-25T04:01:30.059Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59d5c016, org.onap.sdc.toscaparser.api.parameters.Input@8fe39c, org.onap.sdc.toscaparser.api.parameters.Input@758f28fa, org.onap.sdc.toscaparser.api.parameters.Input@33d64e6d, org.onap.sdc.toscaparser.api.parameters.Input@44f4ed71] 2022-10-25T04:01:30.061Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.062Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.062Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-25T04:01:30.063Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= c7862ffb-552a-4260-a70b-808bd96f85a8 2022-10-25T04:01:30.063Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c7862ffb-552a-4260-a70b-808bd96f85a8 matches Tosca VF Customization UUID: c7862ffb-552a-4260-a70b-808bd96f85a8 2022-10-25T04:01:30.064Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: c7862ffb-552a-4260-a70b-808bd96f85a8 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-10-25T04:01:30.069Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.070Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.072Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id c7862ffb-552a-4260-a70b-808bd96f85a8: {\"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-10-25T04:01:30.072Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36f8d7a1 2022-10-25T04:01:30.072Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.073Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:01:30.073Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c873cef2-c875-45fb-953d-28dd958b2644 2022-10-25T04:01:30.073Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c873cef2-c875-45fb-953d-28dd958b2644 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-10-25T04:01:30.079Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.079Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:30.080Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:01:30.080Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.080Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:30.080Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:01:30.080Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.081Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-25T04:01:30.081Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-25T04:01:30.081Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-25T04:01:30.081Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=411a0cd7-df81-4950-82ca-d70f5e181d2c 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-10-25T04:01:30.084Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.084Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:30.084Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:01:30.085Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.085Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-25T04:01:30.085Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=c7862ffb-552a-4260-a70b-808bd96f85a8 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-10-25T04:01:30.087Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.087Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.087Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a29fa6fd-4b93-4165-856e-3b0a0d8a5755: basic_vm 2022-10-25T04:01:30.088Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.088Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.088Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.088Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.088Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.088Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.089Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.089Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.089Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:01:30.089Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:01:30.089Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T04:01:30.177Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d7971022-caf6-4356-b0fc-97eebfa0f925 1 ASDC deployResourceStructure 2022-10-25T04:01:30.177Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-25T04:01:30.178Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-25T04:01:30.178Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:01:30.178Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:30.181Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:30.181Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670490177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:01:30.281Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:30.282Z||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-10-25T04:01:30.282Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:30.296Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:30.297Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:01:31.182Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-25T04:01:31.182Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-25T04:01:31.182Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:01:31.183Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:31.184Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:31.185Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670491182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:01:31.285Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:31.286Z||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-10-25T04:01:31.286Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:31.302Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:31.302Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:01:32.185Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-25T04:01:32.186Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-25T04:01:32.186Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:01:32.186Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:32.189Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:32.189Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670492185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-25T04:01:32.289Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:01:32.291Z||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-10-25T04:01:32.291Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:32.303Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:32.304Z||pool-64-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:33.190Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-25T04:01:33.191Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-25T04:01:33.191Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:01:33.191Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:01:33.193Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:01:33.193Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670493189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:01:33.293Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-10-25T04:01:33.294Z||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-10-25T04:01:33.294Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:01:33.307Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:01:33.308Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:01:34.200Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:01:34.211Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:01:34.213Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:01:34.213Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T04:01:34.213Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T04:01:34.213Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T04:01:34.213Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:01:34.214Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:01:34.214Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:01:34.214Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:01:34.214Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:01:34.214Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:01:34.214Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T04:01:34.219Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T04:02:04.220Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 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-10-25T04:02:04.232Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 and serviceModelVersionId: a29fa6fd-4b93-4165-856e-3b0a0d8a5755 2022-10-25T04:02:04.233Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4c3ea872-e0ab-469c-b794-bc16e8956eae 2022-10-25T04:02:04.233Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4c3ea872-e0ab-469c-b794-bc16e8956eae/model-vers/model-ver/a29fa6fd-4b93-4165-856e-3b0a0d8a5755?depth=0 2022-10-25T04:02:04.238Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T04:02:04.279Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c3ea872-e0ab-469c-b794-bc16e8956eae/model-vers/model-ver/a29fa6fd-4b93-4165-856e-3b0a0d8a5755?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-10-25T04:02:04.280Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c3ea872-e0ab-469c-b794-bc16e8956eae/model-vers/model-ver/a29fa6fd-4b93-4165-856e-3b0a0d8a5755?depth=0|INFO|500||Invoke 2022-10-25T04:02:04.298Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c3ea872-e0ab-469c-b794-bc16e8956eae/model-vers/model-ver/a29fa6fd-4b93-4165-856e-3b0a0d8a5755?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T04:02:04.417Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c3ea872-e0ab-469c-b794-bc16e8956eae/model-vers/model-ver/a29fa6fd-4b93-4165-856e-3b0a0d8a5755?depth=0|INFO|500||InvokeReturn 2022-10-25T04:02:04.417Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4c3ea872-e0ab-469c-b794-bc16e8956eae/model-vers/model-ver/a29fa6fd-4b93-4165-856e-3b0a0d8a5755?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-04:02:04:767-12550], vertex-id=[192720], Content-Length=[0], Date=[Tue, 25 Oct 2022 04:02:04 GMT], Content-Type=[application/json]} 2022-10-25T04:02:04.418Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-10-25T04:02:04.418Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T04:02:04.418Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T04:02:04.423Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-25T04:02:04.423Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T04:02:04.423Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T04:02:04.424Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:04.425Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:04.425Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670524423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:02:04.526Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:04.527Z||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-10-25T04:02:04.527Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:04.543Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:04.544Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-25T04:02:05.438Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:02:05.438Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"70bba304-3167-46be-b683-5dea56b041f5","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e197a988-89ea-4cb7-8e7c-577db8f8095c","serviceDescription":"service","serviceInvariantUUID":"0696cddf-ae4f-40f8-8195-af8939fd0ad1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"79ccb4ab-04d3-4422-b3c8-9c4837230b8f","resourceInvariantUUID":"3ca517e9-93cd-4d1a-aea4-4a3b965d3656","resourceCustomizationUUID":"152c6c29-a613-447c-bd01-273d1e335c4c","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":"NmZmOGUwYzRkM2U2YmZhM2EwNjRmZWYxMjYxZmRhNTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62c36ec5-9574-4cb5-85ee-c9b0a49a9340","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":"6f2b111b-6634-4d4b-9c84-68ebef16e411","artifactVersion":"2","generatedFromUUID":"63734993-2502-4455-a29c-fe694c1bfcc1"},{"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":"63734993-2502-4455-a29c-fe694c1bfcc1","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":"ZTQ1NzQ2OTRiNzI5Yjg1NDNiZjYzYzVhMzg1NjZhODc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d2e6d624-15df-4845-bc63-e12a0bba4d69","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":"ce163a4e-3de1-4334-bf89-1e216732b1d7","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":"cfb5b884-fa38-498f-b54b-4a9ee68b5f4e","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":"ab887196-4395-4d3f-9ca1-fd5dca5e3706","artifactVersion":"2","generatedFromUUID":"ce163a4e-3de1-4334-bf89-1e216732b1d7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2M2ZDExM2FmOWI3NjU0NjVmYjU5YWM1ZWM4MWZlMGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4a617dd-e834-4bdc-98b0-080f715f3daf","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2RmMzI3MjNhNDA1NWQwYTVjMjljNzgyYjgxMDc2OGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"886248c3-5cea-4364-9cec-fe7d3bae8330","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T04:02:05.439Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:05.439Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:05.441Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:05.441Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:02:05.541Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:05.542Z||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-10-25T04:02:05.542Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:05.554Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:05.554Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:06.442Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:06.443Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:06.445Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:06.445Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-25T04:02:06.545Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:06.546Z||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-10-25T04:02:06.546Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:06.556Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:06.557Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:07.445Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:07.446Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:07.448Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:07.449Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-25T04:02:07.549Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:07.550Z||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-10-25T04:02:07.550Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:07.562Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:07.562Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:02:08.449Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:08.450Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:08.452Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:08.453Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:02:08.553Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:08.553Z||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-10-25T04:02:08.554Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:08.565Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:08.565Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:09.454Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:09.454Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:09.457Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:09.457Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-25T04:02:09.557Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:09.558Z||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-10-25T04:02:09.558Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:09.569Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:09.570Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:10.457Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:10.458Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:10.461Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:10.461Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:02:10.561Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:10.562Z||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-10-25T04:02:10.562Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:10.574Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:10.575Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:02:11.462Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:11.462Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:11.465Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:11.465Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-25T04:02:11.565Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:11.566Z||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-10-25T04:02:11.566Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:11.577Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:11.580Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:12.465Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:12.466Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:12.469Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:12.469Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:02:12.569Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:12.570Z||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-10-25T04:02:12.570Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:12.583Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:12.583Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:13.470Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:02:13.471Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:13.473Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:13.473Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:02:13.573Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:13.574Z||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-10-25T04:02:13.574Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:13.587Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:13.587Z||pool-75-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:14.475Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "e197a988-89ea-4cb7-8e7c-577db8f8095c", "serviceDescription": "service", "serviceInvariantUUID": "0696cddf-ae4f-40f8-8195-af8939fd0ad1", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "152c6c29-a613-447c-bd01-273d1e335c4c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "79ccb4ab-04d3-4422-b3c8-9c4837230b8f", "resourceInvariantUUID": "3ca517e9-93cd-4d1a-aea4-4a3b965d3656", "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": "6f2b111b-6634-4d4b-9c84-68ebef16e411", "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": "63734993-2502-4455-a29c-fe694c1bfcc1", "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": "ZTQ1NzQ2OTRiNzI5Yjg1NDNiZjYzYzVhMzg1NjZhODc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d2e6d624-15df-4845-bc63-e12a0bba4d69", "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": "ce163a4e-3de1-4334-bf89-1e216732b1d7", "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": "ab887196-4395-4d3f-9ca1-fd5dca5e3706", "generatedFromUUID": "ce163a4e-3de1-4334-bf89-1e216732b1d7" }, "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": "ab887196-4395-4d3f-9ca1-fd5dca5e3706", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "Y2RmMzI3MjNhNDA1NWQwYTVjMjljNzgyYjgxMDc2OGY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "886248c3-5cea-4364-9cec-fe7d3bae8330" } ], "workloadContext": "Production" } 2022-10-25T04:02:14.475Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T04:02:14.475Z|7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e197a988-89ea-4cb7-8e7c-577db8f8095c ASDC 2022-10-25T04:02:14.476Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:70bba304-3167-46be-b683-5dea56b041f5 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:e197a988-89ea-4cb7-8e7c-577db8f8095c ServiceInvariantUUID:0696cddf-ae4f-40f8-8195-af8939fd0ad1 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:886248c3-5cea-4364-9cec-fe7d3bae8330 ArtifactChecksum:Y2RmMzI3MjNhNDA1NWQwYTVjMjljNzgyYjgxMDc2OGY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:152c6c29-a613-447c-bd01-273d1e335c4c ResourceInvariantUUID:3ca517e9-93cd-4d1a-aea4-4a3b965d3656 ResourceName:basic_cnf ResourceType:VF ResourceUUID:79ccb4ab-04d3-4422-b3c8-9c4837230b8f 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:6f2b111b-6634-4d4b-9c84-68ebef16e411 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:63734993-2502-4455-a29c-fe694c1bfcc1 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:d2e6d624-15df-4845-bc63-e12a0bba4d69 ArtifactChecksum:ZTQ1NzQ2OTRiNzI5Yjg1NDNiZjYzYzVhMzg1NjZhODc= 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:ce163a4e-3de1-4334-bf89-1e216732b1d7 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:ab887196-4395-4d3f-9ca1-fd5dca5e3706 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:ab887196-4395-4d3f-9ca1-fd5dca5e3706 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-25T04:02:14.476Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e197a988-89ea-4cb7-8e7c-577db8f8095c 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-10-25T04:02:14.512Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:02:14.512Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T04:02:14.512Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T04:02:14.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 886248c3-5cea-4364-9cec-fe7d3bae8330 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-25T04:02:14.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:02:14.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-25T04:02:14.683Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:02:14.687Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 886248c3-5cea-4364-9cec-fe7d3bae8330 68959 2022-10-25T04:02:14.687Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-25T04:02:14.687Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-25T04:02:14.687Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:02:14.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:14.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:14.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670534687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:14.790Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:14.791Z||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-10-25T04:02:14.791Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:14.801Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:14.801Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:15.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:02:15.691Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-25T04:02:15.692Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 886248c3-5cea-4364-9cec-fe7d3bae8330, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:15.692Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-25T04:02:15.693Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:15.693Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:15.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15878045909446493089/Definitions/service-BasicCnf-template.yml 2022-10-25T04:02:16.880Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T04:02:16.880Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T04:02:16.880Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:16.880Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.881Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:16.882Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T04:02:16.882Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:02:16.882Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.882Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.882Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:16.882Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-25T04:02:16.883Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:02:16.883Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.883Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.883Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.883Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-25T04:02:16.883Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-25T04:02:16.884Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-25T04:02:16.884Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-25T04:02:16.884Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.884Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:02:16.885Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.885Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:16.885Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:02:16.885Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.885Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-25T04:02:16.886Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-25T04:02:16.887Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c8d0ab5c-c6f3-4344-9333-22f6dce71756 2022-10-25T04:02:16.887Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.887Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.887Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.887Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.887Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.888Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.888Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:16.888Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:16.888Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:e197a988-89ea-4cb7-8e7c-577db8f8095c Model Version:NULL Model InvariantUuid:0696cddf-ae4f-40f8-8195-af8939fd0ad1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:42e5fd87-b358-4c85-92ab-6939539b70a0 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3ca517e9-93cd-4d1a-aea4-4a3b965d3656 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:152c6c29-a613-447c-bd01-273d1e335c4c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9dd148e0-b9f6-4b47-b971-f38befca3d25 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:a9acf00b-e925-41af-bb64-ecb0deb6e6da ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c8d0ab5c-c6f3-4344-9333-22f6dce71756 ModelInvariantUuid:91624e72-5580-4cb9-9275-f073d4349698 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:70366b4d-e882-46d0-8735-12df4b8f6abf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:42202715-60ba-4e67-ab9c-77795022c76e ModelInvariantUuid:13470474-7ef2-493e-a2bc-d63856124c78 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d4391456-ee3c-42f5-a22c-176eed42af44 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-10-25T04:02:16.897Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 79ccb4ab-04d3-4422-b3c8-9c4837230b8f 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-10-25T04:02:16.902Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-10-25T04:02:16.902Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 79ccb4ab-04d3-4422-b3c8-9c4837230b8f 2022-10-25T04:02:16.903Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6f2b111b-6634-4d4b-9c84-68ebef16e411 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-25T04:02:16.903Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:02:16.903Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-25T04:02:16.965Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:02:16.965Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 6f2b111b-6634-4d4b-9c84-68ebef16e411 12 2022-10-25T04:02:16.966Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-25T04:02:16.966Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-25T04:02:16.966Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:02:16.966Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:16.968Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:16.968Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670536966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:17.068Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:17.069Z||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-10-25T04:02:17.069Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:17.082Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:17.082Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:17.969Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 63734993-2502-4455-a29c-fe694c1bfcc1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-25T04:02:17.970Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:02:17.970Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-25T04:02:18.017Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:02:18.018Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 63734993-2502-4455-a29c-fe694c1bfcc1 2688 2022-10-25T04:02:18.018Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-25T04:02:18.018Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-25T04:02:18.018Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:02:18.018Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:18.020Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:18.020Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670538018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:18.120Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:18.121Z||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-10-25T04:02:18.121Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:18.134Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:18.134Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:19.022Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d2e6d624-15df-4845-bc63-e12a0bba4d69 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-25T04:02:19.022Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:02:19.023Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-25T04:02:19.086Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:02:19.087Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json d2e6d624-15df-4845-bc63-e12a0bba4d69 828 2022-10-25T04:02:19.087Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-25T04:02:19.087Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-25T04:02:19.087Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:02:19.088Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:19.090Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:19.090Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670539087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:19.190Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:19.191Z||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-10-25T04:02:19.191Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:19.204Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:19.204Z||pool-79-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:20.091Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9dd148e0-b9f6-4b47-b971-f38befca3d25", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9acf00b-e925-41af-bb64-ecb0deb6e6da", "vfModuleModelCustomizationUUID": "9676a049-136b-4990-a962-880827d39e16", "isBase": true, "artifacts": [ "ce163a4e-3de1-4334-bf89-1e216732b1d7", "63734993-2502-4455-a29c-fe694c1bfcc1", "ab887196-4395-4d3f-9ca1-fd5dca5e3706" ], "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-10-25T04:02:20.095Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9acf00b-e925-41af-bb64-ecb0deb6e6da VfModuleModelInvariantUUID:9dd148e0-b9f6-4b47-b971-f38befca3d25 VfModuleModelDescription:NULL Artifacts UUID List:{ ce163a4e-3de1-4334-bf89-1e216732b1d7 , 63734993-2502-4455-a29c-fe694c1bfcc1 , ab887196-4395-4d3f-9ca1-fd5dca5e3706 } 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-10-25T04:02:20.097Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "9dd148e0-b9f6-4b47-b971-f38befca3d25", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9acf00b-e925-41af-bb64-ecb0deb6e6da", "vfModuleModelCustomizationUUID": "9676a049-136b-4990-a962-880827d39e16", "isBase": true, "artifacts": [ "ce163a4e-3de1-4334-bf89-1e216732b1d7", "63734993-2502-4455-a29c-fe694c1bfcc1", "ab887196-4395-4d3f-9ca1-fd5dca5e3706" ], "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-10-25T04:02:20.097Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9acf00b-e925-41af-bb64-ecb0deb6e6da VfModuleModelInvariantUUID:9dd148e0-b9f6-4b47-b971-f38befca3d25 VfModuleModelDescription:NULL Artifacts UUID List:{ ce163a4e-3de1-4334-bf89-1e216732b1d7 , 63734993-2502-4455-a29c-fe694c1bfcc1 , ab887196-4395-4d3f-9ca1-fd5dca5e3706 } 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-10-25T04:02:20.098Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ce163a4e-3de1-4334-bf89-1e216732b1d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-25T04:02:20.098Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:02:20.098Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-25T04:02:20.151Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:02:20.152Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ce163a4e-3de1-4334-bf89-1e216732b1d7 1164 2022-10-25T04:02:20.152Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-25T04:02:20.152Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-25T04:02:20.152Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:02:20.152Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:20.154Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:20.154Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670540152, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:20.254Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:20.255Z||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-10-25T04:02:20.256Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:20.268Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:20.268Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:21.155Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ab887196-4395-4d3f-9ca1-fd5dca5e3706 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-25T04:02:21.155Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-25T04:02:21.156Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-25T04:02:21.216Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-25T04:02:21.216Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ab887196-4395-4d3f-9ca1-fd5dca5e3706 200 2022-10-25T04:02:21.216Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-25T04:02:21.216Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-25T04:02:21.216Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:02:21.217Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:21.219Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:21.219Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670541216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:21.319Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:21.320Z||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-10-25T04:02:21.320Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:21.333Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:21.333Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:22.219Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: e197a988-89ea-4cb7-8e7c-577db8f8095c 2022-10-25T04:02:22.220Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 79ccb4ab-04d3-4422-b3c8-9c4837230b8f ASDC 2022-10-25T04:02:22.229Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T04:02:22.240Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b0d162f, org.onap.sdc.toscaparser.api.parameters.Input@4375fa36, org.onap.sdc.toscaparser.api.parameters.Input@1bda771, org.onap.sdc.toscaparser.api.parameters.Input@4d5bf9a6, org.onap.sdc.toscaparser.api.parameters.Input@5e74224c] 2022-10-25T04:02:22.241Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.242Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.242Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-10-25T04:02:22.242Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 152c6c29-a613-447c-bd01-273d1e335c4c 2022-10-25T04:02:22.242Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 152c6c29-a613-447c-bd01-273d1e335c4c matches Tosca VF Customization UUID: 152c6c29-a613-447c-bd01-273d1e335c4c 2022-10-25T04:02:22.242Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 152c6c29-a613-447c-bd01-273d1e335c4c 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-10-25T04:02:22.244Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.244Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.245Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 152c6c29-a613-447c-bd01-273d1e335c4c: {\"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-10-25T04:02:22.245Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4cd23c42 2022-10-25T04:02:22.245Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.245Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:02:22.245Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9676a049-136b-4990-a962-880827d39e16 2022-10-25T04:02:22.245Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9676a049-136b-4990-a962-880827d39e16 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-10-25T04:02:22.248Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.248Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:22.248Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:02:22.248Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.248Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:22.249Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:02:22.249Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.249Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-25T04:02:22.249Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-25T04:02:22.249Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=c8d0ab5c-c6f3-4344-9333-22f6dce71756 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-10-25T04:02:22.251Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.251Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:22.251Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:02:22.251Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.252Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-25T04:02:22.252Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=152c6c29-a613-447c-bd01-273d1e335c4c 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-10-25T04:02:22.253Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.254Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.254Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid e197a988-89ea-4cb7-8e7c-577db8f8095c: basic_cnf 2022-10-25T04:02:22.254Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.254Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.254Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.254Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:02:22.255Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T04:02:22.313Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 79ccb4ab-04d3-4422-b3c8-9c4837230b8f 1 ASDC deployResourceStructure 2022-10-25T04:02:22.313Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-25T04:02:22.313Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-10-25T04:02:22.314Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-25T04:02:22.314Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:22.316Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:22.316Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670542313, "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-10-25T04:02:22.416Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:22.417Z||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-10-25T04:02:22.417Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:22.429Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:22.429Z||pool-82-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:23.317Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-25T04:02:23.317Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-25T04:02:23.318Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-25T04:02:23.318Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:23.319Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:23.320Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670543317, "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-10-25T04:02:23.420Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:23.421Z||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-10-25T04:02:23.421Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:23.433Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:23.433Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:02:23.469Z||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-10-25T04:02:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:23.592Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:23.593Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:02:23.593Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670484309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:02:23.594Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:02:24.321Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-25T04:02:24.321Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-25T04:02:24.321Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:02:24.322Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:24.324Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:24.324Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670544321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:02:24.424Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:24.425Z||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-10-25T04:02:24.425Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:24.436Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:24.436Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:25.325Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-25T04:02:25.326Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-25T04:02:25.326Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:02:25.327Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:25.329Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:25.329Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670545324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:02:25.429Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:25.430Z||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-10-25T04:02:25.430Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:25.443Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:25.443Z||pool-85-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:26.330Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-25T04:02:26.330Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-25T04:02:26.331Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:02:26.331Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:26.333Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:26.333Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670546330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-25T04:02:26.433Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:26.434Z||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-10-25T04:02:26.434Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:26.445Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:26.445Z||pool-86-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:27.334Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-25T04:02:27.334Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-25T04:02:27.334Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:02:27.334Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:27.336Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:27.336Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670547333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:02:27.436Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:02:27.437Z||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-10-25T04:02:27.437Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:27.450Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:27.450Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:02:28.337Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70bba304-3167-46be-b683-5dea56b041f5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:02:28.349Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70bba304-3167-46be-b683-5dea56b041f5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:02:28.352Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:02:28.352Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T04:02:28.352Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T04:02:28.352Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T04:02:28.352Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:02:28.353Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:02:28.353Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:02:28.353Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:02:28.353Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:02:28.353Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:02:28.353Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T04:02:28.357Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T04:02:58.358Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70bba304-3167-46be-b683-5dea56b041f5 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-10-25T04:02:58.896Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70bba304-3167-46be-b683-5dea56b041f5 and serviceModelVersionId: e197a988-89ea-4cb7-8e7c-577db8f8095c 2022-10-25T04:02:58.896Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0696cddf-ae4f-40f8-8195-af8939fd0ad1 2022-10-25T04:02:58.897Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0 2022-10-25T04:02:58.901Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T04:02:58.943Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0|INFO|500||Invoke 2022-10-25T04:02:58.943Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70bba304-3167-46be-b683-5dea56b041f5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c1889ea8-bade-42ee-b634-5d632e4da8ea], X-ECOMP-RequestID=[70bba304-3167-46be-b683-5dea56b041f5], X-TransactionId=[], X-ONAP-RequestID=[70bba304-3167-46be-b683-5dea56b041f5], Content-Type=[application/merge-patch+json]} 2022-10-25T04:02:58.969Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T04:02:59.082Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?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/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-04:02:59:438-23568], vertex-id=[401504], Content-Length=[0], Date=[Tue, 25 Oct 2022 04:02:59 GMT], Content-Type=[application/json]} 2022-10-25T04:02:59.082Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-25T04:02:59.083Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0696cddf-ae4f-40f8-8195-af8939fd0ad1/model-vers/model-ver/e197a988-89ea-4cb7-8e7c-577db8f8095c?depth=0|INFO|500||InvokeReturn 2022-10-25T04:02:59.085Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T04:02:59.085Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T04:02:59.103Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-25T04:02:59.103Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70bba304-3167-46be-b683-5dea56b041f5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T04:02:59.103Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T04:02:59.104Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:02:59.121Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:02:59.121Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670579103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:02:59.208Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 87 ms 2022-10-25T04:02:59.209Z||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-10-25T04:02:59.209Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:02:59.228Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:02:59.229Z||pool-88-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-25T04:03:00.142Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:03:00.143Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:03:00.143Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:03:09.692Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:03:09.693Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:03:09.693Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:03:09.694Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:03:19.256Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:03:19.256Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:03:19.257Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:03:19.257Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:03:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:03:23.469Z||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-10-25T04:03:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:03:23.496Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:03:23.497Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.497Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670486899, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.498Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.498Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670487961, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.498Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670489035, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.499Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.499Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670490177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:03:23.499Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670491182, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670492185, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670493189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:03:23.500Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "7285ef39-8bb2-4c66-b1b4-bd343cf8d4b1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670524423, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.501Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.502Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670472692, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.503Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670534687, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670536966, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670538018, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.504Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670539087, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.505Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.506Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670540152, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.506Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.506Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670541216, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:03:23.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670542313, "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-10-25T04:03:23.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:23.507Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:03:23.507Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670543317, "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-10-25T04:03:23.507Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:03:28.794Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:03:28.795Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:03:28.795Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:03:28.795Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:03:38.331Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:03:38.332Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:03:38.332Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:03:38.332Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:03:47.885Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:04:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:04:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:04:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:04:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:04:23.468Z||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-10-25T04:04:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:04:23.990Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:04:23.990Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:04:23.991Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670544321, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:04:23.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:04:23.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:04:23.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670545324, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:04:23.992Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:04:23.992Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:04:23.992Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670546330, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-25T04:04:23.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:04:23.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:04:23.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670547333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:04:23.993Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:04:23.993Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:04:23.993Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "70bba304-3167-46be-b683-5dea56b041f5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666670579103, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:04:23.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:04:33.010Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:05:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:05:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:05:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:05:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:05:23.469Z||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-10-25T04:05:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:05:33.008Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:05:33.008Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:06:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:06:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:06:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:06:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:06:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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-10-25T04:06:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:06:33.017Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:06:33.022Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:07:23.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:07:23.466Z||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-10-25T04:07:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:07:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:07:23.468Z||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-10-25T04:07:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:07:33.006Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:07:33.007Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:08:23.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:08:23.466Z||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-10-25T04:08:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:08:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:08:23.468Z||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-10-25T04:08:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:08:33.007Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:08:33.010Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:09:23.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:09:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:09:23.468Z||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-10-25T04:09:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:09:23.468Z||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-10-25T04:09:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:09:33.021Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:09:33.022Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:10:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:10:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:10:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:10:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:10:23.469Z||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-10-25T04:10:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:10:33.009Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:10:33.013Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:11:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:11:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:11:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:11:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:11:23.468Z||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-10-25T04:11:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:11:33.018Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:11:33.019Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:12:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:12:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:12:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:12:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:12:23.469Z||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-10-25T04:12:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:12:33.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:12:33.023Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:13:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:13:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:13:23.466Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:13:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:13:23.469Z||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-10-25T04:13:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:13:33.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:13:33.012Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:14:23.464Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:14:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:14:23.465Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:14:23.468Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:14:23.468Z||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-10-25T04:14:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:14:33.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:14:33.012Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:15:23.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:15:23.465Z||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-10-25T04:15:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:15:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:15:23.468Z||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-10-25T04:15:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:15:33.013Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:15:33.015Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:16:23.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:16:23.465Z||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-10-25T04:16:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:16:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:16:23.468Z||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-10-25T04:16:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:16:33.010Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:16:33.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:17:23.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:17:23.465Z||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-10-25T04:17:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:17:23.468Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:17:23.468Z||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-10-25T04:17:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:17:33.011Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:17:33.012Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:18:23.464Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:18:23.465Z||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-10-25T04:18:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:18:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:18:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:18:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:18:33.011Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:18:33.014Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:23.465Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:19:23.466Z||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-10-25T04:19:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:19:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:19:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:23.836Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:23.838Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.838Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.840Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.841Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-25T04:19:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.845Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.846Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.847Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-25T04:19:23.848Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.848Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.848Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.848Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.848Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.849Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.849Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.849Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.849Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.849Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.850Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.850Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.850Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.850Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.850Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-25T04:19:23.851Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.852Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.853Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.854Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.855Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.856Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.857Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:23.858Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:19:23.859Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:23.859Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:19:24.097Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:24.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-25T04:19:24.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b14dd711-86e7-4c57-b255-fef91391deab","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"b8ab8f73-80e8-4fad-9e89-c411b959d28b","serviceDescription":"service","serviceInvariantUUID":"64b11d70-654e-4356-98dc-07149c8f4a4c","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfb6c338-3456-42e2-ad00-941612e5afcb","resourceInvariantUUID":"cd32796d-d732-4a35-b115-d2f4a6f907b9","resourceCustomizationUUID":"f5d41d1a-33aa-4d63-bf5b-872b43a5a21e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTczNmU1NjFjYjg1YWVjMjQ3YWQ5NzJhODA1MWRjYWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29e8b3e6-91a6-4d64-bade-ab6006ccb362","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"MjFlM2U3Njk4MDFiYzlkYmJlZjBlYzYwMmRjYTlkMWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9080f574-c1df-4ced-8b40-7c5ef7ff263a","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2c070a01-7e1d-439b-b383-9f74fc2f9f5f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"81d569b9-0661-403d-bae6-50f952283156","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eec62bf6-598e-4b62-ad6c-acd66ea50de0","artifactVersion":"2","generatedFromUUID":"92007337-80b9-43e8-a0b9-f599bc1efbe0"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0760fee4-2702-480f-b42b-2581c2dd01f1","artifactVersion":"2","generatedFromUUID":"2c070a01-7e1d-439b-b383-9f74fc2f9f5f"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"92007337-80b9-43e8-a0b9-f599bc1efbe0","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a1cff61c-30e4-4271-b83d-ac675b6c086b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"MmY2MTk0ZDFiM2QyYzhiZjM4YTk4Zjc3NDEzNzM0MDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3aea856c-e24e-4062-8e03-45238fc48cf6","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NjdjZTljNmJhOWViNjcyMDkzZDk1YzdkMzJjYTQ1ZTI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"697a3ab6-f2e8-40a0-a6cd-4be2bcc94884","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T04:19:24.100Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:24.101Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:24.105Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:24.105Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:24.205Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:24.206Z||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-10-25T04:19:24.206Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:24.221Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:24.222Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:25.106Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:25.106Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:25.109Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:25.109Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:19:25.209Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:25.211Z||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-10-25T04:19:25.211Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:25.224Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:25.225Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:26.109Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:26.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:26.113Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:26.113Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-25T04:19:26.214Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T04:19:26.215Z||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-10-25T04:19:26.215Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:26.235Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:26.236Z||pool-91-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:27.115Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:27.115Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:27.118Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:27.118Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:27.218Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:27.219Z||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-10-25T04:19:27.219Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:27.231Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:27.232Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:28.118Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:28.119Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:28.122Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:28.122Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-25T04:19:28.222Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:28.223Z||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-10-25T04:19:28.223Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:28.270Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:28.271Z||pool-93-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:29.123Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:29.123Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:29.127Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:29.127Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-25T04:19:29.227Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:29.228Z||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-10-25T04:19:29.228Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:29.247Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:29.249Z||pool-94-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:30.127Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:30.128Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:30.132Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:30.132Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-25T04:19:30.232Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:30.233Z||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-10-25T04:19:30.233Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:30.246Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:30.246Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:31.133Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:31.134Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:31.136Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:31.136Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:31.237Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:19:31.238Z||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-10-25T04:19:31.238Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:31.251Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:31.252Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:19:32.137Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:32.138Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:32.143Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:32.143Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:19:32.244Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:32.244Z||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-10-25T04:19:32.245Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:32.257Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:32.257Z||pool-97-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:33.144Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:19:33.145Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:33.148Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:33.148Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:19:33.248Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:33.249Z||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-10-25T04:19:33.249Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:33.262Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:33.263Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:19:34.149Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "b8ab8f73-80e8-4fad-9e89-c411b959d28b", "serviceDescription": "service", "serviceInvariantUUID": "64b11d70-654e-4356-98dc-07149c8f4a4c", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "f5d41d1a-33aa-4d63-bf5b-872b43a5a21e", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dfb6c338-3456-42e2-ad00-941612e5afcb", "resourceInvariantUUID": "cd32796d-d732-4a35-b115-d2f4a6f907b9", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "MjFlM2U3Njk4MDFiYzlkYmJlZjBlYzYwMmRjYTlkMWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9080f574-c1df-4ced-8b40-7c5ef7ff263a", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2c070a01-7e1d-439b-b383-9f74fc2f9f5f", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0760fee4-2702-480f-b42b-2581c2dd01f1", "generatedFromUUID": "2c070a01-7e1d-439b-b383-9f74fc2f9f5f" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eec62bf6-598e-4b62-ad6c-acd66ea50de0", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "0760fee4-2702-480f-b42b-2581c2dd01f1", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "92007337-80b9-43e8-a0b9-f599bc1efbe0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NjdjZTljNmJhOWViNjcyMDkzZDk1YzdkMzJjYTQ1ZTI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "697a3ab6-f2e8-40a0-a6cd-4be2bcc94884" } ], "workloadContext": "Production" } 2022-10-25T04:19:34.150Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T04:19:34.150Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b8ab8f73-80e8-4fad-9e89-c411b959d28b ASDC 2022-10-25T04:19:34.151Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:b14dd711-86e7-4c57-b255-fef91391deab ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:b8ab8f73-80e8-4fad-9e89-c411b959d28b ServiceInvariantUUID:64b11d70-654e-4356-98dc-07149c8f4a4c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:697a3ab6-f2e8-40a0-a6cd-4be2bcc94884 ArtifactChecksum:NjdjZTljNmJhOWViNjcyMDkzZDk1YzdkMzJjYTQ1ZTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:f5d41d1a-33aa-4d63-bf5b-872b43a5a21e ResourceInvariantUUID:cd32796d-d732-4a35-b115-d2f4a6f907b9 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:dfb6c338-3456-42e2-ad00-941612e5afcb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:9080f574-c1df-4ced-8b40-7c5ef7ff263a ArtifactChecksum:MjFlM2U3Njk4MDFiYzlkYmJlZjBlYzYwMmRjYTlkMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:2c070a01-7e1d-439b-b383-9f74fc2f9f5f ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:0760fee4-2702-480f-b42b-2581c2dd01f1 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:eec62bf6-598e-4b62-ad6c-acd66ea50de0 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:0760fee4-2702-480f-b42b-2581c2dd01f1 ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:92007337-80b9-43e8-a0b9-f599bc1efbe0 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-25T04:19:34.151Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b8ab8f73-80e8-4fad-9e89-c411b959d28b 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-10-25T04:19:34.200Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:19:34.201Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-25T04:19:34.202Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-25T04:19:34.202Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 697a3ab6-f2e8-40a0-a6cd-4be2bcc94884 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:34.202Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-25T04:19:34.202Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:34.297Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-25T04:19:34.306Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 697a3ab6-f2e8-40a0-a6cd-4be2bcc94884 158204 2022-10-25T04:19:34.307Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-25T04:19:34.308Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:34.308Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:19:34.308Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:34.310Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:34.311Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671574307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:19:34.411Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:34.411Z||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-10-25T04:19:34.412Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:34.440Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:34.440Z||pool-99-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:35.313Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:19:35.314Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-10-25T04:19:35.315Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 697a3ab6-f2e8-40a0-a6cd-4be2bcc94884, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:35.315Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-25T04:19:35.316Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:35.317Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:35.598Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16738055768704001885/Definitions/service-BasicCnfMacro-template.yml 2022-10-25T04:19:36.775Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T04:19:36.776Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-25T04:19:36.776Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:36.776Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-25T04:19:36.776Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:36.776Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:36.777Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:36.777Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:36.777Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-10-25T04:19:36.777Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.778Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.778Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:36.778Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-25T04:19:36.779Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:19:36.779Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.779Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.780Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:36.780Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-10-25T04:19:36.780Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:19:36.780Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.781Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.781Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.781Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-25T04:19:36.781Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-25T04:19:36.782Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-25T04:19:36.782Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-25T04:19:36.782Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.782Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:19:36.783Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.783Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:36.783Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:19:36.784Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.784Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:36.785Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:19:36.785Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.785Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:36.786Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:19:36.786Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.786Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:36.786Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:19:36.787Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.787Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-25T04:19:36.787Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-25T04:19:36.788Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=63e1ed9b-f18a-43d7-9add-0ba2281c3c49 2022-10-25T04:19:36.788Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.788Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.789Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.789Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.789Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.789Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.790Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:36.790Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:36.790Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:b8ab8f73-80e8-4fad-9e89-c411b959d28b Model Version:NULL Model InvariantUuid:64b11d70-654e-4356-98dc-07149c8f4a4c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:f3727b9a-3bea-49b2-9c83-87c051e1307b Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cd32796d-d732-4a35-b115-d2f4a6f907b9 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f5d41d1a-33aa-4d63-bf5b-872b43a5a21e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ba4dec61-ad71-40cb-ab2a-5d7d2032d60f ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:1c8fc251-8e4a-43be-8c99-bc600156caaa ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:267c704f-1d48-433f-8d4a-df1eea3fbe3c ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:030f3a23-746f-4909-8d67-f92ad3a62586 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:63e1ed9b-f18a-43d7-9add-0ba2281c3c49 ModelInvariantUuid:c36aff74-7b97-422b-a339-ee2e1278c421 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:0af091a4-bcc4-4260-a52d-89abf85dd79e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:90b74784-bdfc-4446-be0a-3a16f2bcec5e ModelInvariantUuid:7de460b8-031b-47c0-8db0-6249a63aefd3 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:9957cc0f-673d-497d-a6a5-53c5c97e02fb 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-10-25T04:19:36.800Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dfb6c338-3456-42e2-ad00-941612e5afcb 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-10-25T04:19:36.809Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-10-25T04:19:36.809Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfb6c338-3456-42e2-ad00-941612e5afcb 2022-10-25T04:19:36.810Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 9080f574-c1df-4ced-8b40-7c5ef7ff263a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-25T04:19:36.810Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-25T04:19:36.810Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-25T04:19:36.867Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-25T04:19:36.868Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 9080f574-c1df-4ced-8b40-7c5ef7ff263a 1565 2022-10-25T04:19:36.869Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-25T04:19:36.869Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-25T04:19:36.869Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:19:36.869Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:36.871Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:36.872Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671576869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:19:36.972Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:36.973Z||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-10-25T04:19:36.973Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:36.986Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:36.986Z||pool-100-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:37.872Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "267c704f-1d48-433f-8d4a-df1eea3fbe3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "030f3a23-746f-4909-8d67-f92ad3a62586", "vfModuleModelCustomizationUUID": "7c485790-5f28-4ec7-99d0-f934eed46750", "isBase": true, "artifacts": [ "2c070a01-7e1d-439b-b383-9f74fc2f9f5f", "0760fee4-2702-480f-b42b-2581c2dd01f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "ba4dec61-ad71-40cb-ab2a-5d7d2032d60f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c8fc251-8e4a-43be-8c99-bc600156caaa", "vfModuleModelCustomizationUUID": "b6061f95-6d06-4e26-857e-ae6eff68044f", "isBase": false, "artifacts": [ "92007337-80b9-43e8-a0b9-f599bc1efbe0" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-25T04:19:37.878Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:030f3a23-746f-4909-8d67-f92ad3a62586 VfModuleModelInvariantUUID:267c704f-1d48-433f-8d4a-df1eea3fbe3c VfModuleModelDescription:NULL Artifacts UUID List:{ 2c070a01-7e1d-439b-b383-9f74fc2f9f5f , 0760fee4-2702-480f-b42b-2581c2dd01f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:1c8fc251-8e4a-43be-8c99-bc600156caaa VfModuleModelInvariantUUID:ba4dec61-ad71-40cb-ab2a-5d7d2032d60f VfModuleModelDescription:NULL Artifacts UUID List:{ 92007337-80b9-43e8-a0b9-f599bc1efbe0 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-25T04:19:37.880Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "267c704f-1d48-433f-8d4a-df1eea3fbe3c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "030f3a23-746f-4909-8d67-f92ad3a62586", "vfModuleModelCustomizationUUID": "7c485790-5f28-4ec7-99d0-f934eed46750", "isBase": true, "artifacts": [ "2c070a01-7e1d-439b-b383-9f74fc2f9f5f", "0760fee4-2702-480f-b42b-2581c2dd01f1" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "ba4dec61-ad71-40cb-ab2a-5d7d2032d60f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1c8fc251-8e4a-43be-8c99-bc600156caaa", "vfModuleModelCustomizationUUID": "b6061f95-6d06-4e26-857e-ae6eff68044f", "isBase": false, "artifacts": [ "92007337-80b9-43e8-a0b9-f599bc1efbe0" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-25T04:19:37.881Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:030f3a23-746f-4909-8d67-f92ad3a62586 VfModuleModelInvariantUUID:267c704f-1d48-433f-8d4a-df1eea3fbe3c VfModuleModelDescription:NULL Artifacts UUID List:{ 2c070a01-7e1d-439b-b383-9f74fc2f9f5f , 0760fee4-2702-480f-b42b-2581c2dd01f1 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:1c8fc251-8e4a-43be-8c99-bc600156caaa VfModuleModelInvariantUUID:ba4dec61-ad71-40cb-ab2a-5d7d2032d60f VfModuleModelDescription:NULL Artifacts UUID List:{ 92007337-80b9-43e8-a0b9-f599bc1efbe0 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-25T04:19:37.881Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2c070a01-7e1d-439b-b383-9f74fc2f9f5f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-25T04:19:37.881Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-25T04:19:37.882Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-25T04:19:37.931Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-25T04:19:37.931Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2c070a01-7e1d-439b-b383-9f74fc2f9f5f 914 2022-10-25T04:19:37.932Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-25T04:19:37.932Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-25T04:19:37.932Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:19:37.933Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:37.935Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:37.935Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671577932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:19:38.035Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:38.036Z||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-10-25T04:19:38.036Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:38.055Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:38.056Z||pool-101-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:38.936Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eec62bf6-598e-4b62-ad6c-acd66ea50de0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-25T04:19:38.936Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-25T04:19:38.937Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-25T04:19:38.992Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-25T04:19:38.993Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env eec62bf6-598e-4b62-ad6c-acd66ea50de0 12 2022-10-25T04:19:38.993Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-25T04:19:38.993Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-25T04:19:38.993Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:19:38.994Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:38.996Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:38.997Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671578993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:19:39.096Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-10-25T04:19:39.097Z||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-10-25T04:19:39.097Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:39.109Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:39.110Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:39.999Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0760fee4-2702-480f-b42b-2581c2dd01f1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-25T04:19:39.999Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-25T04:19:40.000Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-25T04:19:40.047Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-25T04:19:40.047Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 0760fee4-2702-480f-b42b-2581c2dd01f1 96 2022-10-25T04:19:40.048Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-25T04:19:40.048Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-25T04:19:40.048Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:19:40.048Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:40.050Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:40.050Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671580048, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:19:40.151Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:40.151Z||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-10-25T04:19:40.152Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:40.172Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:40.172Z||pool-103-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:41.051Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92007337-80b9-43e8-a0b9-f599bc1efbe0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-25T04:19:41.052Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-10-25T04:19:41.052Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-25T04:19:41.105Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-10-25T04:19:41.105Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 92007337-80b9-43e8-a0b9-f599bc1efbe0 20206 2022-10-25T04:19:41.106Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-25T04:19:41.106Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-25T04:19:41.106Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:19:41.106Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:41.108Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:41.108Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671581106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-25T04:19:41.208Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:41.209Z||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-10-25T04:19:41.210Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:41.221Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:41.221Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:42.112Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b8ab8f73-80e8-4fad-9e89-c411b959d28b 2022-10-25T04:19:42.112Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dfb6c338-3456-42e2-ad00-941612e5afcb ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-25T04:19:42.123Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4d524a84, org.onap.sdc.toscaparser.api.parameters.Input@34beb21e, org.onap.sdc.toscaparser.api.parameters.Input@52cfb731, org.onap.sdc.toscaparser.api.parameters.Input@353a25aa, org.onap.sdc.toscaparser.api.parameters.Input@6ae34fe3] 2022-10-25T04:19:42.125Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.125Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.125Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-10-25T04:19:42.125Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= f5d41d1a-33aa-4d63-bf5b-872b43a5a21e 2022-10-25T04:19:42.125Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f5d41d1a-33aa-4d63-bf5b-872b43a5a21e matches Tosca VF Customization UUID: f5d41d1a-33aa-4d63-bf5b-872b43a5a21e 2022-10-25T04:19:42.125Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: f5d41d1a-33aa-4d63-bf5b-872b43a5a21e 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-10-25T04:19:42.128Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.128Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.129Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id f5d41d1a-33aa-4d63-bf5b-872b43a5a21e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-10-25T04:19:42.129Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@602600c9 2022-10-25T04:19:42.129Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.129Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:19:42.129Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b6061f95-6d06-4e26-857e-ae6eff68044f 2022-10-25T04:19:42.129Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b6061f95-6d06-4e26-857e-ae6eff68044f 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-10-25T04:19:42.132Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.132Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:42.132Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:19:42.132Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.132Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:42.133Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:19:42.133Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.133Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-25T04:19:42.133Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f5d41d1a-33aa-4d63-bf5b-872b43a5a21e 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-10-25T04:19:42.135Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.135Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.135Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b8ab8f73-80e8-4fad-9e89-c411b959d28b: basic_cnf_macro 2022-10-25T04:19:42.135Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.135Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.136Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.136Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.136Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.136Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.136Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.136Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.137Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:19:42.137Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:19:42.137Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T04:19:42.203Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dfb6c338-3456-42e2-ad00-941612e5afcb 2 ASDC deployResourceStructure 2022-10-25T04:19:42.203Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-25T04:19:42.203Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-25T04:19:42.203Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:19:42.203Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:42.205Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:42.205Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671582203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:19:42.306Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:42.307Z||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-10-25T04:19:42.307Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:42.317Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:42.317Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:43.206Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-25T04:19:43.207Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-25T04:19:43.207Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:19:43.207Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:43.209Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:43.209Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671583206, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:19:43.309Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:43.311Z||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-10-25T04:19:43.311Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:43.324Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:43.325Z||pool-106-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:19:44.210Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-25T04:19:44.211Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-10-25T04:19:44.211Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-25T04:19:44.211Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:44.214Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:44.214Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671584210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-25T04:19:44.315Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:19:44.316Z||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-10-25T04:19:44.316Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:44.342Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:44.342Z||pool-107-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:45.215Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-25T04:19:45.216Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-25T04:19:45.216Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:19:45.216Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:45.218Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:45.218Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671585215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-25T04:19:45.318Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:45.319Z||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-10-25T04:19:45.319Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:45.335Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:45.335Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:46.220Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-25T04:19:46.220Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-25T04:19:46.220Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-25T04:19:46.221Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:46.223Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:46.223Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671586220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-25T04:19:46.324Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:46.325Z||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-10-25T04:19:46.326Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:46.340Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:46.341Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:19:47.224Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-25T04:19:47.225Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-25T04:19:47.225Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:19:47.225Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:19:47.227Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:19:47.227Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671587224, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:19:47.327Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:19:47.328Z||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-10-25T04:19:47.329Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:19:47.340Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:19:47.340Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:19:48.228Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:19:48.238Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:19:48.240Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:19:48.240Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:19:48.240Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:20:18.240Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:20:18.254Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:20:18.256Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:20:18.256Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:20:18.256Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:20:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:20:23.470Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:20:23.470Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:20:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:20:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:20:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:20:23.499Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:20:48.256Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:20:48.273Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:20:48.275Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:20:48.275Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:20:48.275Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:21:18.277Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:21:18.290Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:21:18.292Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:21:18.293Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:21:18.293Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:21:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:21:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:21:23.470Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:21:23.492Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:21:23.493Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:21:23.493Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671553114, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:21:23.494Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:21:48.293Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:21:48.304Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:21:48.306Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:21:48.306Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:21:48.306Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:22:18.307Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:22:18.317Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:22:18.319Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:22:18.319Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-25T04:22:18.319Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-25T04:22:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:22:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:22:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:22:23.495Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:22:23.512Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.512Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671548331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671553223, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671545648, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.513Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671564945, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671566666, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671565471, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.516Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671556018, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.517Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671566541, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "ves-openapi-manager", "timestamp": 1666671556365, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671566798, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.518Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671558117, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671567598, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671567286, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.520Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.520Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.520Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671567806, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.520Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.520Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.520Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "cds", "timestamp": 1666671569673, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-25T04:22:23.529Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b14dd711-86e7-4c57-b255-fef91391deab 2022-10-25T04:22:23.529Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671568897, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.540Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.541Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671568680, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.541Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.541Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.541Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671568290, "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-10-25T04:22:23.547Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b14dd711-86e7-4c57-b255-fef91391deab 2022-10-25T04:22:23.547Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:22:23.556Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.556Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "policy-id", "timestamp": 1666671568810, "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-10-25T04:22:23.561Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b14dd711-86e7-4c57-b255-fef91391deab 2022-10-25T04:22:23.561Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:22:23.569Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.569Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-25T04:22:23.569Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.569Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.569Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671569758, "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-10-25T04:22:23.573Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b14dd711-86e7-4c57-b255-fef91391deab 2022-10-25T04:22:23.574Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:22:23.580Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.580Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.580Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "multicloud-k8s-id", "timestamp": 1666671570762, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.581Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.582Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671572304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.583Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671563465, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.584Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671574307, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.585Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671576431, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.586Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.587Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.587Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-25T04:22:23.587Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.587Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.587Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "aai-ml", "timestamp": 1666671577433, "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-10-25T04:22:23.592Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b14dd711-86e7-4c57-b255-fef91391deab 2022-10-25T04:22:23.592Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:22:23.601Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.601Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.601Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671570675, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671576869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.602Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671577308, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.603Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671579471, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.604Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671577932, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.605Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.605Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.605Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.605Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.605Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.605Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "clamp", "timestamp": 1666671578313, "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-10-25T04:22:23.610Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b14dd711-86e7-4c57-b255-fef91391deab 2022-10-25T04:22:23.610Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671571767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.620Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.621Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.621Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.621Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671578993, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.621Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.621Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.621Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "cds", "timestamp": 1666671580720, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T04:22:23.633Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 2022-10-25T04:22:23.633Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.642Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671580523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671580048, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.643Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.644Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671581590, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671581106, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.645Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671582674, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.646Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671582203, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.647Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.647Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.647Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.647Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.647Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.647Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.648Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.648Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.648Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.648Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.648Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.648Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671583206, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.649Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.649Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.649Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671583733, "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-10-25T04:22:23.654Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 2022-10-25T04:22:23.655Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:22:23.663Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.663Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671576018, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.663Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.663Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.664Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.664Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.664Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.664Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.664Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "ves-openapi-manager", "timestamp": 1666671576366, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671584210, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "multicloud-k8s-id", "timestamp": 1666671584738, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.665Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.666Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.666Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:22:23.666Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.666Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.666Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671584770, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.666Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.667Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.667Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.667Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.667Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.667Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671585215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.667Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.668Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.668Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.668Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.668Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.668Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671585775, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.669Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.669Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.669Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671578330, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.669Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.669Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.669Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671586220, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-25T04:22:23.670Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.670Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.670Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.670Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.670Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.670Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "policy-id", "timestamp": 1666671586779, "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-10-25T04:22:23.679Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 2022-10-25T04:22:23.679Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:22:23.687Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.687Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671587052, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671587224, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.688Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.689Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671589280, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.690Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.691Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.691Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.691Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.691Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671590284, "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-10-25T04:22:23.698Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 2022-10-25T04:22:23.698Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:22:23.708Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.708Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671583114, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.708Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.709Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671588117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.710Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671595077, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671596920, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.711Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671597313, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.712Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.712Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.712Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "clamp", "timestamp": 1666671598317, "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-10-25T04:22:23.717Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 2022-10-25T04:22:23.717Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:22:23.725Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.725Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.726Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.726Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.726Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.726Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.726Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.727Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.727Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.727Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.727Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.727Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.728Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.728Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.728Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.728Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.728Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.729Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.729Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.729Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.729Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.730Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.730Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.730Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.730Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.730Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.730Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.731Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.731Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.731Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.731Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.731Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.732Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.732Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.732Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.732Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.732Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.733Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.733Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.733Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.733Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.733Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.734Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.734Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.734Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.734Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.734Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671603546, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.735Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.735Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.735Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.735Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.735Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.736Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.736Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.736Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.736Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.736Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.737Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.737Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "aai-ml", "timestamp": 1666671604549, "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-10-25T04:22:23.742Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 2022-10-25T04:22:23.743Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:22:23.752Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.752Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.752Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.752Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.753Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-25T04:22:23.753Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.753Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.753Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.754Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.754Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.754Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.754Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.754Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.754Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.755Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.755Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.755Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.755Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.755Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.756Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.756Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.756Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.757Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671598224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.757Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.757Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.757Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671596365, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.758Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.758Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.758Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671596018, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.758Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.758Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.759Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.759Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.759Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.759Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671609276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.760Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.760Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.760Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671607402, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.760Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.760Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.761Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671607611, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.761Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.761Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.761Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.761Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.762Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.762Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671608430, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.762Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.762Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.762Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671608617, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.763Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.763Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.763Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "cds", "timestamp": 1666671610497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-25T04:22:23.777Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e9f8e8bb-c8d7-42de-ad26-521347c628d6 2022-10-25T04:22:23.777Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:22:23.786Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.786Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.786Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.787Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.787Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.787Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.787Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.787Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "ves-openapi-manager", "timestamp": 1666671609433, "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-10-25T04:22:23.793Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e9f8e8bb-c8d7-42de-ad26-521347c628d6 2022-10-25T04:22:23.794Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:22:23.803Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.803Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "policy-id", "timestamp": 1666671609620, "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-10-25T04:22:23.808Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e9f8e8bb-c8d7-42de-ad26-521347c628d6 2022-10-25T04:22:23.808Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:22:23.817Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.817Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.818Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.818Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.818Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.818Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.819Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.820Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.820Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.820Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.820Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.820Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.820Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.821Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "multicloud-k8s-id", "timestamp": 1666671605648, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.822Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.823Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.824Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671608330, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.825Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671618081, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.826Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.827Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671619853, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:22:23.828Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:22:23.828Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.828Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.828Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.828Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.828Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.829Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.829Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.829Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1666671620856, "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-10-25T04:22:23.834Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e9f8e8bb-c8d7-42de-ad26-521347c628d6 2022-10-25T04:22:23.834Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:22:23.842Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671613114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:22:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.843Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:22:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:22:23.844Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:22:48.319Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:22:48.331Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:22:48.334Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:22:48.334Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T04:22:48.334Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T04:22:48.334Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:22:48.335Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||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-10-25T04:22:48.340Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T04:23:18.340Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b14dd711-86e7-4c57-b255-fef91391deab 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-10-25T04:23:18.353Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b14dd711-86e7-4c57-b255-fef91391deab and serviceModelVersionId: b8ab8f73-80e8-4fad-9e89-c411b959d28b 2022-10-25T04:23:18.353Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 64b11d70-654e-4356-98dc-07149c8f4a4c 2022-10-25T04:23:18.355Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/64b11d70-654e-4356-98dc-07149c8f4a4c/model-vers/model-ver/b8ab8f73-80e8-4fad-9e89-c411b959d28b?depth=0 2022-10-25T04:23:18.364Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T04:23:18.432Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b11d70-654e-4356-98dc-07149c8f4a4c/model-vers/model-ver/b8ab8f73-80e8-4fad-9e89-c411b959d28b?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-10-25T04:23:18.434Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b11d70-654e-4356-98dc-07149c8f4a4c/model-vers/model-ver/b8ab8f73-80e8-4fad-9e89-c411b959d28b?depth=0|INFO|500||Invoke 2022-10-25T04:23:18.467Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b11d70-654e-4356-98dc-07149c8f4a4c/model-vers/model-ver/b8ab8f73-80e8-4fad-9e89-c411b959d28b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T04:23:18.543Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b11d70-654e-4356-98dc-07149c8f4a4c/model-vers/model-ver/b8ab8f73-80e8-4fad-9e89-c411b959d28b?depth=0|INFO|500||InvokeReturn 2022-10-25T04:23:18.545Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/64b11d70-654e-4356-98dc-07149c8f4a4c/model-vers/model-ver/b8ab8f73-80e8-4fad-9e89-c411b959d28b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221025-04:23:18:945-21892], vertex-id=[262376], Content-Length=[0], Date=[Tue, 25 Oct 2022 04:23:18 GMT], Content-Type=[application/json]} 2022-10-25T04:23:18.545Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-10-25T04:23:18.545Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T04:23:18.545Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||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-10-25T04:23:18.552Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||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-10-25T04:23:18.552Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b14dd711-86e7-4c57-b255-fef91391deab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T04:23:18.552Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T04:23:18.553Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:18.555Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:18.555Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671798552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:23:18.655Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:18.656Z||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-10-25T04:23:18.656Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:18.669Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:18.670Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-25T04:23:19.568Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:23:19.569Z||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-10-25T04:23:19.569Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:23:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:23:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:23.495Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:23.496Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.496Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671618117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.497Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671627874, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:23:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:23:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671632588, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:23:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:23:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.498Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "aai-ml", "timestamp": 1666671633591, "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-10-25T04:23:23.506Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e9f8e8bb-c8d7-42de-ad26-521347c628d6 2022-10-25T04:23:23.506Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:23:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671633721, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:23:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:23:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.514Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671635323, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:23:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:23:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.515Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "clamp", "timestamp": 1666671636328, "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-10-25T04:23:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e9f8e8bb-c8d7-42de-ad26-521347c628d6 2022-10-25T04:23:23.519Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:23:23.982Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:23.983Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-25T04:23:23.983Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e54b442-aada-4f0a-9b0a-1d33fdf89df3","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0669bb2c-1f3c-4e9d-8399-afa90fc7d15e","serviceDescription":"service","serviceInvariantUUID":"34696c1e-2afe-48fa-a970-62c437c92338","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e456ae85-9810-4f05-8693-a4a140785549","resourceInvariantUUID":"1890afd3-5963-4c6f-a567-b500d8e8b46e","resourceCustomizationUUID":"53e43945-4f71-4ad5-a0b1-9023d16ae681","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":"MzdjYjI4NmU4YzkxYzlkNDlmYWIxZjBiYmUxOTBjOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c93e3c4e-72c6-4cbe-b40c-0edfbeee16c8","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":"ZWE4MDY1ZjBkZTRhZjdhMTUzODYwZDU5ZDVhZTRkMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"28cfe356-8095-4bfb-957d-117d75142aac","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":"65172c8b-63a7-4399-aa6e-155094001b67","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":"2b9882fc-8f11-4b62-a28c-90ec63b90ddf","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":"a5729777-7a33-4be2-867c-b39ff04eed7b","artifactVersion":"2","generatedFromUUID":"65172c8b-63a7-4399-aa6e-155094001b67"},{"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":"ZTk3YWY2NjU4YWE4NTQwZjE2ZTc4YjJkMDEyODQ1ZDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"45cd3e9d-709d-46d3-a713-0825197c89b4","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":"MGJkYzVkMmI3YTlhNTdmMzViY2U4MmUzNDk2NDllNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"057eef53-165d-4450-9855-cb95477d05fc","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MDE4NjE5NGFmMzYwNjM4MTg5Y2ZlZTQyODczNTFiZjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"df0109bd-88b9-4bfe-a508-964605a707f0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T04:23:23.985Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:23.985Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:23.987Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:23.988Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:23:24.088Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:24.089Z||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-10-25T04:23:24.089Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:24.105Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:24.106Z||pool-112-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:24.988Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:24.989Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:24.991Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:24.991Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:23:25.091Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:25.092Z||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-10-25T04:23:25.093Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:25.105Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:25.105Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:25.992Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:25.993Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:25.995Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:25.995Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:23:26.095Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:26.096Z||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-10-25T04:23:26.096Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:26.109Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:26.110Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:26.995Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:26.996Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:26.999Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:26.999Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:23:27.099Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:27.100Z||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-10-25T04:23:27.100Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:27.114Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:27.114Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:27.999Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:28.000Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:28.002Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:28.002Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-25T04:23:28.102Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T04:23:28.103Z||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-10-25T04:23:28.103Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:28.117Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:28.117Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:29.003Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:29.004Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:29.006Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:29.006Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:23:29.107Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:23:29.108Z||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-10-25T04:23:29.108Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:29.123Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:29.123Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:30.007Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:30.008Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:30.011Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:30.011Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:23:30.111Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:30.112Z||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-10-25T04:23:30.112Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:30.130Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:30.131Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:23:31.011Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:23:31.012Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:31.014Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:31.014Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:23:31.115Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T04:23:31.115Z||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-10-25T04:23:31.116Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:31.128Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:31.128Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:32.015Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "0669bb2c-1f3c-4e9d-8399-afa90fc7d15e", "serviceDescription": "service", "serviceInvariantUUID": "34696c1e-2afe-48fa-a970-62c437c92338", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "53e43945-4f71-4ad5-a0b1-9023d16ae681", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e456ae85-9810-4f05-8693-a4a140785549", "resourceInvariantUUID": "1890afd3-5963-4c6f-a567-b500d8e8b46e", "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": "ZWE4MDY1ZjBkZTRhZjdhMTUzODYwZDU5ZDVhZTRkMWI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "28cfe356-8095-4bfb-957d-117d75142aac", "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": "65172c8b-63a7-4399-aa6e-155094001b67", "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": "a5729777-7a33-4be2-867c-b39ff04eed7b", "generatedFromUUID": "65172c8b-63a7-4399-aa6e-155094001b67" }, "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": "a5729777-7a33-4be2-867c-b39ff04eed7b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MDE4NjE5NGFmMzYwNjM4MTg5Y2ZlZTQyODczNTFiZjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "df0109bd-88b9-4bfe-a508-964605a707f0" } ], "workloadContext": "Production" } 2022-10-25T04:23:32.016Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T04:23:32.016Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0669bb2c-1f3c-4e9d-8399-afa90fc7d15e ASDC 2022-10-25T04:23:32.016Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:8e54b442-aada-4f0a-9b0a-1d33fdf89df3 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:0669bb2c-1f3c-4e9d-8399-afa90fc7d15e ServiceInvariantUUID:34696c1e-2afe-48fa-a970-62c437c92338 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:df0109bd-88b9-4bfe-a508-964605a707f0 ArtifactChecksum:MDE4NjE5NGFmMzYwNjM4MTg5Y2ZlZTQyODczNTFiZjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:53e43945-4f71-4ad5-a0b1-9023d16ae681 ResourceInvariantUUID:1890afd3-5963-4c6f-a567-b500d8e8b46e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:e456ae85-9810-4f05-8693-a4a140785549 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:28cfe356-8095-4bfb-957d-117d75142aac ArtifactChecksum:ZWE4MDY1ZjBkZTRhZjdhMTUzODYwZDU5ZDVhZTRkMWI= 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:65172c8b-63a7-4399-aa6e-155094001b67 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:a5729777-7a33-4be2-867c-b39ff04eed7b 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:a5729777-7a33-4be2-867c-b39ff04eed7b ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-25T04:23:32.017Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0669bb2c-1f3c-4e9d-8399-afa90fc7d15e 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-10-25T04:23:32.063Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:23:32.063Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-25T04:23:32.063Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-25T04:23:32.064Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: df0109bd-88b9-4bfe-a508-964605a707f0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-25T04:23:32.064Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-25T04:23:32.064Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-25T04:23:32.194Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-25T04:23:32.199Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar df0109bd-88b9-4bfe-a508-964605a707f0 78817 2022-10-25T04:23:32.200Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-25T04:23:32.200Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-25T04:23:32.200Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:23:32.201Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:32.203Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:32.203Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671812200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:23:32.303Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:32.305Z||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-10-25T04:23:32.305Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:32.319Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:32.319Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:33.204Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:23:33.205Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-25T04:23:33.205Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: df0109bd-88b9-4bfe-a508-964605a707f0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-25T04:23:33.206Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-25T04:23:33.206Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-25T04:23:33.206Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-25T04:23:33.438Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6281529112674643616/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-25T04:23:34.645Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.646Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.647Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-25T04:23:34.648Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:23:34.649Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.649Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.649Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.649Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-25T04:23:34.649Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-25T04:23:34.649Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.650Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:34.651Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:23:34.651Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.651Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:34.651Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:23:34.651Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.652Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:34.652Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:23:34.652Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.652Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-25T04:23:34.652Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=86928976-5e3c-43c9-be3a-92961c16c10a 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.653Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.654Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.654Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:34.654Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:34.654Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:0669bb2c-1f3c-4e9d-8399-afa90fc7d15e Model Version:NULL Model InvariantUuid:34696c1e-2afe-48fa-a970-62c437c92338 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:7acc6cb1-b9e7-4fd6-886a-524712a1b917 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1890afd3-5963-4c6f-a567-b500d8e8b46e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:53e43945-4f71-4ad5-a0b1-9023d16ae681 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7cdecaf1-0f82-4256-b5ad-10abd9cdeb9d ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:f4213082-4e72-4932-9843-b50655291e07 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:86928976-5e3c-43c9-be3a-92961c16c10a ModelInvariantUuid:cb5ffdb2-04f8-4f70-a798-a10a96850f84 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:2b312b28-59bd-48a4-b3de-4f123a53bfb3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:f3e299a4-943f-4ae4-ae69-804ff9f0bbeb ModelInvariantUuid:c5693939-748b-4fd5-ace0-d26a13a3ed84 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:7904df96-790d-48e9-85e7-f03776d5896b 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-10-25T04:23:34.662Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: e456ae85-9810-4f05-8693-a4a140785549 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-10-25T04:23:34.664Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-10-25T04:23:34.664Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e456ae85-9810-4f05-8693-a4a140785549 2022-10-25T04:23:34.665Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 28cfe356-8095-4bfb-957d-117d75142aac from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-25T04:23:34.665Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-25T04:23:34.665Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.724Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-25T04:23:34.725Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 28cfe356-8095-4bfb-957d-117d75142aac 792 2022-10-25T04:23:34.725Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.725Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:34.725Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:23:34.725Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:34.727Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:34.727Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671814725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:23:34.827Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:34.828Z||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-10-25T04:23:34.828Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:34.841Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:34.841Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:35.728Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7cdecaf1-0f82-4256-b5ad-10abd9cdeb9d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f4213082-4e72-4932-9843-b50655291e07", "vfModuleModelCustomizationUUID": "0e2765a2-f57a-4665-8aad-9a639a3baa76", "isBase": true, "artifacts": [ "65172c8b-63a7-4399-aa6e-155094001b67", "a5729777-7a33-4be2-867c-b39ff04eed7b" ], "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-10-25T04:23:35.732Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f4213082-4e72-4932-9843-b50655291e07 VfModuleModelInvariantUUID:7cdecaf1-0f82-4256-b5ad-10abd9cdeb9d VfModuleModelDescription:NULL Artifacts UUID List:{ 65172c8b-63a7-4399-aa6e-155094001b67 , a5729777-7a33-4be2-867c-b39ff04eed7b } 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-10-25T04:23:35.734Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "7cdecaf1-0f82-4256-b5ad-10abd9cdeb9d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f4213082-4e72-4932-9843-b50655291e07", "vfModuleModelCustomizationUUID": "0e2765a2-f57a-4665-8aad-9a639a3baa76", "isBase": true, "artifacts": [ "65172c8b-63a7-4399-aa6e-155094001b67", "a5729777-7a33-4be2-867c-b39ff04eed7b" ], "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-10-25T04:23:35.734Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f4213082-4e72-4932-9843-b50655291e07 VfModuleModelInvariantUUID:7cdecaf1-0f82-4256-b5ad-10abd9cdeb9d VfModuleModelDescription:NULL Artifacts UUID List:{ 65172c8b-63a7-4399-aa6e-155094001b67 , a5729777-7a33-4be2-867c-b39ff04eed7b } 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-10-25T04:23:35.735Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65172c8b-63a7-4399-aa6e-155094001b67 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-25T04:23:35.735Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-25T04:23:35.735Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:35.786Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-25T04:23:35.787Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 65172c8b-63a7-4399-aa6e-155094001b67 5033 2022-10-25T04:23:35.787Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:35.787Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:35.788Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:23:35.788Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:35.790Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:35.790Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671815787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:23:35.890Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:35.891Z||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-10-25T04:23:35.891Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:35.903Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:35.904Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:36.790Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a5729777-7a33-4be2-867c-b39ff04eed7b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-25T04:23:36.791Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-25T04:23:36.791Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:36.842Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-25T04:23:36.842Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a5729777-7a33-4be2-867c-b39ff04eed7b 903 2022-10-25T04:23:36.843Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:36.843Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:36.843Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:23:36.843Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:36.845Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:36.845Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671816843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:23:36.945Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T04:23:36.946Z||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-10-25T04:23:36.946Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:36.960Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:36.960Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:37.846Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0669bb2c-1f3c-4e9d-8399-afa90fc7d15e 2022-10-25T04:23:37.847Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 e456ae85-9810-4f05-8693-a4a140785549 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-10-25T04:23:37.860Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@101f27d8, org.onap.sdc.toscaparser.api.parameters.Input@510da01a, org.onap.sdc.toscaparser.api.parameters.Input@6839d68c, org.onap.sdc.toscaparser.api.parameters.Input@4e1c98f1, org.onap.sdc.toscaparser.api.parameters.Input@2754570d] 2022-10-25T04:23:37.862Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.862Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.863Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-10-25T04:23:37.863Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 53e43945-4f71-4ad5-a0b1-9023d16ae681 2022-10-25T04:23:37.863Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 53e43945-4f71-4ad5-a0b1-9023d16ae681 matches Tosca VF Customization UUID: 53e43945-4f71-4ad5-a0b1-9023d16ae681 2022-10-25T04:23:37.863Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 53e43945-4f71-4ad5-a0b1-9023d16ae681 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-10-25T04:23:37.866Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.866Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.867Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 53e43945-4f71-4ad5-a0b1-9023d16ae681: {\"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-10-25T04:23:37.867Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@173fca93 2022-10-25T04:23:37.867Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.868Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-25T04:23:37.868Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0e2765a2-f57a-4665-8aad-9a639a3baa76 2022-10-25T04:23:37.868Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0e2765a2-f57a-4665-8aad-9a639a3baa76 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-10-25T04:23:37.871Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.871Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:37.871Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:23:37.872Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.872Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:37.872Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:23:37.873Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.873Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-25T04:23:37.873Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-25T04:23:37.873Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-25T04:23:37.874Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=86928976-5e3c-43c9-be3a-92961c16c10a 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-10-25T04:23:37.876Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.877Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:37.877Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-25T04:23:37.877Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.878Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-25T04:23:37.878Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=53e43945-4f71-4ad5-a0b1-9023d16ae681 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-10-25T04:23:37.880Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.880Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.880Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0669bb2c-1f3c-4e9d-8399-afa90fc7d15e: basic_vm_macro 2022-10-25T04:23:37.881Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.881Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.881Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.881Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.882Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.882Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.882Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.882Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.883Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:23:37.883Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:23:37.883Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:37.972Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro e456ae85-9810-4f05-8693-a4a140785549 1 ASDC deployResourceStructure 2022-10-25T04:23:37.973Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:37.973Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:37.973Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:23:37.974Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:37.976Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:37.976Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671817973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:23:38.076Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:38.077Z||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-10-25T04:23:38.077Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:38.090Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:38.090Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:23:38.977Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:38.977Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:38.977Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:23:38.978Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:38.979Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:38.979Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671818977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:23:39.080Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:39.080Z||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-10-25T04:23:39.081Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:39.092Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:39.093Z||pool-125-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:39.980Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:39.980Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:39.981Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:23:39.981Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:39.982Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:39.983Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671819980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-25T04:23:40.083Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:40.084Z||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-10-25T04:23:40.084Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:40.097Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:40.098Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:23:40.984Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-25T04:23:40.985Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-25T04:23:40.985Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:23:40.985Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:23:40.987Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:23:40.988Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671820984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:23:41.088Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:23:41.089Z||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-10-25T04:23:41.089Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:23:41.101Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:23:41.101Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:23:41.989Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:23:41.999Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:23:42.001Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:23:42.001Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T04:23:42.001Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T04:23:42.001Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T04:23:42.001Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:23:42.001Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:23:42.002Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:23:42.002Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:23:42.002Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:23:42.002Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:23:42.002Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:23:42.007Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T04:24:12.008Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 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-10-25T04:24:12.017Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 and serviceModelVersionId: 0669bb2c-1f3c-4e9d-8399-afa90fc7d15e 2022-10-25T04:24:12.017Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34696c1e-2afe-48fa-a970-62c437c92338 2022-10-25T04:24:12.018Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0 2022-10-25T04:24:12.023Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T04:24:12.069Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0|INFO|500||Invoke 2022-10-25T04:24:12.070Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e54b442-aada-4f0a-9b0a-1d33fdf89df3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28f98d7b-223d-4bb3-a6c1-7c310235566d], X-ECOMP-RequestID=[8e54b442-aada-4f0a-9b0a-1d33fdf89df3], X-TransactionId=[], X-ONAP-RequestID=[8e54b442-aada-4f0a-9b0a-1d33fdf89df3], Content-Type=[application/merge-patch+json]} 2022-10-25T04:24:12.090Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T04:24:12.192Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?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/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221025-04:24:12:569-41215], vertex-id=[237672], Content-Length=[0], Date=[Tue, 25 Oct 2022 04:24:12 GMT], Content-Type=[application/json]} 2022-10-25T04:24:12.192Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-25T04:24:12.193Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34696c1e-2afe-48fa-a970-62c437c92338/model-vers/model-ver/0669bb2c-1f3c-4e9d-8399-afa90fc7d15e?depth=0|INFO|500||InvokeReturn 2022-10-25T04:24:12.194Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T04:24:12.194Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:24:12.198Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||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-10-25T04:24:12.198Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e54b442-aada-4f0a-9b0a-1d33fdf89df3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T04:24:12.199Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T04:24:12.199Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:12.201Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:12.201Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671852199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:24:12.301Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:12.303Z||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-10-25T04:24:12.303Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:12.324Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:12.324Z||pool-128-thread-1|||||INFO|500||cambria reply ok (22 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-10-25T04:24:13.215Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-10-25T04:24:13.215Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e9f8e8bb-c8d7-42de-ad26-521347c628d6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"d4f6c9ac-a125-46c2-8e86-8dd1b05410fe","serviceDescription":"service","serviceInvariantUUID":"c61ea8e3-19de-4f81-a49b-44c16d6cabbe","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1baff515-08c2-4738-a922-818b88f0926a","resourceInvariantUUID":"1bbe734c-a27e-4715-b49b-da441501e291","resourceCustomizationUUID":"9af5e85c-653a-4560-83cd-b5e204424a2f","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":"ZDhmOTM1NTNhMWVmMTBmYTJmNTYwMmZmNTZhYTBlMGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d71ef258-43b9-4e93-90f3-0a27b0e4db3d","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":"bec190b3-f0d8-4307-9893-72f73a77c8a8","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":"3217b142-d596-4834-815b-7c072bbb35b7","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":"YzAyYmY3ZmUwOGMwZjI0Mzg0MTg5YWFjNzU4Mzc2ZTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b42aa9da-dff2-438c-9388-d89b584c0769","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":"2bd79c60-854d-4fd9-8cfa-6fcbb92c3b0b","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":"72606074-4cd0-4f18-be41-5ae639e35b18","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":"c362ffb9-aada-4174-beb3-175fa792cd80","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":"NjJmZDM4OTc1MGVjZDI5YzIwM2IyZjEwYzU5ZWEwNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bdb3b42f-1617-49b9-b3ff-faf0ad38219b","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YTM3NjAyMTg1ODM4NWFiODYzZjQ1OTEwZDA5ZTRmNWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"50fce547-b1c6-4273-a06f-587cad5416a6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-25T04:24:13.216Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:13.216Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:13.219Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:13.219Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:13.319Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:13.320Z||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-10-25T04:24:13.320Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:13.337Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:13.337Z||pool-129-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:14.219Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:14.220Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:14.222Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:14.222Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:14.323Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:24:14.324Z||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-10-25T04:24:14.324Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:14.335Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:14.336Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:24:15.223Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:15.224Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:15.226Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:15.226Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:15.327Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-25T04:24:15.328Z||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-10-25T04:24:15.328Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:15.343Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:15.343Z||pool-131-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:24:16.227Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:16.228Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:16.230Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:16.230Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:16.332Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-25T04:24:16.333Z||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-10-25T04:24:16.333Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:16.346Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:16.346Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:17.230Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:17.231Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:17.233Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:17.233Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:17.333Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:17.334Z||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-10-25T04:24:17.335Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:17.351Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:17.352Z||pool-133-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:18.234Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:18.234Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:18.236Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:18.236Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:18.337Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:18.338Z||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-10-25T04:24:18.338Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:18.353Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:18.353Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:19.237Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:19.237Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:19.239Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:19.239Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:19.339Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:19.340Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-25T04:24:19.340Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:19.358Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:19.358Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:20.240Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:20.240Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:20.242Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:20.242Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:24:20.343Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-25T04:24:20.344Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-25T04:24:20.344Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:20.360Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:20.360Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-25T04:24:21.243Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-25T04:24:21.243Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:21.246Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:21.246Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:24:21.346Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:21.347Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-25T04:24:21.347Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:21.363Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:21.364Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:22.247Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "d4f6c9ac-a125-46c2-8e86-8dd1b05410fe", "serviceDescription": "service", "serviceInvariantUUID": "c61ea8e3-19de-4f81-a49b-44c16d6cabbe", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9af5e85c-653a-4560-83cd-b5e204424a2f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "1baff515-08c2-4738-a922-818b88f0926a", "resourceInvariantUUID": "1bbe734c-a27e-4715-b49b-da441501e291", "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": "YTM3NjAyMTg1ODM4NWFiODYzZjQ1OTEwZDA5ZTRmNWU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "50fce547-b1c6-4273-a06f-587cad5416a6" } ], "workloadContext": "Production" } 2022-10-25T04:24:22.247Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-25T04:24:22.247Z|8e54b442-aada-4f0a-9b0a-1d33fdf89df3|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d4f6c9ac-a125-46c2-8e86-8dd1b05410fe ASDC 2022-10-25T04:24:22.247Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e9f8e8bb-c8d7-42de-ad26-521347c628d6 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:d4f6c9ac-a125-46c2-8e86-8dd1b05410fe ServiceInvariantUUID:c61ea8e3-19de-4f81-a49b-44c16d6cabbe 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:50fce547-b1c6-4273-a06f-587cad5416a6 ArtifactChecksum:YTM3NjAyMTg1ODM4NWFiODYzZjQ1OTEwZDA5ZTRmNWU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9af5e85c-653a-4560-83cd-b5e204424a2f ResourceInvariantUUID:1bbe734c-a27e-4715-b49b-da441501e291 ResourceName:test-pnf ResourceType:PNF ResourceUUID:1baff515-08c2-4738-a922-818b88f0926a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-25T04:24:22.248Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d4f6c9ac-a125-46c2-8e86-8dd1b05410fe 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-10-25T04:24:22.278Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:24:22.279Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-25T04:24:22.279Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-25T04:24:22.279Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 50fce547-b1c6-4273-a06f-587cad5416a6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-25T04:24:22.279Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-10-25T04:24:22.279Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-25T04:24:22.471Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-10-25T04:24:22.476Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 50fce547-b1c6-4273-a06f-587cad5416a6 105680 2022-10-25T04:24:22.476Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-25T04:24:22.476Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-25T04:24:22.476Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-25T04:24:22.477Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:22.479Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:22.479Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671862476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:24:22.579Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:22.580Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-25T04:24:22.580Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:22.594Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:22.595Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:24:23.469Z||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-10-25T04:24:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:23.479Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-25T04:24:23.480Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-10-25T04:24:23.481Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 50fce547-b1c6-4273-a06f-587cad5416a6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-25T04:24:23.481Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-25T04:24:23.481Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-25T04:24:23.481Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-25T04:24:23.496Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:23.497Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-25T04:24:23.497Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b14dd711-86e7-4c57-b255-fef91391deab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671798552, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:24:23.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:24:23.652Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16629612896437366624/Definitions/service-TestPnfMacro-template.yml 2022-10-25T04:24:24.308Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-10-25T04:24:24.309Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.310Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.310Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-25T04:24:24.310Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-25T04:24:24.310Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:24:24.310Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.311Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.312Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:d4f6c9ac-a125-46c2-8e86-8dd1b05410fe Model Version:NULL Model InvariantUuid:c61ea8e3-19de-4f81-a49b-44c16d6cabbe 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-10-25T04:24:24.320Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1baff515-08c2-4738-a922-818b88f0926a 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-10-25T04:24:24.322Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-10-25T04:24:24.323Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1baff515-08c2-4738-a922-818b88f0926a 2022-10-25T04:24:24.323Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d4f6c9ac-a125-46c2-8e86-8dd1b05410fe 2022-10-25T04:24:24.323Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d4f6c9ac-a125-46c2-8e86-8dd1b05410fe 2022-10-25T04:24:24.323Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 1baff515-08c2-4738-a922-818b88f0926a 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-10-25T04:24:24.327Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@163096eb, org.onap.sdc.toscaparser.api.parameters.Input@2cab19ee, org.onap.sdc.toscaparser.api.parameters.Input@12dd651c, org.onap.sdc.toscaparser.api.parameters.Input@6f92e724, org.onap.sdc.toscaparser.api.parameters.Input@7d07b3f3] 2022-10-25T04:24:24.327Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.327Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.328Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d4f6c9ac-a125-46c2-8e86-8dd1b05410fe: test-pnf 2022-10-25T04:24:24.328Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Processing PNF resource: 1baff515-08c2-4738-a922-818b88f0926a 2022-10-25T04:24:24.328Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-25T04:24:24.328Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-25T04:24:24.328Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||Resource customization UUID: 9af5e85c-653a-4560-83cd-b5e204424a2f is the same as notified resource customizationUUID: 9af5e85c-653a-4560-83cd-b5e204424a2f 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-10-25T04:24:24.360Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 1baff515-08c2-4738-a922-818b88f0926a 0 ASDC deployResourceStructure 2022-10-25T04:24:24.360Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-25T04:24:24.360Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-25T04:24:24.360Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-25T04:24:24.360Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:24.362Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:24.362Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671864360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:24:24.462Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:24.463Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-25T04:24:24.463Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:24.476Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:24.477Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-25T04:24:25.363Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e9f8e8bb-c8d7-42de-ad26-521347c628d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-25T04:24:25.374Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e9f8e8bb-c8d7-42de-ad26-521347c628d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.377Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.378Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.378Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.378Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.378Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-25T04:24:25.378Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:25.383Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-25T04:24:55.383Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e9f8e8bb-c8d7-42de-ad26-521347c628d6 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-10-25T04:24:55.390Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e9f8e8bb-c8d7-42de-ad26-521347c628d6 and serviceModelVersionId: d4f6c9ac-a125-46c2-8e86-8dd1b05410fe 2022-10-25T04:24:55.390Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c61ea8e3-19de-4f81-a49b-44c16d6cabbe 2022-10-25T04:24:55.391Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0 2022-10-25T04:24:55.395Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-10-25T04:24:55.434Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0|INFO|500||Invoke 2022-10-25T04:24:55.435Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e9f8e8bb-c8d7-42de-ad26-521347c628d6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cb59c487-0a17-4d2a-add2-5210d86ca67e], X-ECOMP-RequestID=[e9f8e8bb-c8d7-42de-ad26-521347c628d6], X-TransactionId=[], X-ONAP-RequestID=[e9f8e8bb-c8d7-42de-ad26-521347c628d6], Content-Type=[application/merge-patch+json]} 2022-10-25T04:24:55.456Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-25T04:24:55.566Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?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/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221025-04:24:55:935-7695], vertex-id=[245864], Content-Length=[0], Date=[Tue, 25 Oct 2022 04:24:55 GMT], Content-Type=[application/json]} 2022-10-25T04:24:55.566Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-25T04:24:55.567Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c61ea8e3-19de-4f81-a49b-44c16d6cabbe/model-vers/model-ver/d4f6c9ac-a125-46c2-8e86-8dd1b05410fe?depth=0|INFO|500||InvokeReturn 2022-10-25T04:24:55.570Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-25T04:24:55.570Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:55.574Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||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-10-25T04:24:55.574Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e9f8e8bb-c8d7-42de-ad26-521347c628d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-25T04:24:55.575Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-25T04:24:55.575Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-10-25T04:24:55.577Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-25T04:24:55.577Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671895574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:24:55.677Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-25T04:24:55.678Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-25T04:24:55.678Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:24:55.695Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:24:55.695Z||pool-140-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-10-25T04:24:56.591Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:24:56.592Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|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-10-25T04:24:56.592Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:25:06.155Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:25:06.156Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:25:06.156Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|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-10-25T04:25:06.156Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:25:15.697Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:25:15.697Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:25:15.698Z|b14dd711-86e7-4c57-b255-fef91391deab|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-10-25T04:25:15.698Z|b14dd711-86e7-4c57-b255-fef91391deab|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:25:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:25:23.469Z||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-10-25T04:25:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:25:23.496Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:25:23.496Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.496Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.497Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.498Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671812200, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671814725, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671815787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671816843, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671817973, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671818977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.499Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671819980, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671820984, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e54b442-aada-4f0a-9b0a-1d33fdf89df3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671852199, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.500Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.501Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671799568, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-25T04:25:23.502Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-25T04:25:23.502Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-25T04:25:23.502Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671862476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-25T04:25:23.502Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:25:25.239Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:25:25.240Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:25:25.240Z|b14dd711-86e7-4c57-b255-fef91391deab|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-10-25T04:25:25.240Z|b14dd711-86e7-4c57-b255-fef91391deab|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:25:34.793Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:25:34.793Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:25:34.794Z|b14dd711-86e7-4c57-b255-fef91391deab|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-10-25T04:25:34.794Z|b14dd711-86e7-4c57-b255-fef91391deab|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:25:44.342Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:26:23.464Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:26:23.465Z|b14dd711-86e7-4c57-b255-fef91391deab|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-10-25T04:26:23.465Z|b14dd711-86e7-4c57-b255-fef91391deab|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:26:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:26:23.468Z||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-10-25T04:26:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:26:24.011Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:26:24.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:26:24.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671864360, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-25T04:26:24.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:26:24.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-25T04:26:24.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e9f8e8bb-c8d7-42de-ad26-521347c628d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1666671895574, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-25T04:26:24.013Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-25T04:26:33.016Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:27:23.464Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:27:23.465Z|b14dd711-86e7-4c57-b255-fef91391deab|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-10-25T04:27:23.465Z|b14dd711-86e7-4c57-b255-fef91391deab|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:27:23.468Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:27:23.469Z||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-10-25T04:27:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:27:33.021Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:27:33.021Z|b14dd711-86e7-4c57-b255-fef91391deab|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:28:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:28:23.465Z||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-10-25T04:28:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:28:23.468Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:28:23.468Z||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-10-25T04:28:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:28:33.016Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:28:33.017Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:29:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:29:23.465Z||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-10-25T04:29:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:29:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:29:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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-10-25T04:29:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:29:33.007Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:29:33.014Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:30:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:30:23.466Z||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-10-25T04:30:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:30:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:30:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:30:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:30:33.011Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:30:33.042Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:31:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:31:23.465Z||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-10-25T04:31:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:31:23.468Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:31:23.468Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|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-10-25T04:31:23.469Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:31:33.010Z|e9f8e8bb-c8d7-42de-ad26-521347c628d6|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:31:33.010Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:32:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:32:23.465Z||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-10-25T04:32:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:32:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:32:23.468Z||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-10-25T04:32:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:32:33.012Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:32:33.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:33:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:33:23.465Z||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-10-25T04:33:23.465Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:33:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:33:23.468Z||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-10-25T04:33:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:33:33.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:33:33.009Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:34:23.465Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:34:23.466Z||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-10-25T04:34:23.466Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:34:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:34:23.468Z||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-10-25T04:34:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:34:33.012Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:34:33.015Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:35:23.464Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:35:23.466Z||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-10-25T04:35:23.467Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:35:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:35:23.468Z||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-10-25T04:35:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:35:33.009Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:35:33.009Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:36:23.464Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:36:23.465Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:36:23.465Z||pool-2-thread-5|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:36:23.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:36:23.468Z||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-10-25T04:36:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:36:33.007Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:36:33.007Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:37:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:37:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:37:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:37:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:37:23.469Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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-10-25T04:37:23.469Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:37:33.006Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:37:33.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:38:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:38:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:38:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:38:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:38:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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-10-25T04:38:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:38:33.013Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:38:33.015Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:39:23.465Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:39:23.467Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:39:23.467Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:39:23.468Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:39:23.469Z||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-10-25T04:39:23.469Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:39:33.021Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:39:33.022Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:40:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:40:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:40:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:40:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:40:23.468Z||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-10-25T04:40:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:40:33.024Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:40:33.035Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:41:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:41:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:41:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:41:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:41:23.468Z||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-10-25T04:41:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:41:33.014Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:41:33.014Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:42:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:42:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:42:23.465Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:42:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:42:23.468Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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-10-25T04:42:23.469Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:42:33.005Z|77d0a2ef-5c36-4caa-8507-e21ab0465d9d|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:42:33.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:43:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:43:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:43:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:43:23.468Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:43:23.468Z||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-10-25T04:43:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:43:33.008Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:43:33.010Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:44:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:44:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:44:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:44:23.468Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:44:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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-10-25T04:44:23.469Z|70bba304-3167-46be-b683-5dea56b041f5|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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:44:33.012Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:44:33.012Z|70bba304-3167-46be-b683-5dea56b041f5|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:45:23.464Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:45:23.465Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-25T04:45:23.466Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as s7JKRNcFvmgRezHP) ... 2022-10-25T04:45:23.468Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-25T04:45:23.468Z||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-10-25T04:45:23.468Z||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 s7JKRNcFvmgRezHP) ... 2022-10-25T04:45:33.013Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-25T04:45:33.017Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK