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-04-25T01:59:32.112Z||main|||||INFO|500||The following profiles are active: basic 2022-04-25T01:59:41.183Z||main|||||INFO|500||Starting service [Tomcat] 2022-04-25T01:59:41.184Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-04-25T01:59:41.267Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-04-25T01:59:43.580Z||main|||||INFO|500||catdb-pool - Starting... 2022-04-25T01:59:43.748Z||main|||||INFO|500||catdb-pool - Start completed. 2022-04-25T01:59:44.132Z||main|||||INFO|500||reqdb-pool - Starting... 2022-04-25T01:59:44.140Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-04-25T01:59:44.224Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-04-25T01:59:44.395Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-04-25T01:59:44.817Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-04-25T01:59:45.593Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-25T01:59:47.323Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-25T01:59:47.365Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-04-25T01:59:47.899Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-04-25T01:59:48.176Z||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-04-25T01:59:49.233Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-04-25T01:59:50.204Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-04-25T01:59:50.221Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$e5540ea0.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-04-25T01:59:50.222Z||main|||||WARN|500||The sdc end point is not alive 2022-04-25T01:59:52.967Z||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-04-25T01:59:55.536Z||main|||||WARN|500||--- 2022-04-25T01:59:55.536Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-04-25T01:59:55.537Z||main|||||WARN|500||--- 2022-04-25T01:59:55.973Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-04-25T02:00:00.223Z||main|||||INFO|500||Started Application in 32.258 seconds (JVM running for 33.477) 2022-04-25T02:00:00.262Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-04-25T02:00:00.263Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-04-25T02:00:00.275Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-04-25T02:00:00.309Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-04-25T02:00:00.399Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 7fc42757-e0f5-4b89-8280-57f21bddd009 url= /sdc/v1/artifactTypes 2022-04-25T02:00:00.399Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-04-25T02:00:00.677Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-04-25T02:00:00.699Z||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-04-25T02:00:00.719Z||scheduling-1|||||DEBUG|500||create keys 2022-04-25T02:00:00.725Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-04-25T02:00:00.838Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:00:00.855Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1e2d6c73-05ba-404c-95d9-53e6c24259f0 url= /sdc/v1/registerForDistribution 2022-04-25T02:00:01.259Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1e2d6c73-05ba-404c-95d9-53e6c24259f0 url= /sdc/v1/registerForDistribution 2022-04-25T02:00:01.260Z||scheduling-1|||||INFO|500||start DistributionClient 2022-04-25T02:00:01.270Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:00:01.270Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:00:01.275Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-04-25T02:00:01.276Z||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-04-25T02:00:01.276Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:00:01.276Z||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-04-25T02:00:01.276Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:00:12.774Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:00:12.890Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:01:01.268Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:01:01.269Z||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-04-25T02:01:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:01:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:01:01.270Z||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-04-25T02:01:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:01:10.812Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:01:10.814Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:02:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:02:01.269Z||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-04-25T02:02:01.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:02:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:02:01.270Z||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-04-25T02:02:01.271Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:02:10.808Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:02:10.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:03:01.267Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:03:01.268Z||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-04-25T02:03:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:03:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:03:01.270Z||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-04-25T02:03:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:03:10.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:03:10.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:04:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:04:01.268Z||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-04-25T02:04:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:04:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:04:01.270Z||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-04-25T02:04:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:04:10.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:04:10.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:05:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:05:01.268Z||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-04-25T02:05:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:05:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:05:01.270Z||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-04-25T02:05:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:05:10.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:05:10.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:06:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:06:01.268Z||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-04-25T02:06:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:06:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:06:01.270Z||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-04-25T02:06:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:06:10.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:06:10.809Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:07:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:07:01.268Z||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-04-25T02:07:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:07:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:07:01.269Z||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-04-25T02:07:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:07:10.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:07:10.808Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:08:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:08:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:08:01.269Z||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-04-25T02:08:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:08:01.270Z||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-04-25T02:08:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:08:10.807Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:08:10.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:09:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:09:01.268Z||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-04-25T02:09:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:09:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:09:01.270Z||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-04-25T02:09:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:09:10.810Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:09:10.810Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:10:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:10:01.269Z||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-04-25T02:10:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:10:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:10:01.269Z||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-04-25T02:10:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:10:10.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:10:10.806Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:10:14.289Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-04-25T02:11:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:11:01.268Z||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-04-25T02:11:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:11:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:11:01.270Z||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-04-25T02:11:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:11:10.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:11:10.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:12:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:12:01.268Z||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-04-25T02:12:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:12:01.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:12:01.270Z||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-04-25T02:12:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:12:10.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:12:10.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:13:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:13:01.268Z||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-04-25T02:13:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:13:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:13:01.269Z||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-04-25T02:13:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:13:10.808Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:13:10.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:14:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:14:01.268Z||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-04-25T02:14:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:14:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:14:01.270Z||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-04-25T02:14:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:14:10.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:14:10.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:15:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:15:01.268Z||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-04-25T02:15:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:15:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:15:01.270Z||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-04-25T02:15:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:15:10.807Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:15:10.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:16:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:16:01.268Z||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-04-25T02:16:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:16:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:16:01.270Z||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-04-25T02:16:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:16:10.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:16:10.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:17:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:17:01.268Z||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-04-25T02:17:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:17:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:17:01.270Z||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-04-25T02:17:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:17:10.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:17:10.804Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:18:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:18:01.268Z||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-04-25T02:18:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:18:01.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:18:01.269Z||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-04-25T02:18:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:18:10.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:18:10.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:19:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:19:01.268Z||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-04-25T02:19:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:19:01.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:19:01.269Z||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-04-25T02:19:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:19:10.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:19:10.806Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:20:01.267Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:20:01.268Z||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-04-25T02:20:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:20:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:20:01.270Z||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-04-25T02:20:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:20:10.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:20:10.805Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:21:01.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:21:01.268Z||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-04-25T02:21:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:21:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:21:01.270Z||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-04-25T02:21:01.271Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:21:10.816Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:21:10.817Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:22:01.267Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:22:01.268Z||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-04-25T02:22:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:22:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:22:01.270Z||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-04-25T02:22:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:22:10.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:22:10.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:23:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:23:01.268Z||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-04-25T02:23:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:23:01.270Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:23:01.271Z||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-04-25T02:23:01.271Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:23:10.822Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:23:10.822Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:24:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:24:01.268Z||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-04-25T02:24:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:24:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:24:01.269Z||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-04-25T02:24:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:24:10.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:24:10.805Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:25:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:25:01.268Z||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-04-25T02:25:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:25:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:25:01.269Z||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-04-25T02:25:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:25:10.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:25:10.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:26:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:26:01.268Z||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-04-25T02:26:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:26:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:26:01.270Z||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-04-25T02:26:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:26:10.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:26:10.817Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:27:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:27:01.268Z||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-04-25T02:27:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:27:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:27:01.270Z||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-04-25T02:27:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:27:10.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:27:10.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:28:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:28:01.268Z||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-04-25T02:28:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:28:01.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:28:01.269Z||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-04-25T02:28:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:28:10.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:28:10.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:29:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:29:01.268Z||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-04-25T02:29:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:29:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:29:01.270Z||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-04-25T02:29:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:29:10.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:29:10.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:30:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:30:01.268Z||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-04-25T02:30:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:30:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:30:01.270Z||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-04-25T02:30:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:30:10.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:30:10.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:31:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:31:01.268Z||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-04-25T02:31:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:31:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:31:01.270Z||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-04-25T02:31:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:31:10.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:31:10.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:32:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:32:01.268Z||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-04-25T02:32:01.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:32:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:32:01.270Z||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-04-25T02:32:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:32:10.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:32:10.805Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:33:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:33:01.269Z||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-04-25T02:33:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:33:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:33:01.270Z||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-04-25T02:33:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:33:10.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:33:10.805Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:34:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:34:01.268Z||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-04-25T02:34:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:34:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:34:01.270Z||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-04-25T02:34:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:34:10.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:34:10.804Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:35:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:35:01.268Z||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-04-25T02:35:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:35:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:35:01.270Z||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-04-25T02:35:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:35:10.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:35:10.803Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:36:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:36:01.268Z||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-04-25T02:36:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:36:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:36:01.270Z||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-04-25T02:36:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:36:10.802Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:36:10.802Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:37:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:37:01.268Z||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-04-25T02:37:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:37:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:37:01.270Z||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-04-25T02:37:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:37:10.805Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:37:10.805Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:38:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:38:01.268Z||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-04-25T02:38:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:38:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:38:01.269Z||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-04-25T02:38:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:38:10.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:38:10.802Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:39:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:39:01.268Z||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-04-25T02:39:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:39:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:39:01.269Z||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-04-25T02:39:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:39:10.801Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:39:10.803Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:40:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:40:01.268Z||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-04-25T02:40:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:40:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:40:01.269Z||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-04-25T02:40:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:40:10.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:40:10.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:41:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:41:01.268Z||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-04-25T02:41:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:41:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:41:01.270Z||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-04-25T02:41:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:41:10.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:41:10.806Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:42:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:42:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:42:01.269Z||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-04-25T02:42:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:42:01.270Z||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-04-25T02:42:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:42:10.808Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:42:10.808Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:43:01.267Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:43:01.269Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:43:01.272Z||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-04-25T02:43:01.272Z||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-04-25T02:43:01.272Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:43:01.272Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:43:10.813Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:43:10.813Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:44:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:44:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:44:01.269Z||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-04-25T02:44:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:44:01.270Z||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-04-25T02:44:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:44:10.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:44:10.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:45:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:45:01.268Z||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-04-25T02:45:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:45:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:45:01.270Z||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-04-25T02:45:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:45:10.801Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:45:10.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:46:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:46:01.268Z||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-04-25T02:46:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:46:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:46:01.269Z||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-04-25T02:46:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:46:10.802Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:46:10.803Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:47:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:47:01.268Z||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-04-25T02:47:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:47:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:47:01.270Z||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-04-25T02:47:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:47:10.804Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:47:10.806Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:48:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:48:01.267Z||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-04-25T02:48:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:48:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:48:01.270Z||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-04-25T02:48:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:48:10.798Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:48:10.798Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:49:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:49:01.268Z||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-04-25T02:49:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:49:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:49:01.270Z||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-04-25T02:49:01.271Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:49:10.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:49:10.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:50:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:50:01.268Z||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-04-25T02:50:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:50:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:50:01.270Z||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-04-25T02:50:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:50:10.800Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:50:10.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:51:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:51:01.268Z||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-04-25T02:51:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:51:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:51:01.270Z||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-04-25T02:51:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:51:10.805Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:51:10.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:52:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:52:01.268Z||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-04-25T02:52:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:52:01.269Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:52:01.269Z||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-04-25T02:52:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:52:10.801Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:52:10.801Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:53:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:53:01.268Z||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-04-25T02:53:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:53:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:53:01.270Z||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-04-25T02:53:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:53:10.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:53:10.803Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:54:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:54:01.268Z||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-04-25T02:54:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:54:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:54:01.270Z||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-04-25T02:54:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:54:10.805Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:54:10.807Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:55:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:55:01.268Z||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-04-25T02:55:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:55:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:55:01.269Z||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-04-25T02:55:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:55:10.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:55:10.804Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:56:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:56:01.268Z||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-04-25T02:56:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:56:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:56:01.269Z||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-04-25T02:56:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:56:10.800Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:56:10.804Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:57:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:57:01.268Z||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-04-25T02:57:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:57:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:57:01.269Z||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-04-25T02:57:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:57:10.803Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:57:10.804Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:01.267Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:58:01.268Z||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-04-25T02:58:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:58:01.269Z||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-04-25T02:58:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:01.392Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:01.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOTIFIED" } 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOTIFIED" } 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855471119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855470860, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "ves-openapi-manager", "timestamp": 1650855472526, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:01.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T02:58:01.888Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:01.890Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T02:58:01.890Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"b003b41f-2e6b-437a-97e9-d8fa6446d893","serviceName":"basic_onboard_shsvmo","serviceVersion":"1.0","serviceUUID":"30708d2d-fb6c-40e7-b035-d99fcec1542d","serviceDescription":"service","serviceInvariantUUID":"03aa1b45-713a-4a77-8252-56f25d891e51","resources":[{"resourceInstanceName":"basic_onboard_shsvmo 0","resourceName":"basic_onboard_shsvmo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d027c80c-f906-40e9-a886-0a74e6fcd7c0","resourceInvariantUUID":"d57ba639-acb1-4131-abbd-f74f4516413c","resourceCustomizationUUID":"1dbc777f-cc2d-45d3-9152-c2df9c604623","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml","artifactChecksum":"ZjQwMWVlZmRiYTQ1NWZjMmViNTE4Nzk0NzY0MjAzMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"48963754-9a9b-40c1-9c82-41b3dd1abd4d","artifactVersion":"1"},{"artifactName":"basic_onboard_shsvmo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json","artifactChecksum":"MDY0MmI1YmNkZTIxMThkNWViZTAxZWE0M2EyMWQ0YzE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8d046504-53e1-4500-b3b9-efd361ad048b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1372ed65-a6a8-46e4-a215-eeddf024e872","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1637532e-ef9b-4ee6-afb7-e17d470bb1c1","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"3c99d92b-ee71-4042-bf63-16250c849601","artifactVersion":"2","generatedFromUUID":"1372ed65-a6a8-46e4-a215-eeddf024e872"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardShsvmo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml","artifactChecksum":"MGEwNDE4M2ViZGQxOWM0YmM5ZTA2NzVhYjYxODBlY2I\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"74a55a82-e91b-42c5-82fc-241f811a38db","artifactVersion":"1"},{"artifactName":"service-BasicOnboardShsvmo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar","artifactChecksum":"NmRjYmU2ZjI5MTE1ZjY5Y2YyYjY1ZWYzZTdiMDllYzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4813d03-44ed-426a-b316-444a3d3e0def","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T02:58:01.896Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:01.900Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:01.907Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:01.908Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:02.008Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-25T02:58:02.013Z||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-04-25T02:58:02.013Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:02.022Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:02.022Z||pool-3-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:02.913Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:02.913Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:02.915Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:02.915Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOTIFIED" } 2022-04-25T02:58:03.015Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:03.017Z||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-04-25T02:58:03.017Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:03.027Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:03.027Z||pool-4-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:03.916Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:03.916Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:03.918Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:03.918Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T02:58:04.018Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:04.019Z||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-04-25T02:58:04.019Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:04.030Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:04.031Z||pool-5-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:04.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:04.919Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:04.922Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:04.922Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:05.022Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:05.023Z||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-04-25T02:58:05.023Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:05.032Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:05.033Z||pool-6-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:05.923Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:05.924Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:05.927Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:05.927Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-25T02:58:06.027Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T02:58:06.028Z||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-04-25T02:58:06.028Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:06.039Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:06.039Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:06.928Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:06.929Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:06.931Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:06.931Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T02:58:07.032Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T02:58:07.033Z||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-04-25T02:58:07.033Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:07.041Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:07.042Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:07.932Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T02:58:07.933Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:07.936Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:07.936Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T02:58:08.036Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:08.037Z||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-04-25T02:58:08.037Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:08.048Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:08.048Z||pool-9-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:08.939Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "serviceName": "basic_onboard_shsvmo", "serviceVersion": "1.0", "serviceUUID": "30708d2d-fb6c-40e7-b035-d99fcec1542d", "serviceDescription": "service", "serviceInvariantUUID": "03aa1b45-713a-4a77-8252-56f25d891e51", "resources": [ { "resourceInstanceName": "basic_onboard_shsvmo 0", "resourceCustomizationUUID": "1dbc777f-cc2d-45d3-9152-c2df9c604623", "resourceName": "basic_onboard_shsvmo", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d027c80c-f906-40e9-a886-0a74e6fcd7c0", "resourceInvariantUUID": "d57ba639-acb1-4131-abbd-f74f4516413c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_shsvmo0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "artifactChecksum": "MDY0MmI1YmNkZTIxMThkNWViZTAxZWE0M2EyMWQ0YzE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8d046504-53e1-4500-b3b9-efd361ad048b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "1372ed65-a6a8-46e4-a215-eeddf024e872", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c99d92b-ee71-4042-bf63-16250c849601", "generatedFromUUID": "1372ed65-a6a8-46e4-a215-eeddf024e872" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "3c99d92b-ee71-4042-bf63-16250c849601", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardShsvmo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "artifactChecksum": "NmRjYmU2ZjI5MTE1ZjY5Y2YyYjY1ZWYzZTdiMDllYzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e4813d03-44ed-426a-b316-444a3d3e0def" } ], "workloadContext": "Production" } 2022-04-25T02:58:08.940Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T02:58:08.941Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 30708d2d-fb6c-40e7-b035-d99fcec1542d ASDC 2022-04-25T02:58:09.020Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:b003b41f-2e6b-437a-97e9-d8fa6446d893 ServiceName:basic_onboard_shsvmo ServiceVersion:1.0 ServiceUUID:30708d2d-fb6c-40e7-b035-d99fcec1542d ServiceInvariantUUID:03aa1b45-713a-4a77-8252-56f25d891e51 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardShsvmo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar ArtifactUUID:e4813d03-44ed-426a-b316-444a3d3e0def ArtifactChecksum:NmRjYmU2ZjI5MTE1ZjY5Y2YyYjY1ZWYzZTdiMDllYzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_shsvmo 0 ResourceCustomizationUUID:1dbc777f-cc2d-45d3-9152-c2df9c604623 ResourceInvariantUUID:d57ba639-acb1-4131-abbd-f74f4516413c ResourceName:basic_onboard_shsvmo ResourceType:VF ResourceUUID:d027c80c-f906-40e9-a886-0a74e6fcd7c0 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_shsvmo0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json ArtifactUUID:8d046504-53e1-4500-b3b9-efd361ad048b ArtifactChecksum:MDY0MmI1YmNkZTIxMThkNWViZTAxZWE0M2EyMWQ0YzE= 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/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml ArtifactUUID:1372ed65-a6a8-46e4-a215-eeddf024e872 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/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env ArtifactUUID:3c99d92b-ee71-4042-bf63-16250c849601 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/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env ArtifactUUID:3c99d92b-ee71-4042-bf63-16250c849601 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T02:58:09.021Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 30708d2d-fb6c-40e7-b035-d99fcec1542d 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-04-25T02:58:09.221Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T02:58:09.222Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T02:58:09.223Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T02:58:09.223Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e4813d03-44ed-426a-b316-444a3d3e0def from URL: /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:09.223Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T02:58:09.225Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:09.412Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T02:58:09.432Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar e4813d03-44ed-426a-b316-444a3d3e0def 71562 2022-04-25T02:58:09.433Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar ASDC sendASDCNotification 2022-04-25T02:58:09.433Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:09.434Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T02:58:09.435Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:09.436Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:09.436Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855489432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T02:58:09.537Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T02:58:09.538Z||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-04-25T02:58:09.538Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:09.548Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:09.548Z||pool-10-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-25T02:58:10.437Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T02:58:10.438Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T02:58:10.438Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e4813d03-44ed-426a-b316-444a3d3e0def, URL: /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar to file: /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:10.439Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:10.495Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:10.495Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:10.971Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6107096788643136659/Definitions/service-BasicOnboardShsvmo-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-04-25T02:58:12.677Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T02:58:12.680Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T02:58:12.680Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.680Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-25T02:58:12.680Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.680Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.680Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_shsvmo 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-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:12.681Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T02:58:12.685Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.686Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.689Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:12.689Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T02:58:12.690Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T02:58:12.691Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.691Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.691Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:12.691Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T02:58:12.691Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T02:58:12.691Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.692Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.694Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.694Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is not matching search criteria 2022-04-25T02:58:12.694Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-25T02:58:12.694Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-25T02:58:12.694Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-25T02:58:12.694Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-25T02:58:12.695Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T02:58:12.695Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.695Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T02:58:12.695Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T02:58:12.696Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is not matching search criteria 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d928a354-5401-437f-950d-34b78f87b079 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.697Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.698Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:12.698Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:12.698Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_shsvmo Description:service Model UUID:30708d2d-fb6c-40e7-b035-d99fcec1542d Model Version:NULL Model InvariantUuid:03aa1b45-713a-4a77-8252-56f25d891e51 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_shsvmo Model UUID:6999f765-ada8-43b9-803b-e3b17a4fca83 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:d57ba639-acb1-4131-abbd-f74f4516413c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1dbc777f-cc2d-45d3-9152-c2df9c604623 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:278cbd12-d6fe-42b5-a572-45764cd00922 ModelName:BasicOnboardShsvmo..base_ubuntu18..module-0 ModelUuid:f92c4651-2639-40d4-b4fc-9413cf350695 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d928a354-5401-437f-950d-34b78f87b079 ModelInvariantUuid:dd92298a-b485-4f4a-8cd5-ef409ff66819 ModelName:basic_onboard_shsvmo-nodes.ubuntu18Cvfc ModelUuid:85a8a4b9-06d1-4dfe-9826-6ba3ff802c22 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e8360c58-b19e-4afe-a4ba-9f330d825759 ModelInvariantUuid:d3e0d8b2-7dd5-4687-8501-57a5724760cf ModelName:BasicOnboardShsvmo.compute.nodes.heat.ubuntu18 ModelUuid:4cc8b742-4897-4e2b-8f18-ea8c3fb44a7b 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-04-25T02:58:12.717Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: d027c80c-f906-40e9-a886-0a74e6fcd7c0 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-04-25T02:58:12.794Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||basic_onboard_shsvmo 0 2022-04-25T02:58:12.798Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d027c80c-f906-40e9-a886-0a74e6fcd7c0 2022-04-25T02:58:12.799Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8d046504-53e1-4500-b3b9-efd361ad048b from URL: /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json 2022-04-25T02:58:12.799Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T02:58:12.799Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json 2022-04-25T02:58:13.196Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T02:58:13.197Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json 8d046504-53e1-4500-b3b9-efd361ad048b 798 2022-04-25T02:58:13.197Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json ASDC sendASDCNotification 2022-04-25T02:58:13.197Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json 2022-04-25T02:58:13.197Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T02:58:13.197Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:13.199Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:13.199Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855493197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T02:58:13.300Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T02:58:13.301Z||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-04-25T02:58:13.301Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:13.311Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:13.312Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:14.201Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardShsvmo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "278cbd12-d6fe-42b5-a572-45764cd00922", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f92c4651-2639-40d4-b4fc-9413cf350695", "vfModuleModelCustomizationUUID": "bbc39222-2fd2-4f72-9942-e1d8548dfb38", "isBase": true, "artifacts": [ "1372ed65-a6a8-46e4-a215-eeddf024e872", "3c99d92b-ee71-4042-bf63-16250c849601" ], "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-04-25T02:58:14.218Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardShsvmo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f92c4651-2639-40d4-b4fc-9413cf350695 VfModuleModelInvariantUUID:278cbd12-d6fe-42b5-a572-45764cd00922 VfModuleModelDescription:NULL Artifacts UUID List:{ 1372ed65-a6a8-46e4-a215-eeddf024e872 , 3c99d92b-ee71-4042-bf63-16250c849601 } 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-04-25T02:58:14.221Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardShsvmo..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "278cbd12-d6fe-42b5-a572-45764cd00922", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f92c4651-2639-40d4-b4fc-9413cf350695", "vfModuleModelCustomizationUUID": "bbc39222-2fd2-4f72-9942-e1d8548dfb38", "isBase": true, "artifacts": [ "1372ed65-a6a8-46e4-a215-eeddf024e872", "3c99d92b-ee71-4042-bf63-16250c849601" ], "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-04-25T02:58:14.221Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardShsvmo..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f92c4651-2639-40d4-b4fc-9413cf350695 VfModuleModelInvariantUUID:278cbd12-d6fe-42b5-a572-45764cd00922 VfModuleModelDescription:NULL Artifacts UUID List:{ 1372ed65-a6a8-46e4-a215-eeddf024e872 , 3c99d92b-ee71-4042-bf63-16250c849601 } 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-04-25T02:58:14.221Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 1372ed65-a6a8-46e4-a215-eeddf024e872 from URL: /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml 2022-04-25T02:58:14.222Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T02:58:14.222Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml 2022-04-25T02:58:14.471Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T02:58:14.472Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml 1372ed65-a6a8-46e4-a215-eeddf024e872 5033 2022-04-25T02:58:14.472Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-25T02:58:14.472Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml 2022-04-25T02:58:14.472Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T02:58:14.472Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:14.477Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:14.477Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855494472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T02:58:14.575Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-04-25T02:58:14.576Z||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-04-25T02:58:14.576Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:14.586Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:14.586Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:15.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c99d92b-ee71-4042-bf63-16250c849601 from URL: /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env 2022-04-25T02:58:15.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T02:58:15.479Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env 2022-04-25T02:58:16.091Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T02:58:16.092Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env 3c99d92b-ee71-4042-bf63-16250c849601 909 2022-04-25T02:58:16.092Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-25T02:58:16.092Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env 2022-04-25T02:58:16.092Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T02:58:16.092Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:16.095Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:16.095Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855496092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-25T02:58:16.196Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:16.196Z||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-04-25T02:58:16.196Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:16.208Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:16.208Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:17.096Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 30708d2d-fb6c-40e7-b035-d99fcec1542d 2022-04-25T02:58:17.096Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_shsvmo 0 d027c80c-f906-40e9-a886-0a74e6fcd7c0 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-04-25T02:58:17.125Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3662fa81, org.onap.sdc.toscaparser.api.parameters.Input@17600adb, org.onap.sdc.toscaparser.api.parameters.Input@1eae8b2c, org.onap.sdc.toscaparser.api.parameters.Input@3483fd6e, org.onap.sdc.toscaparser.api.parameters.Input@1514bf8d] 2022-04-25T02:58:17.127Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.128Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.128Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-25T02:58:17.128Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1dbc777f-cc2d-45d3-9152-c2df9c604623 2022-04-25T02:58:17.128Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1dbc777f-cc2d-45d3-9152-c2df9c604623 matches Tosca VF Customization UUID: 1dbc777f-cc2d-45d3-9152-c2df9c604623 2022-04-25T02:58:17.128Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1dbc777f-cc2d-45d3-9152-c2df9c604623 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-04-25T02:58:17.133Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.133Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.134Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1dbc777f-cc2d-45d3-9152-c2df9c604623: {\"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-04-25T02:58:17.134Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@40183def 2022-04-25T02:58:17.134Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.135Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T02:58:17.135Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bbc39222-2fd2-4f72-9942-e1d8548dfb38 2022-04-25T02:58:17.136Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bbc39222-2fd2-4f72-9942-e1d8548dfb38 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-04-25T02:58:17.140Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.141Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:17.141Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T02:58:17.141Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.141Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:17.142Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T02:58:17.142Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.142Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is not matching search criteria 2022-04-25T02:58:17.142Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-25T02:58:17.142Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-25T02:58:17.142Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d928a354-5401-437f-950d-34b78f87b079 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-04-25T02:58:17.148Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.148Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:17.148Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T02:58:17.149Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.149Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_shsvmo 0 is matching search criteria 2022-04-25T02:58:17.149Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_shsvmo 0] matching following query criteria: sdcType=VF, customizationUUID=1dbc777f-cc2d-45d3-9152-c2df9c604623 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-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 30708d2d-fb6c-40e7-b035-d99fcec1542d: basic_onboard_shsvmo 2022-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.151Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_shsvmo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T02:58:17.152Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_shsvmo 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-04-25T02:58:17.330Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_shsvmo d027c80c-f906-40e9-a886-0a74e6fcd7c0 1 ASDC deployResourceStructure 2022-04-25T02:58:17.330Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json ASDC sendASDCNotification 2022-04-25T02:58:17.330Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json 2022-04-25T02:58:17.330Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T02:58:17.331Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:17.332Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:17.332Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855497330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T02:58:17.432Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:17.433Z||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-04-25T02:58:17.434Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:17.443Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:17.444Z||pool-14-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:18.333Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-25T02:58:18.333Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml 2022-04-25T02:58:18.333Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T02:58:18.334Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:18.336Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:18.336Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855498333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-25T02:58:18.436Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:18.437Z||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-04-25T02:58:18.437Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:18.447Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:18.447Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:19.336Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-25T02:58:19.337Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env 2022-04-25T02:58:19.337Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T02:58:19.337Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:19.339Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:19.339Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855499336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-25T02:58:19.439Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:19.440Z||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-04-25T02:58:19.440Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:19.448Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:19.449Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:20.340Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar ASDC sendASDCNotification 2022-04-25T02:58:20.340Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar 2022-04-25T02:58:20.340Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T02:58:20.345Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T02:58:20.346Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T02:58:20.347Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855500340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T02:58:20.447Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T02:58:20.448Z||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-04-25T02:58:20.448Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T02:58:20.458Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:58:20.459Z||pool-17-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T02:58:21.348Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T02:58:21.373Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T02:58:21.375Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T02:58:21.375Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T02:58:21.375Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T02:58:51.376Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T02:58:51.389Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T02:58:51.392Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T02:58:51.392Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T02:58:51.392Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T02:59:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T02:59:01.270Z||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-04-25T02:59:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T02:59:01.290Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T02:59:01.291Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T02:59:01.291Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855481225, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T02:59:01.292Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T02:59:21.393Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T02:59:21.406Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T02:59:21.408Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T02:59:21.408Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T02:59:21.408Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T02:59:51.409Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T02:59:51.422Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T02:59:51.424Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T02:59:51.425Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T02:59:51.425Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:00:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:00:01.270Z||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-04-25T03:00:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:00:01.286Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:00:01.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:00:01.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855481244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:00:01.289Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:00:21.425Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:00:21.440Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:00:21.443Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:00:21.443Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:00:21.444Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:00:51.444Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:00:51.456Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:00:51.459Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:00:51.459Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:00:51.459Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:01:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:01:01.270Z||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-04-25T03:01:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:01:01.292Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:01:01.295Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.295Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:01:01.296Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.296Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.296Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855475026, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855475825, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855482535, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.298Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855476025, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855476323, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855483172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855483736, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855483831, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T03:01:01.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855484331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.302Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "cds", "timestamp": 1650855484749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-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-04-25T03:01:01.310Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b003b41f-2e6b-437a-97e9-d8fa6446d893 2022-04-25T03:01:01.310Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:01.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855484881, "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-04-25T03:01:01.326Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b003b41f-2e6b-437a-97e9-d8fa6446d893 2022-04-25T03:01:01.326Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:01.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:01:01.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855485113, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.336Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855485339, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "multicloud-k8s-id", "timestamp": 1650855485884, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.337Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855486117, "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-04-25T03:01:01.343Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b003b41f-2e6b-437a-97e9-d8fa6446d893 2022-04-25T03:01:01.343Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:01.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "policy-id", "timestamp": 1650855486342, "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-04-25T03:01:01.358Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b003b41f-2e6b-437a-97e9-d8fa6446d893 2022-04-25T03:01:01.358Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:01.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855481267, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855489432, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855493197, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855494472, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855494684, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855496092, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855496409, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855496703, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855497330, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/basic_onboard_shsvmo0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.371Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "aai-ml", "timestamp": 1650855497414, "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-04-25T03:01:01.378Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b003b41f-2e6b-437a-97e9-d8fa6446d893 2022-04-25T03:01:01.378Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:01.387Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.387Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "clamp", "timestamp": 1650855497708, "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-04-25T03:01:01.392Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b003b41f-2e6b-437a-97e9-d8fa6446d893 2022-04-25T03:01:01.393Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:01.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855498333, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855499336, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/resourceInstances/basic_onboard_shsvmo0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:01.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:01:01.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855500340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardShsvmo/1.0/artifacts/service-BasicOnboardShsvmo-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:01:01.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:01:21.459Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:01:21.473Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:01:21.477Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:01:21.477Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:01:21.477Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:01:21.478Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-04-25T03:01:21.483Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:01:51.484Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 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-04-25T03:01:51.495Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b003b41f-2e6b-437a-97e9-d8fa6446d893 and serviceModelVersionId: 30708d2d-fb6c-40e7-b035-d99fcec1542d 2022-04-25T03:01:51.495Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03aa1b45-713a-4a77-8252-56f25d891e51 2022-04-25T03:02:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:02:01.270Z||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-04-25T03:02:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:01.790Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:01.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.801Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.802Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.803Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.804Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855550825, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855551119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.805Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855558775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855558980, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "ves-openapi-manager", "timestamp": 1650855552526, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.806Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "cds", "timestamp": 1650855559779, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-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-04-25T03:02:01.825Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ce262f03-feb3-4132-b0a7-0ff8de347242 2022-04-25T03:02:01.825Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:01.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855560045, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855561102, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855562117, "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-04-25T03:02:01.842Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce262f03-feb3-4132-b0a7-0ff8de347242 2022-04-25T03:02:01.842Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:01.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855556324, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "multicloud-k8s-id", "timestamp": 1650855563119, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:02:01.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.853Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855564050, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.857Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855565053, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "policy-id", "timestamp": 1650855566055, "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-04-25T03:02:01.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ce262f03-feb3-4132-b0a7-0ff8de347242 2022-04-25T03:02:01.863Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:01.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855560860, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855568750, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:01.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855565026, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855571817, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855566025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:02:01.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650855572820, "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-04-25T03:02:01.882Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ce262f03-feb3-4132-b0a7-0ff8de347242 2022-04-25T03:02:01.882Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:01.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855572939, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855583298, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:02:01.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "aai-ml", "timestamp": 1650855584303, "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-04-25T03:02:01.898Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ce262f03-feb3-4132-b0a7-0ff8de347242 2022-04-25T03:02:01.899Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:01.908Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.908Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855584688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:01.908Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855587690, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:02:01.909Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:02:01.909Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:02:01.909Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "clamp", "timestamp": 1650855588695, "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-04-25T03:02:01.916Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ce262f03-feb3-4132-b0a7-0ff8de347242 2022-04-25T03:02:01.916Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:03.190Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0 2022-04-25T03:02:03.269Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:02:03.641Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0|INFO|500||Invoke 2022-04-25T03:02:03.660Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b003b41f-2e6b-437a-97e9-d8fa6446d893], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f7a7ab6e-6fb8-45c8-ab4f-88afd3903de1], X-ECOMP-RequestID=[b003b41f-2e6b-437a-97e9-d8fa6446d893], X-TransactionId=[], X-ONAP-RequestID=[b003b41f-2e6b-437a-97e9-d8fa6446d893], Content-Type=[application/merge-patch+json]} 2022-04-25T03:02:03.866Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:02:04.159Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?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/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-03:02:03:874-93718], vertex-id=[209064], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:02:03 GMT], Content-Type=[application/json]} 2022-04-25T03:02:04.160Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:02:04.161Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03aa1b45-713a-4a77-8252-56f25d891e51/model-vers/model-ver/30708d2d-fb6c-40e7-b035-d99fcec1542d?depth=0|INFO|500||InvokeReturn 2022-04-25T03:02:04.163Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:02:04.163Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-04-25T03:02:04.170Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-04-25T03:02:04.177Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b003b41f-2e6b-437a-97e9-d8fa6446d893 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:02:04.178Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:02:04.178Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:04.179Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:04.180Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855724177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:02:04.280Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:04.281Z||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-04-25T03:02:04.281Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:04.290Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:04.290Z||pool-18-thread-1|||||INFO|500||cambria reply ok (10 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-04-25T03:02:05.194Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:02:05.194Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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-04-25T03:02:05.195Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:09.580Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:09.580Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:02:09.581Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ce262f03-feb3-4132-b0a7-0ff8de347242","serviceName":"vFW 2022-04-25 02-57-15","serviceVersion":"1.0","serviceUUID":"d0222c67-1581-4dff-a6b2-6b0919acbea3","serviceDescription":"catalog service description","serviceInvariantUUID":"3efee2a5-1c2f-4baa-939a-92268c3eca73","resources":[{"resourceInstanceName":"vFW 7db67af0-879e 0","resourceName":"vFW 7db67af0-879e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dedc43c3-78a9-417f-8a19-f4da7dd6663d","resourceInvariantUUID":"06646b96-7a4c-4dbd-81f5-e22235990d6c","resourceCustomizationUUID":"ea5ec864-8110-483f-83ff-7261066317bd","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml","artifactChecksum":"N2ZmY2I4OWVhZWJkMzE1ODkyZTFlYzliOTJiMjI0Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"42a91e54-9062-4445-847a-4ad88087d28d","artifactVersion":"1"},{"artifactName":"vfw7db67af0879e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json","artifactChecksum":"ZjYxMDg1M2E0MTVlNDZhNWVmNTRkZDZkNTY0MGFmZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cbcf199e-7d43-49da-825f-77d7c8dc4b58","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a2b9631-5d5f-400a-a05d-3201eaa83a95","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjlmOWJhODg1ZGJhNjAxOTdkZTNkMzhiYmI1YzFmMTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"589c12f3-f946-4ec0-848f-f794dea6e049","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b8c2df3c-c83c-44dd-b38e-ab877bfed3b4","artifactVersion":"2","generatedFromUUID":"7a2b9631-5d5f-400a-a05d-3201eaa83a95"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425025715-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml","artifactChecksum":"NmUxMzUyYTcyYjBlNGJkYTcxZjVmMThmZjcwOTY5ZmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71114b9c-c157-416b-b60e-ac6ef7e02355","artifactVersion":"1"},{"artifactName":"service-Vfw20220425025715-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar","artifactChecksum":"MTMyN2I4ZTQ2NDlmYzZhODRkNjcyNWUyNzhmYzRiMTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e90b8326-ec9a-4dd3-9205-81ce7ff72e76","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:02:09.583Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:09.583Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:09.585Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:09.585Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:09.686Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:09.687Z||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-04-25T03:02:09.687Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:09.697Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:09.698Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:10.586Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:10.587Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:10.590Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:10.590Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:02:10.690Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:10.691Z||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-04-25T03:02:10.691Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:10.701Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:10.701Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:02:11.590Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:11.591Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:11.593Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:11.594Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-25T03:02:11.694Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:11.695Z||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-04-25T03:02:11.696Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:11.704Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:11.704Z||pool-21-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:12.594Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:12.595Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:12.598Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:12.598Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:12.699Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:02:12.700Z||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-04-25T03:02:12.700Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:12.711Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:12.712Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:13.599Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:13.601Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:13.602Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:13.603Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-25T03:02:13.703Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:13.704Z||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-04-25T03:02:13.704Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:13.713Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:13.714Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:14.603Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:14.604Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:14.606Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:14.606Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:02:14.707Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:14.708Z||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-04-25T03:02:14.708Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:14.719Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:14.719Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:02:15.607Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:02:15.608Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:15.609Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:15.609Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:02:15.710Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:15.710Z||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-04-25T03:02:15.710Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:15.721Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:15.721Z||pool-25-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:16.612Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "serviceName": "vFW 2022-04-25 02-57-15", "serviceVersion": "1.0", "serviceUUID": "d0222c67-1581-4dff-a6b2-6b0919acbea3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3efee2a5-1c2f-4baa-939a-92268c3eca73", "resources": [ { "resourceInstanceName": "vFW 7db67af0-879e 0", "resourceCustomizationUUID": "ea5ec864-8110-483f-83ff-7261066317bd", "resourceName": "vFW 7db67af0-879e", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dedc43c3-78a9-417f-8a19-f4da7dd6663d", "resourceInvariantUUID": "06646b96-7a4c-4dbd-81f5-e22235990d6c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw7db67af0879e0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "artifactChecksum": "ZjYxMDg1M2E0MTVlNDZhNWVmNTRkZDZkNTY0MGFmZmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cbcf199e-7d43-49da-825f-77d7c8dc4b58", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "7a2b9631-5d5f-400a-a05d-3201eaa83a95", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8c2df3c-c83c-44dd-b38e-ab877bfed3b4", "generatedFromUUID": "7a2b9631-5d5f-400a-a05d-3201eaa83a95" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "b8c2df3c-c83c-44dd-b38e-ab877bfed3b4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220425025715-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "artifactChecksum": "MTMyN2I4ZTQ2NDlmYzZhODRkNjcyNWUyNzhmYzRiMTc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e90b8326-ec9a-4dd3-9205-81ce7ff72e76" } ], "workloadContext": "Production" } 2022-04-25T03:02:16.612Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:02:16.612Z|b003b41f-2e6b-437a-97e9-d8fa6446d893|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d0222c67-1581-4dff-a6b2-6b0919acbea3 ASDC 2022-04-25T03:02:16.613Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ce262f03-feb3-4132-b0a7-0ff8de347242 ServiceName:vFW 2022-04-25 02-57-15 ServiceVersion:1.0 ServiceUUID:d0222c67-1581-4dff-a6b2-6b0919acbea3 ServiceInvariantUUID:3efee2a5-1c2f-4baa-939a-92268c3eca73 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220425025715-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar ArtifactUUID:e90b8326-ec9a-4dd3-9205-81ce7ff72e76 ArtifactChecksum:MTMyN2I4ZTQ2NDlmYzZhODRkNjcyNWUyNzhmYzRiMTc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 7db67af0-879e 0 ResourceCustomizationUUID:ea5ec864-8110-483f-83ff-7261066317bd ResourceInvariantUUID:06646b96-7a4c-4dbd-81f5-e22235990d6c ResourceName:vFW 7db67af0-879e ResourceType:VF ResourceUUID:dedc43c3-78a9-417f-8a19-f4da7dd6663d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw7db67af0879e0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json ArtifactUUID:cbcf199e-7d43-49da-825f-77d7c8dc4b58 ArtifactChecksum:ZjYxMDg1M2E0MTVlNDZhNWVmNTRkZDZkNTY0MGFmZmY= 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/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml ArtifactUUID:7a2b9631-5d5f-400a-a05d-3201eaa83a95 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/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env ArtifactUUID:b8c2df3c-c83c-44dd-b38e-ab877bfed3b4 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/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env ArtifactUUID:b8c2df3c-c83c-44dd-b38e-ab877bfed3b4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T03:02:16.613Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d0222c67-1581-4dff-a6b2-6b0919acbea3 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-04-25T03:02:16.650Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:02:16.650Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:02:16.650Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:02:16.651Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e90b8326-ec9a-4dd3-9205-81ce7ff72e76 from URL: /sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:16.651Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:02:16.651Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:17.630Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:02:17.638Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar e90b8326-ec9a-4dd3-9205-81ce7ff72e76 99018 2022-04-25T03:02:17.639Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar ASDC sendASDCNotification 2022-04-25T03:02:17.639Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:17.639Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:02:17.639Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:17.640Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:17.641Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855737639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:17.741Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:17.742Z||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-04-25T03:02:17.742Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:17.752Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:17.752Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:18.641Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:02:18.642Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:02:18.642Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: e90b8326-ec9a-4dd3-9205-81ce7ff72e76, URL: /sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar to file: /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:18.643Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425025715-csar.csar 2022-04-25T03:02:18.643Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:18.643Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:18.862Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15807703087964778138/Definitions/service-Vfw20220425025715-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 7db67af0-879e 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-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-Vfw20220425025715-csar.csar 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.244Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-25T03:02:21.245Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.246Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:21.247Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-25T03:02:21.248Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.257Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4a8b8a3-fefa-41c9-afdb-4d86df12ab73 2022-04-25T03:02:21.257Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.257Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:21.257Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.258Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d3a7686-1705-48d4-83e1-d1e958baf05a 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.259Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=55ed2ef9-0142-4c90-b943-4106b4058d94 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.260Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.261Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.261Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.261Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:21.261Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:21.261Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-04-25 02-57-15 Description:catalog service description Model UUID:d0222c67-1581-4dff-a6b2-6b0919acbea3 Model Version:NULL Model InvariantUuid:3efee2a5-1c2f-4baa-939a-92268c3eca73 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 7db67af0-879e Model UUID:096a28c6-8282-4412-9dfd-852861b2a8cc Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:06646b96-7a4c-4dbd-81f5-e22235990d6c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ea5ec864-8110-483f-83ff-7261066317bd NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5ecdd5e0-3698-4fa6-bbb8-a4807bc9ed1f ModelName:Vfw7db67af0879e..base_vfw..module-0 ModelUuid:9707af83-17aa-451f-ad66-29fbf0e9eb50 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d4a8b8a3-fefa-41c9-afdb-4d86df12ab73 ModelInvariantUuid:48d327e6-1551-41ef-af60-6444e76c41ba ModelName:vFW 7db67af0-879e-nodes.vfwCvfc ModelUuid:d69a98aa-63f8-4d83-a8c8-be0461599fd3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:412a7cc8-cf5a-4fe9-81d1-cfa0b6d59b5b ModelInvariantUuid:38f95b5c-10cd-4881-ada5-56775cc0ad95 ModelName:Vfw7db67af0879e.compute.nodes.heat.vfw ModelUuid:d5ab08df-0266-4144-a066-ad90683fc576 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6d3a7686-1705-48d4-83e1-d1e958baf05a ModelInvariantUuid:65af99f6-2273-45d7-9864-51b4a04a75b6 ModelName:vFW 7db67af0-879e-nodes.vsnCvfc ModelUuid:80d4919e-0d94-4684-99bd-8849303cee36 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:18493473-ccf7-4047-8238-2c1378a7b1af ModelInvariantUuid:385f42a5-0840-4a7b-8afb-a1171e08acaf ModelName:Vfw7db67af0879e.compute.nodes.heat.vsn ModelUuid:d6a48501-0988-4023-a783-b7ed8a92b88f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:55ed2ef9-0142-4c90-b943-4106b4058d94 ModelInvariantUuid:0a7444e2-951b-4b47-98da-dc86bed221f5 ModelName:vFW 7db67af0-879e-nodes.vpgCvfc ModelUuid:2c8b5a6e-4058-48ba-96a2-f10e89f1e1c8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:c3480ac2-a197-41ca-bb50-8fff4bada339 ModelInvariantUuid:8b24156a-c242-4b1a-a3d4-88cdd42334a5 ModelName:Vfw7db67af0879e.compute.nodes.heat.vpg ModelUuid:29c17293-2ede-4ec2-ad15-48f2ed4b3543 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-04-25T03:02:21.271Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: dedc43c3-78a9-417f-8a19-f4da7dd6663d 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-04-25T03:02:21.274Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||vFW 7db67af0-879e 0 2022-04-25T03:02:21.274Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dedc43c3-78a9-417f-8a19-f4da7dd6663d 2022-04-25T03:02:21.274Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cbcf199e-7d43-49da-825f-77d7c8dc4b58 from URL: /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json 2022-04-25T03:02:21.274Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:02:21.275Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json 2022-04-25T03:02:21.335Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:02:21.336Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json cbcf199e-7d43-49da-825f-77d7c8dc4b58 785 2022-04-25T03:02:21.336Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json ASDC sendASDCNotification 2022-04-25T03:02:21.336Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json 2022-04-25T03:02:21.336Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:02:21.336Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:21.338Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:21.338Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855741336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:21.438Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:21.439Z||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-04-25T03:02:21.439Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:21.449Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:21.449Z||pool-27-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:22.338Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7db67af0879e..base_vfw..module-0", "vfModuleModelInvariantUUID": "5ecdd5e0-3698-4fa6-bbb8-a4807bc9ed1f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9707af83-17aa-451f-ad66-29fbf0e9eb50", "vfModuleModelCustomizationUUID": "ff3e7a9f-66e6-40c3-ba40-d7cb989aa959", "isBase": true, "artifacts": [ "7a2b9631-5d5f-400a-a05d-3201eaa83a95", "b8c2df3c-c83c-44dd-b38e-ab877bfed3b4" ], "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-04-25T03:02:22.345Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7db67af0879e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9707af83-17aa-451f-ad66-29fbf0e9eb50 VfModuleModelInvariantUUID:5ecdd5e0-3698-4fa6-bbb8-a4807bc9ed1f VfModuleModelDescription:NULL Artifacts UUID List:{ 7a2b9631-5d5f-400a-a05d-3201eaa83a95 , b8c2df3c-c83c-44dd-b38e-ab877bfed3b4 } 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-04-25T03:02:22.349Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw7db67af0879e..base_vfw..module-0", "vfModuleModelInvariantUUID": "5ecdd5e0-3698-4fa6-bbb8-a4807bc9ed1f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "9707af83-17aa-451f-ad66-29fbf0e9eb50", "vfModuleModelCustomizationUUID": "ff3e7a9f-66e6-40c3-ba40-d7cb989aa959", "isBase": true, "artifacts": [ "7a2b9631-5d5f-400a-a05d-3201eaa83a95", "b8c2df3c-c83c-44dd-b38e-ab877bfed3b4" ], "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-04-25T03:02:22.349Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw7db67af0879e..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:9707af83-17aa-451f-ad66-29fbf0e9eb50 VfModuleModelInvariantUUID:5ecdd5e0-3698-4fa6-bbb8-a4807bc9ed1f VfModuleModelDescription:NULL Artifacts UUID List:{ 7a2b9631-5d5f-400a-a05d-3201eaa83a95 , b8c2df3c-c83c-44dd-b38e-ab877bfed3b4 } 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-04-25T03:02:22.349Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7a2b9631-5d5f-400a-a05d-3201eaa83a95 from URL: /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml 2022-04-25T03:02:22.349Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:02:22.350Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml 2022-04-25T03:02:22.399Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:02:22.399Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml 7a2b9631-5d5f-400a-a05d-3201eaa83a95 20368 2022-04-25T03:02:22.400Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-25T03:02:22.400Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml 2022-04-25T03:02:22.400Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:02:22.400Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:22.402Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:22.402Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855742400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:22.502Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:22.503Z||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-04-25T03:02:22.503Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:22.512Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:22.513Z||pool-28-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:23.403Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b8c2df3c-c83c-44dd-b38e-ab877bfed3b4 from URL: /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env 2022-04-25T03:02:23.403Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:02:23.404Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env 2022-04-25T03:02:23.459Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:02:23.459Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env b8c2df3c-c83c-44dd-b38e-ab877bfed3b4 2098 2022-04-25T03:02:23.460Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-25T03:02:23.460Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env 2022-04-25T03:02:23.460Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:02:23.461Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:23.463Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:23.463Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855743460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:02:23.563Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:23.564Z||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-04-25T03:02:23.565Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:23.574Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:23.575Z||pool-29-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:24.464Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: d0222c67-1581-4dff-a6b2-6b0919acbea3 2022-04-25T03:02:24.464Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 7db67af0-879e 0 dedc43c3-78a9-417f-8a19-f4da7dd6663d 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-04-25T03:02:24.485Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47788f4, org.onap.sdc.toscaparser.api.parameters.Input@1b33afbe, org.onap.sdc.toscaparser.api.parameters.Input@bb32f7c, org.onap.sdc.toscaparser.api.parameters.Input@241973c6, org.onap.sdc.toscaparser.api.parameters.Input@1c117f99] 2022-04-25T03:02:24.487Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.487Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.488Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-25T03:02:24.488Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ea5ec864-8110-483f-83ff-7261066317bd 2022-04-25T03:02:24.488Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ea5ec864-8110-483f-83ff-7261066317bd matches Tosca VF Customization UUID: ea5ec864-8110-483f-83ff-7261066317bd 2022-04-25T03:02:24.488Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ea5ec864-8110-483f-83ff-7261066317bd 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-04-25T03:02:24.491Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.491Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.492Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ea5ec864-8110-483f-83ff-7261066317bd: {\"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-04-25T03:02:24.492Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@676bac87 2022-04-25T03:02:24.492Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.492Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:02:24.492Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ff3e7a9f-66e6-40c3-ba40-d7cb989aa959 2022-04-25T03:02:24.493Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ff3e7a9f-66e6-40c3-ba40-d7cb989aa959 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-04-25T03:02:24.495Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.495Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:24.495Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:24.495Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.495Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:24.495Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.496Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:24.497Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-25T03:02:24.497Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:24.497Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-25T03:02:24.497Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.497Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d4a8b8a3-fefa-41c9-afdb-4d86df12ab73 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-04-25T03:02:24.499Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.499Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:24.499Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:24.500Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.500Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:24.500Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:24.500Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:24.500Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.501Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6d3a7686-1705-48d4-83e1-d1e958baf05a 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-04-25T03:02:24.503Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.504Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:24.504Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:24.506Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.506Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is not matching search criteria 2022-04-25T03:02:24.506Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-04-25T03:02:24.506Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-04-25T03:02:24.506Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-04-25T03:02:24.506Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-04-25T03:02:24.507Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=55ed2ef9-0142-4c90-b943-4106b4058d94 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-04-25T03:02:24.509Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.509Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:24.509Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:02:24.509Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.509Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Node template vFW 7db67af0-879e 0 is matching search criteria 2022-04-25T03:02:24.510Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 7db67af0-879e 0] matching following query criteria: sdcType=VF, customizationUUID=ea5ec864-8110-483f-83ff-7261066317bd 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-04-25T03:02:24.511Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.511Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid d0222c67-1581-4dff-a6b2-6b0919acbea3: vFW 7db67af0-879e 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-04-25 02-57-15 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:02:24.512Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-04-25 02-57-15 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-04-25T03:02:24.710Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 7db67af0-879e dedc43c3-78a9-417f-8a19-f4da7dd6663d 1 ASDC deployResourceStructure 2022-04-25T03:02:24.710Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json ASDC sendASDCNotification 2022-04-25T03:02:24.710Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json 2022-04-25T03:02:24.711Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:02:24.711Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:24.713Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:24.713Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855744710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:02:24.814Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:02:24.814Z||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-04-25T03:02:24.815Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:24.823Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:24.824Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:25.714Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-04-25T03:02:25.714Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml 2022-04-25T03:02:25.714Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:02:25.715Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:25.716Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:25.716Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855745714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:02:25.817Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:02:25.818Z||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-04-25T03:02:25.818Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:25.829Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:25.829Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:26.717Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-04-25T03:02:26.717Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env 2022-04-25T03:02:26.718Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:02:26.718Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:26.720Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:26.720Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855746717, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-25T03:02:26.820Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:02:26.821Z||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-04-25T03:02:26.821Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:26.831Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:26.832Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:27.721Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar ASDC sendASDCNotification 2022-04-25T03:02:27.722Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar 2022-04-25T03:02:27.722Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:02:27.722Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:27.724Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:27.724Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855747721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:02:27.825Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:02:27.825Z||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-04-25T03:02:27.825Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:27.835Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:27.836Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:02:28.726Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ce262f03-feb3-4132-b0a7-0ff8de347242 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:02:28.746Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ce262f03-feb3-4132-b0a7-0ff8de347242 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:02:28.750Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:02:28.751Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:02:28.758Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:02:58.758Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ce262f03-feb3-4132-b0a7-0ff8de347242 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-04-25T03:02:58.764Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ce262f03-feb3-4132-b0a7-0ff8de347242 and serviceModelVersionId: d0222c67-1581-4dff-a6b2-6b0919acbea3 2022-04-25T03:02:58.765Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3efee2a5-1c2f-4baa-939a-92268c3eca73 2022-04-25T03:02:58.766Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3efee2a5-1c2f-4baa-939a-92268c3eca73/model-vers/model-ver/d0222c67-1581-4dff-a6b2-6b0919acbea3?depth=0 2022-04-25T03:02:58.772Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:02:58.804Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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/3efee2a5-1c2f-4baa-939a-92268c3eca73/model-vers/model-ver/d0222c67-1581-4dff-a6b2-6b0919acbea3?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-04-25T03:02:58.805Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3efee2a5-1c2f-4baa-939a-92268c3eca73/model-vers/model-ver/d0222c67-1581-4dff-a6b2-6b0919acbea3?depth=0|INFO|500||Invoke 2022-04-25T03:02:58.830Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3efee2a5-1c2f-4baa-939a-92268c3eca73/model-vers/model-ver/d0222c67-1581-4dff-a6b2-6b0919acbea3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:02:59.218Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3efee2a5-1c2f-4baa-939a-92268c3eca73/model-vers/model-ver/d0222c67-1581-4dff-a6b2-6b0919acbea3?depth=0|INFO|500||InvokeReturn 2022-04-25T03:02:59.218Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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/3efee2a5-1c2f-4baa-939a-92268c3eca73/model-vers/model-ver/d0222c67-1581-4dff-a6b2-6b0919acbea3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-03:02:58:837-6638], vertex-id=[213160], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:02:58 GMT], Content-Type=[application/json]} 2022-04-25T03:02:59.218Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:02:59.219Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:02:59.219Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:02:59.226Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:02:59.227Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ce262f03-feb3-4132-b0a7-0ff8de347242 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:02:59.227Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:02:59.227Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:02:59.229Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:02:59.229Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855779227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:02:59.329Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:02:59.330Z||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-04-25T03:02:59.331Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:02:59.342Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:02:59.342Z||pool-34-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-25T03:03:00.242Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:03:00.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:03:00.243Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:03:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:03:01.270Z||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-04-25T03:03:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:03:01.888Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:03:01.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.889Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "b003b41f-2e6b-437a-97e9-d8fa6446d893", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855724177, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:03:01.890Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:03:01.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855725194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855737639, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855741336, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:03:01.892Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855742400, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855743460, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855744710, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/vfw7db67af0879e0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855745714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.893Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855746717, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/resourceInstances/vfw7db67af0879e0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855747721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220425025715/1.0/artifacts/service-Vfw20220425025715-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "ce262f03-feb3-4132-b0a7-0ff8de347242", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650855779227, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:03:01.894Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:03:09.771Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:03:09.771Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:03:09.772Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:03:09.772Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:03:19.316Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:03:19.316Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:03:19.317Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:03:19.317Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:03:28.844Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:03:28.844Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:03:28.845Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:03:28.845Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:03:38.371Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:04:01.267Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:04:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:04:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:04:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:04:01.269Z||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-04-25T03:04:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:04:10.795Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:04:10.799Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:05:01.267Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:05:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:05:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:05:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:05:01.269Z||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-04-25T03:05:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:05:10.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:05:10.802Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:06:01.267Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:06:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:06:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:06:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:06:01.270Z||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-04-25T03:06:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:06:10.803Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:06:10.803Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:07:01.267Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:07:01.267Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:07:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:07:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:07:01.269Z||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-04-25T03:07:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:07:10.802Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:07:10.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:01.267Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:08:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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-04-25T03:08:01.268Z|ce262f03-feb3-4132-b0a7-0ff8de347242|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:08:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:08:01.270Z||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-04-25T03:08:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:08:01.887Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:01.887Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:08:01.887Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"774b02ab-e201-47d5-99fa-e3ecdf96963c","serviceDescription":"service","serviceInvariantUUID":"db5ca33d-0965-40e1-80a9-341f03f7075c","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"400e0b5f-5d5b-4d8a-8d17-7636aac90bc7","resourceInvariantUUID":"5ce08680-82a0-4392-9922-525ee7c10287","resourceCustomizationUUID":"910dd738-9e50-418d-88a2-9e3205801c21","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":"NTRkY2E0OTk0ZWI3MDE5YTI4ZWJmYTBmYzEyNTM2NGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"71bd8dea-13f9-45c2-9012-67afe2e9a33e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ODUzYWUyMmU3M2Q5N2Y0ZDU2ODE0MDBhYWYwYmM2YTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"eb8c315e-019f-47d3-9794-f8333fdecd56","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:08:01.890Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:08:01.890Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:08:01.893Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:08:01.894Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856081267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:08:01.994Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:08:01.995Z||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-04-25T03:08:01.995Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:08:02.003Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:02.003Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:08:02.085Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:02.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:08:02.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "aai-ml", "timestamp": 1650856075026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:08:02.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:08:02.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:08:02.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "cds", "timestamp": 1650856075825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:08:02.087Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:08:02.894Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:08:02.895Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:08:02.897Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:08:02.897Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856081267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:08:02.997Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:08:02.998Z||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-04-25T03:08:02.998Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:08:03.006Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:03.007Z||pool-36-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:08:03.899Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "774b02ab-e201-47d5-99fa-e3ecdf96963c", "serviceDescription": "service", "serviceInvariantUUID": "db5ca33d-0965-40e1-80a9-341f03f7075c", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "910dd738-9e50-418d-88a2-9e3205801c21", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "400e0b5f-5d5b-4d8a-8d17-7636aac90bc7", "resourceInvariantUUID": "5ce08680-82a0-4392-9922-525ee7c10287", "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": "ODUzYWUyMmU3M2Q5N2Y0ZDU2ODE0MDBhYWYwYmM2YTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eb8c315e-019f-47d3-9794-f8333fdecd56" } ], "workloadContext": "Production" } 2022-04-25T03:08:03.899Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:08:03.899Z|ce262f03-feb3-4132-b0a7-0ff8de347242|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 774b02ab-e201-47d5-99fa-e3ecdf96963c ASDC 2022-04-25T03:08:03.899Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:774b02ab-e201-47d5-99fa-e3ecdf96963c ServiceInvariantUUID:db5ca33d-0965-40e1-80a9-341f03f7075c 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:eb8c315e-019f-47d3-9794-f8333fdecd56 ArtifactChecksum:ODUzYWUyMmU3M2Q5N2Y0ZDU2ODE0MDBhYWYwYmM2YTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:910dd738-9e50-418d-88a2-9e3205801c21 ResourceInvariantUUID:5ce08680-82a0-4392-9922-525ee7c10287 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:400e0b5f-5d5b-4d8a-8d17-7636aac90bc7 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-04-25T03:08:03.899Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 774b02ab-e201-47d5-99fa-e3ecdf96963c 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-04-25T03:08:03.931Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:08:03.931Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:08:03.931Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:08:03.931Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: eb8c315e-019f-47d3-9794-f8333fdecd56 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-04-25T03:08:03.931Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:08:03.932Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:04.327Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:08:04.330Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar eb8c315e-019f-47d3-9794-f8333fdecd56 52515 2022-04-25T03:08:04.330Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:04.330Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:04.331Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:08:04.331Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:08:04.332Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:08:04.332Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856084330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:08:04.433Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:08:04.433Z||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-04-25T03:08:04.434Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:08:04.445Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:04.445Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:08:05.332Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:08:05.334Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:08:05.334Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: eb8c315e-019f-47d3-9794-f8333fdecd56, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-25T03:08:05.335Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-04-25T03:08:05.335Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-25T03:08:05.335Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-25T03:08:05.415Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5079624852979444176/Definitions/service-BasicNetwork-template.yml 2022-04-25T03:08:05.825Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:08:05.825Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:08:05.825Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-04-25T03:08:05.825Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:08:05.826Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.827Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.828Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.828Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.828Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.828Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.828Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:774b02ab-e201-47d5-99fa-e3ecdf96963c Model Version:NULL Model InvariantUuid:db5ca33d-0965-40e1-80a9-341f03f7075c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:5ce08680-82a0-4392-9922-525ee7c10287 Model UUID:3969798f-4264-4a3f-acbf-800bd41145cb Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:910dd738-9e50-418d-88a2-9e3205801c21 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-04-25T03:08:05.838Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 400e0b5f-5d5b-4d8a-8d17-7636aac90bc7 2022-04-25T03:08:05.838Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||No resources found for Service: 774b02ab-e201-47d5-99fa-e3ecdf96963c 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-04-25T03:08:05.842Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500|| 2022-04-25T03:08:05.842Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-04-25T03:08:05.842Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 774b02ab-e201-47d5-99fa-e3ecdf96963c 2022-04-25T03:08:05.842Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 774b02ab-e201-47d5-99fa-e3ecdf96963c 2022-04-25T03:08:05.842Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-04-25T03:08:05.843Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.848Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a4b2143, org.onap.sdc.toscaparser.api.parameters.Input@2b0175a3, org.onap.sdc.toscaparser.api.parameters.Input@4bf836d2, org.onap.sdc.toscaparser.api.parameters.Input@1663f8c6, org.onap.sdc.toscaparser.api.parameters.Input@45718270] 2022-04-25T03:08:05.850Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.850Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.850Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.850Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.850Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 774b02ab-e201-47d5-99fa-e3ecdf96963c: Generic NeutronNet 2022-04-25T03:08:05.851Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.851Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.851Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.851Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.876Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.876Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.876Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.876Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.876Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:08:05.876Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:08:05.877Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.938Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-04-25T03:08:05.938Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.939Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:08:05.939Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:08:05.939Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:08:05.940Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:08:05.940Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856085938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:08:06.040Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:08:06.041Z||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-04-25T03:08:06.042Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:08:06.050Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:08:06.050Z||pool-38-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:08:06.947Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:08:06.960Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:08:06.963Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:08:06.963Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:08:06.963Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:08:36.963Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:08:36.973Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:08:36.976Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:08:36.976Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:08:36.976Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:09:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:09:01.270Z||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-04-25T03:09:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:09:01.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:09:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:09:01.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "clamp", "timestamp": 1650856076025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:09:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "ves-openapi-manager", "timestamp": 1650856072526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:09:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:09:06.976Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:09:06.986Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:09:06.989Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:09:06.989Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:09:06.989Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:09:36.989Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:09:37.001Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:09:37.004Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:09:37.004Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:09:37.004Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:10:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:10:01.270Z||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-04-25T03:10:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:10:01.286Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:10:01.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:10:01.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "policy-id", "timestamp": 1650856076323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:10:01.287Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:10:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:10:01.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856081267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:10:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:10:07.005Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:10:07.014Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:10:07.017Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:10:07.017Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:10:07.017Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:10:37.017Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:10:37.028Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:10:37.031Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:10:37.031Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:10:37.031Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:11:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:11:01.270Z||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-04-25T03:11:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:01.788Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:01.789Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "ves-openapi-manager", "timestamp": 1650856072526, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:11:01.790Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.790Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.790Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "clamp", "timestamp": 1650856076025, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "cds", "timestamp": 1650856075825, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "aai-ml", "timestamp": 1650856075026, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856081267, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.791Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "policy-id", "timestamp": 1650856076323, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "cds", "timestamp": 1650856084331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856084330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "aai-ml", "timestamp": 1650856084336, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:01.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "policy-id", "timestamp": 1650856084330, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:01.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "cds", "timestamp": 1650856085335, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:11:01.801Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 2022-04-25T03:11:01.802Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 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-04-25T03:11:01.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "policy-id", "timestamp": 1650856085332, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:11:01.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.815Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856085938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:11:01.815Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.815Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.816Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "policy-id", "timestamp": 1650856086334, "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-04-25T03:11:01.821Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 2022-04-25T03:11:01.821Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 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-04-25T03:11:01.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "aai-ml", "timestamp": 1650856088498, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:11:01.830Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "aai-ml", "timestamp": 1650856089503, "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-04-25T03:11:01.836Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 2022-04-25T03:11:01.836Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 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-04-25T03:11:01.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "multicloud-k8s-id", "timestamp": 1650856091119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:11:01.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "multicloud-k8s-id", "timestamp": 1650856091119, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "clamp", "timestamp": 1650856092775, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "clamp", "timestamp": 1650856094781, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "clamp", "timestamp": 1650856095784, "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-04-25T03:11:01.853Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 2022-04-25T03:11:01.854Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 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-04-25T03:11:01.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.864Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856100860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:11:01.864Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.864Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856100860, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856103555, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856105128, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-04-25T03:11:01.865Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856106133, "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-04-25T03:11:01.872Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 2022-04-25T03:11:01.872Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 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-04-25T03:11:07.031Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:11:07.046Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:11:07.049Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:11:07.050Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:11:07.050Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:11:07.050Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:11:07.050Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:11:07.056Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:11:37.057Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 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-04-25T03:11:37.062Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 and serviceModelVersionId: 774b02ab-e201-47d5-99fa-e3ecdf96963c 2022-04-25T03:11:37.062Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : db5ca33d-0965-40e1-80a9-341f03f7075c 2022-04-25T03:11:37.064Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0 2022-04-25T03:11:37.069Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:11:37.103Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0|INFO|500||Invoke 2022-04-25T03:11:37.103Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a2455768-c939-428d-b4fd-6e56011efb49], X-ECOMP-RequestID=[9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316], X-TransactionId=[], X-ONAP-RequestID=[9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316], Content-Type=[application/merge-patch+json]} 2022-04-25T03:11:37.128Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:11:37.410Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?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/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-03:11:37:135-95205], vertex-id=[172080], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:11:37 GMT], Content-Type=[application/json]} 2022-04-25T03:11:37.410Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:11:37.411Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/db5ca33d-0965-40e1-80a9-341f03f7075c/model-vers/model-ver/774b02ab-e201-47d5-99fa-e3ecdf96963c?depth=0|INFO|500||InvokeReturn 2022-04-25T03:11:37.411Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:11:37.412Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:11:37.416Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:11:37.417Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:11:37.417Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:11:37.417Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:37.419Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:37.419Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856297417, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:11:37.520Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:11:37.521Z||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-04-25T03:11:37.521Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:37.535Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:37.535Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-04-25T03:11:38.431Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:11:38.432Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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-04-25T03:11:38.432Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:48.783Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:48.784Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:11:48.784Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"765e96d0-5868-4304-9c11-e8da03176072","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"da6e5a49-0763-4f8f-ba04-397e840f9c5d","serviceDescription":"service","serviceInvariantUUID":"30874b61-41d8-4e58-b552-27c2d3ee81b9","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a21dd6f6-38d9-4155-9f65-edf09c41e072","resourceInvariantUUID":"ec22ddce-0458-4577-8536-3c531a379d17","resourceCustomizationUUID":"50ba9e97-a751-42c1-b58f-664e2d6d2925","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":"MDMyOWQwYTdkNTQyZDk1MzQzNTk5YmZjOGMyYzc3Mjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"617b7c69-0f6d-4130-a01e-4df30dbef6ee","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":"YzhhOWM3NzUxNzViZDliMzdiYjIzNzNhNGIzYjc2YzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"038e7913-acb2-4155-acdb-5456c77aa276","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":"c584901d-e7ae-4916-852e-a2c43c406d08","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":"4f6d431e-fa11-498b-a9a3-7405e77fe495","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":"b9706436-6f4a-455e-8e15-741f2a7807ed","artifactVersion":"2","generatedFromUUID":"c584901d-e7ae-4916-852e-a2c43c406d08"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ODNhMzFmYzliNjQ4YTIwMzM2MDY2NjU1NThjNWZhMGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"537cfa86-7532-4ae2-a1f5-51d2bbc779fd","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjRiMmJkZmFkMTk2ZTQ3NTRlYmNiZGM4NDI0NzRjNzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"87495878-dbf5-43bb-81ae-903b60aced9d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:11:48.787Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:48.787Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:48.789Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:48.790Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:11:48.890Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:48.891Z||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-04-25T03:11:48.891Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:48.898Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:48.899Z||pool-40-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:49.790Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:49.791Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:49.794Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:49.794Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:11:49.894Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:49.895Z||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-04-25T03:11:49.895Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:49.903Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:49.903Z||pool-41-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:50.795Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:50.796Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:50.799Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:50.799Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:11:50.899Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:50.900Z||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-04-25T03:11:50.900Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:50.907Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:50.907Z||pool-42-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:51.799Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:51.800Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:51.802Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:51.802Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:11:51.903Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:51.903Z||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-04-25T03:11:51.903Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:51.910Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:51.911Z||pool-43-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:52.803Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:52.804Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:52.806Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:52.806Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-25T03:11:52.906Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:52.907Z||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-04-25T03:11:52.907Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:52.915Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:52.915Z||pool-44-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:53.807Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:53.807Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:53.809Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:53.809Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:11:53.910Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:53.911Z||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-04-25T03:11:53.911Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:53.919Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:53.920Z||pool-45-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:54.810Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:11:54.811Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:54.813Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:54.814Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:11:54.914Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:54.915Z||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-04-25T03:11:54.915Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:54.924Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:54.924Z||pool-46-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:11:55.815Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "da6e5a49-0763-4f8f-ba04-397e840f9c5d", "serviceDescription": "service", "serviceInvariantUUID": "30874b61-41d8-4e58-b552-27c2d3ee81b9", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "50ba9e97-a751-42c1-b58f-664e2d6d2925", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a21dd6f6-38d9-4155-9f65-edf09c41e072", "resourceInvariantUUID": "ec22ddce-0458-4577-8536-3c531a379d17", "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": "YzhhOWM3NzUxNzViZDliMzdiYjIzNzNhNGIzYjc2YzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "038e7913-acb2-4155-acdb-5456c77aa276", "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": "c584901d-e7ae-4916-852e-a2c43c406d08", "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": "b9706436-6f4a-455e-8e15-741f2a7807ed", "generatedFromUUID": "c584901d-e7ae-4916-852e-a2c43c406d08" }, "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": "b9706436-6f4a-455e-8e15-741f2a7807ed", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjRiMmJkZmFkMTk2ZTQ3NTRlYmNiZGM4NDI0NzRjNzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "87495878-dbf5-43bb-81ae-903b60aced9d" } ], "workloadContext": "Production" } 2022-04-25T03:11:55.815Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:11:55.816Z|9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 da6e5a49-0763-4f8f-ba04-397e840f9c5d ASDC 2022-04-25T03:11:55.816Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:765e96d0-5868-4304-9c11-e8da03176072 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:da6e5a49-0763-4f8f-ba04-397e840f9c5d ServiceInvariantUUID:30874b61-41d8-4e58-b552-27c2d3ee81b9 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:87495878-dbf5-43bb-81ae-903b60aced9d ArtifactChecksum:ZjRiMmJkZmFkMTk2ZTQ3NTRlYmNiZGM4NDI0NzRjNzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:50ba9e97-a751-42c1-b58f-664e2d6d2925 ResourceInvariantUUID:ec22ddce-0458-4577-8536-3c531a379d17 ResourceName:basic_vm ResourceType:VF ResourceUUID:a21dd6f6-38d9-4155-9f65-edf09c41e072 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:038e7913-acb2-4155-acdb-5456c77aa276 ArtifactChecksum:YzhhOWM3NzUxNzViZDliMzdiYjIzNzNhNGIzYjc2YzM= 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:c584901d-e7ae-4916-852e-a2c43c406d08 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:b9706436-6f4a-455e-8e15-741f2a7807ed 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:b9706436-6f4a-455e-8e15-741f2a7807ed ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T03:11:55.816Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF da6e5a49-0763-4f8f-ba04-397e840f9c5d 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-04-25T03:11:55.850Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:11:55.851Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:11:55.851Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:11:55.851Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 87495878-dbf5-43bb-81ae-903b60aced9d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-04-25T03:11:55.851Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:11:55.851Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:56.271Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:11:56.276Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 87495878-dbf5-43bb-81ae-903b60aced9d 71068 2022-04-25T03:11:56.276Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:56.277Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:56.277Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:11:56.277Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:56.279Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:56.279Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856316276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:56.379Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:11:56.380Z||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-04-25T03:11:56.380Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:56.390Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:56.390Z||pool-47-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:11:57.280Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:11:57.281Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:11:57.281Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 87495878-dbf5-43bb-81ae-903b60aced9d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-25T03:11:57.282Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-04-25T03:11:57.282Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-04-25T03:11:57.282Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-04-25T03:11:57.519Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2494687053104772367/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-04-25T03:11:58.442Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.443Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.444Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:11:58.445Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d440d174-2a26-43a2-89fa-c43be5386adb 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.446Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:11:58.447Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:11:58.447Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:11:58.447Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:da6e5a49-0763-4f8f-ba04-397e840f9c5d Model Version:NULL Model InvariantUuid:30874b61-41d8-4e58-b552-27c2d3ee81b9 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:4b501de8-46e1-48b6-a6e2-5064ae512aab Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ec22ddce-0458-4577-8536-3c531a379d17 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:50ba9e97-a751-42c1-b58f-664e2d6d2925 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:76020d19-e7f4-4def-86b1-4f7578e6078d ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:857b3b54-7ac3-41ea-a3fd-86026e010340 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d440d174-2a26-43a2-89fa-c43be5386adb ModelInvariantUuid:9cf3973f-1f80-4b8f-b0de-37247c2b443e ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:fcada63d-bff9-4725-ab95-c038b6781cdb ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:385e45b9-e585-48b8-b666-842ccc4131e7 ModelInvariantUuid:c2d4d54a-e2f9-45f2-a4b1-4146170e25b9 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:76ca3c1c-ab73-4dc8-833b-251642e3bbe4 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-04-25T03:11:58.456Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: a21dd6f6-38d9-4155-9f65-edf09c41e072 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-04-25T03:11:58.458Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-04-25T03:11:58.458Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a21dd6f6-38d9-4155-9f65-edf09c41e072 2022-04-25T03:11:58.458Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 038e7913-acb2-4155-acdb-5456c77aa276 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-04-25T03:11:58.459Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:11:58.459Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.713Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:11:58.714Z|765e96d0-5868-4304-9c11-e8da03176072|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 038e7913-acb2-4155-acdb-5456c77aa276 787 2022-04-25T03:11:58.714Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.714Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:58.714Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:11:58.714Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:58.716Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:58.716Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856318714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:11:58.816Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:11:58.817Z||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-04-25T03:11:58.817Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:11:58.830Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:11:58.830Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:11:59.717Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "76020d19-e7f4-4def-86b1-4f7578e6078d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "857b3b54-7ac3-41ea-a3fd-86026e010340", "vfModuleModelCustomizationUUID": "f08e7300-4600-4f19-9072-450f2ca1aa91", "isBase": true, "artifacts": [ "c584901d-e7ae-4916-852e-a2c43c406d08", "b9706436-6f4a-455e-8e15-741f2a7807ed" ], "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-04-25T03:11:59.721Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:857b3b54-7ac3-41ea-a3fd-86026e010340 VfModuleModelInvariantUUID:76020d19-e7f4-4def-86b1-4f7578e6078d VfModuleModelDescription:NULL Artifacts UUID List:{ c584901d-e7ae-4916-852e-a2c43c406d08 , b9706436-6f4a-455e-8e15-741f2a7807ed } 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-04-25T03:11:59.724Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "76020d19-e7f4-4def-86b1-4f7578e6078d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "857b3b54-7ac3-41ea-a3fd-86026e010340", "vfModuleModelCustomizationUUID": "f08e7300-4600-4f19-9072-450f2ca1aa91", "isBase": true, "artifacts": [ "c584901d-e7ae-4916-852e-a2c43c406d08", "b9706436-6f4a-455e-8e15-741f2a7807ed" ], "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-04-25T03:11:59.724Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:857b3b54-7ac3-41ea-a3fd-86026e010340 VfModuleModelInvariantUUID:76020d19-e7f4-4def-86b1-4f7578e6078d VfModuleModelDescription:NULL Artifacts UUID List:{ c584901d-e7ae-4916-852e-a2c43c406d08 , b9706436-6f4a-455e-8e15-741f2a7807ed } 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-04-25T03:11:59.724Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c584901d-e7ae-4916-852e-a2c43c406d08 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-04-25T03:11:59.724Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:11:59.724Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:59.917Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:11:59.918Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c584901d-e7ae-4916-852e-a2c43c406d08 5033 2022-04-25T03:11:59.918Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:59.918Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:11:59.918Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:11:59.918Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:11:59.920Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:11:59.920Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856319918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:00.020Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:12:00.020Z||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-04-25T03:12:00.021Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:00.029Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:00.029Z||pool-49-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:12:00.920Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: b9706436-6f4a-455e-8e15-741f2a7807ed from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-04-25T03:12:00.921Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:12:00.921Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:01.116Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:12:01.116Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env b9706436-6f4a-455e-8e15-741f2a7807ed 903 2022-04-25T03:12:01.117Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:01.117Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:01.117Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:12:01.117Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:12:01.119Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:12:01.119Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856321117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.219Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:12:01.220Z||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-04-25T03:12:01.220Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:01.229Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:01.230Z||pool-50-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:12:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:12:01.270Z||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-04-25T03:12:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:01.387Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:01.389Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ee1f7d6-16eb-49de-b6ba-9fa9c45b7316", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856297417, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:12:01.391Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.391Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.391Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.391Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.392Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.392Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.392Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:12:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:12:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856300825, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856298431, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856316276, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856316334, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "cds", "timestamp": 1650856317338, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:12:01.413Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 765e96d0-5868-4304-9c11-e8da03176072 2022-04-25T03:12:01.413Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:12:01.422Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.422Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856310860, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856311119, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.423Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856318714, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.424Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856318730, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856318830, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "ves-openapi-manager", "timestamp": 1650856312526, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.425Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856319918, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856320028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.426Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856320893, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856321117, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:12:01.427Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:12:02.119Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: da6e5a49-0763-4f8f-ba04-397e840f9c5d 2022-04-25T03:12:02.120Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 a21dd6f6-38d9-4155-9f65-edf09c41e072 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-04-25T03:12:02.136Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f14ccf, org.onap.sdc.toscaparser.api.parameters.Input@693b1fd3, org.onap.sdc.toscaparser.api.parameters.Input@726c52cd, org.onap.sdc.toscaparser.api.parameters.Input@44b33de1, org.onap.sdc.toscaparser.api.parameters.Input@4faf968c] 2022-04-25T03:12:02.137Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.137Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.137Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-25T03:12:02.137Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 50ba9e97-a751-42c1-b58f-664e2d6d2925 2022-04-25T03:12:02.137Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 50ba9e97-a751-42c1-b58f-664e2d6d2925 matches Tosca VF Customization UUID: 50ba9e97-a751-42c1-b58f-664e2d6d2925 2022-04-25T03:12:02.137Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 50ba9e97-a751-42c1-b58f-664e2d6d2925 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-04-25T03:12:02.139Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.139Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.140Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 50ba9e97-a751-42c1-b58f-664e2d6d2925: {\"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-04-25T03:12:02.140Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33b07603 2022-04-25T03:12:02.140Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.140Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:02.140Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f08e7300-4600-4f19-9072-450f2ca1aa91 2022-04-25T03:12:02.140Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f08e7300-4600-4f19-9072-450f2ca1aa91 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-04-25T03:12:02.142Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.143Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-04-25T03:12:02.144Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-25T03:12:02.144Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-25T03:12:02.144Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d440d174-2a26-43a2-89fa-c43be5386adb 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-04-25T03:12:02.146Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.146Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:12:02.147Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:12:02.147Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.147Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-04-25T03:12:02.147Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=50ba9e97-a751-42c1-b58f-664e2d6d2925 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-04-25T03:12:02.149Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.149Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.149Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid da6e5a49-0763-4f8f-ba04-397e840f9c5d: basic_vm 2022-04-25T03:12:02.149Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.149Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:12:02.150Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:02.241Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm a21dd6f6-38d9-4155-9f65-edf09c41e072 1 ASDC deployResourceStructure 2022-04-25T03:12:02.241Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:02.241Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:02.241Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:12:02.242Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:12:02.243Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:12:02.243Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856322241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:12:02.343Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:12:02.344Z||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-04-25T03:12:02.344Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:02.352Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:02.353Z||pool-51-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:12:03.243Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:03.245Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:03.245Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:12:03.245Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:12:03.247Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:12:03.247Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856323243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:12:03.347Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:12:03.348Z||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-04-25T03:12:03.348Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:03.357Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:03.357Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:12:04.248Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:04.249Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:04.249Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:12:04.249Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:12:04.252Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:12:04.252Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856324248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-25T03:12:04.352Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:12:04.353Z||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-04-25T03:12:04.353Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:04.361Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:04.362Z||pool-53-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:12:05.253Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:05.254Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:12:05.254Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:12:05.254Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:12:05.256Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:12:05.256Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856325253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:12:05.357Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:12:05.357Z||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-04-25T03:12:05.357Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:12:05.367Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:12:05.367Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:12:06.258Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:12:06.270Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:12:06.274Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:12:06.274Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:12:06.275Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:12:36.275Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:12:36.734Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:12:36.736Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:12:36.736Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:12:36.736Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:13:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:13:01.270Z||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-04-25T03:13:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:13:01.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:13:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:13:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856321220, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:13:01.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:13:06.736Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:13:06.749Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:13:06.752Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:13:06.752Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:13:06.752Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:13:36.752Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:13:36.764Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:13:36.766Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:13:36.766Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:13:36.766Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:14:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:14:01.271Z||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-04-25T03:14:01.271Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:14:01.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:14:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:14:01.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:14:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:14:06.766Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:14:06.778Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:14:06.780Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:14:06.780Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:14:06.780Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:14:36.781Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:14:36.791Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:14:36.793Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:14:36.793Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:14:36.794Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:15:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:15:01.270Z||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-04-25T03:15:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:01.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856315026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:15:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:15:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856321897, "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-04-25T03:15:01.301Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 765e96d0-5868-4304-9c11-e8da03176072 2022-04-25T03:15:01.301Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:15:01.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:01.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:15:01.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856322236, "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-04-25T03:15:01.317Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 765e96d0-5868-4304-9c11-e8da03176072 2022-04-25T03:15:01.317Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:15:01.326Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856322241, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856316026, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856322931, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856316323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "multicloud-k8s-id", "timestamp": 1650856323239, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856323243, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856324129, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.328Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856324248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856325132, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856325253, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.329Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "policy-id", "timestamp": 1650856326134, "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-04-25T03:15:01.335Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 765e96d0-5868-4304-9c11-e8da03176072 2022-04-25T03:15:01.335Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:15:01.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856331798, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.343Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "aai-ml", "timestamp": 1650856332801, "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-04-25T03:15:01.348Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 765e96d0-5868-4304-9c11-e8da03176072 2022-04-25T03:15:01.349Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:15:01.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856334824, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:15:01.357Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856337831, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:15:01.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:15:01.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:15:01.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "clamp", "timestamp": 1650856338836, "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-04-25T03:15:01.363Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 765e96d0-5868-4304-9c11-e8da03176072 2022-04-25T03:15:01.363Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:15:06.794Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:15:06.807Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:15:06.810Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:15:06.811Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:15:06.818Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:15:36.819Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 765e96d0-5868-4304-9c11-e8da03176072 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-04-25T03:15:36.825Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 765e96d0-5868-4304-9c11-e8da03176072 and serviceModelVersionId: da6e5a49-0763-4f8f-ba04-397e840f9c5d 2022-04-25T03:15:36.825Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 30874b61-41d8-4e58-b552-27c2d3ee81b9 2022-04-25T03:15:36.826Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/30874b61-41d8-4e58-b552-27c2d3ee81b9/model-vers/model-ver/da6e5a49-0763-4f8f-ba04-397e840f9c5d?depth=0 2022-04-25T03:15:36.830Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:15:36.861Z|765e96d0-5868-4304-9c11-e8da03176072|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/30874b61-41d8-4e58-b552-27c2d3ee81b9/model-vers/model-ver/da6e5a49-0763-4f8f-ba04-397e840f9c5d?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-04-25T03:15:36.862Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30874b61-41d8-4e58-b552-27c2d3ee81b9/model-vers/model-ver/da6e5a49-0763-4f8f-ba04-397e840f9c5d?depth=0|INFO|500||Invoke 2022-04-25T03:15:36.878Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30874b61-41d8-4e58-b552-27c2d3ee81b9/model-vers/model-ver/da6e5a49-0763-4f8f-ba04-397e840f9c5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:15:37.117Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/30874b61-41d8-4e58-b552-27c2d3ee81b9/model-vers/model-ver/da6e5a49-0763-4f8f-ba04-397e840f9c5d?depth=0|INFO|500||InvokeReturn 2022-04-25T03:15:37.118Z|765e96d0-5868-4304-9c11-e8da03176072|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/30874b61-41d8-4e58-b552-27c2d3ee81b9/model-vers/model-ver/da6e5a49-0763-4f8f-ba04-397e840f9c5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-03:15:36:885-9947], vertex-id=[454720], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:15:36 GMT], Content-Type=[application/json]} 2022-04-25T03:15:37.118Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:15:37.118Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:15:37.118Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:15:37.124Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:15:37.124Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 765e96d0-5868-4304-9c11-e8da03176072 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:15:37.125Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:15:37.125Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:37.126Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:37.126Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856537124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:15:37.227Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:15:37.228Z||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-04-25T03:15:37.228Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:37.241Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:37.242Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-25T03:15:38.140Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:15:38.141Z|765e96d0-5868-4304-9c11-e8da03176072|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-04-25T03:15:38.141Z|765e96d0-5868-4304-9c11-e8da03176072|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:42.764Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:42.765Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:15:42.765Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"ad60cd09-539d-4a9d-9214-b8570cf771be","serviceName":"Demo_pNF_fSZu0owurLMy941MoLnf","serviceVersion":"1.0","serviceUUID":"4f370018-d737-4084-b3a2-4b47af3840eb","serviceDescription":"catalog service description","serviceInvariantUUID":"ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e","resources":[{"resourceInstanceName":"pNF 31bda11e-fb40 0","resourceName":"pNF 31bda11e-fb40","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"434f2d1e-7e54-4a10-b35d-654b7866dc58","resourceInvariantUUID":"d4d1742e-5206-4c50-a2a7-c6bd49b00118","resourceCustomizationUUID":"f2d57e2a-df3e-4828-92d9-d7575612d55f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml","artifactChecksum":"Njc3MGI5MTUyNDFhYjEzYmZhZWZjOTE1ZTc0YTAyZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"120a8f7f-595f-436c-bd65-71b5a0d3b0d4","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar","artifactChecksum":"NWJiNTJlYWE4MjhlODE4YWU2OWNkOGM4ZWFkMzJiODA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"42b5efb1-b372-4ea4-a53e-de76bd9b7335","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5d014ac-1a57-40cb-9a63-a14459d64fb6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml","artifactChecksum":"NGVhZDg1MTBiOTNhYTQ0ODc4NTg0YmRhOGNjOTNiOTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"30db80ee-f548-419a-937f-565e730184df","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6dbf8e3a-5786-4151-8d9a-917895d13bc2","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"af52d395-11dd-4d2b-b0b4-d3d3fb1fbe2e","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfFszu0owurlmy941molnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml","artifactChecksum":"MjMzNzM5Y2QzYmE5YTYxOWNjMmI4ODRmOWZhODdlNjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fe857691-93c8-404a-959e-a71c976d0433","artifactVersion":"1"},{"artifactName":"service-DemoPnfFszu0owurlmy941molnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar","artifactChecksum":"ZTNiZmZkNTM5NWExMjUwYzRkMTk1MTMwNjAwNzVmMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0d5ed6cd-5f8c-440a-8336-ee561da40c97","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:15:42.767Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:42.767Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:42.769Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:42.769Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:42.869Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:42.870Z||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-04-25T03:15:42.870Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:42.879Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:42.880Z||pool-56-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:43.770Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:43.771Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:43.773Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:43.773Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:43.873Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:43.874Z||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-04-25T03:15:43.875Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:43.889Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:43.889Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:44.774Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:44.775Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:44.776Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:44.776Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:44.877Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:15:44.877Z||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-04-25T03:15:44.878Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:44.887Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:44.888Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:45.777Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:45.778Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:45.780Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:45.780Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:45.880Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:45.881Z||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-04-25T03:15:45.881Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:45.889Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:45.890Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:46.780Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:46.781Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:46.783Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:46.784Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:46.884Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:46.885Z||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-04-25T03:15:46.885Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:46.894Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:46.894Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:15:47.784Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:47.785Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:47.788Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:47.788Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:47.888Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:47.888Z||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-04-25T03:15:47.889Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:47.897Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:47.898Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:15:48.789Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:48.790Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:48.791Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:48.792Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:15:48.892Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:48.892Z||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-04-25T03:15:48.893Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:48.901Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:48.901Z||pool-62-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:15:49.792Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:15:49.793Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:49.795Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:49.795Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:15:49.895Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:49.896Z||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-04-25T03:15:49.897Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:49.905Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:49.906Z||pool-63-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:50.796Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "serviceName": "Demo_pNF_fSZu0owurLMy941MoLnf", "serviceVersion": "1.0", "serviceUUID": "4f370018-d737-4084-b3a2-4b47af3840eb", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e", "resources": [ { "resourceInstanceName": "pNF 31bda11e-fb40 0", "resourceCustomizationUUID": "f2d57e2a-df3e-4828-92d9-d7575612d55f", "resourceName": "pNF 31bda11e-fb40", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "434f2d1e-7e54-4a10-b35d-654b7866dc58", "resourceInvariantUUID": "d4d1742e-5206-4c50-a2a7-c6bd49b00118", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfFszu0owurlmy941molnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "artifactChecksum": "ZTNiZmZkNTM5NWExMjUwYzRkMTk1MTMwNjAwNzVmMTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0d5ed6cd-5f8c-440a-8336-ee561da40c97" } ], "workloadContext": "Production" } 2022-04-25T03:15:50.797Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:15:50.797Z|765e96d0-5868-4304-9c11-e8da03176072|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f370018-d737-4084-b3a2-4b47af3840eb ASDC 2022-04-25T03:15:50.797Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:ad60cd09-539d-4a9d-9214-b8570cf771be ServiceName:Demo_pNF_fSZu0owurLMy941MoLnf ServiceVersion:1.0 ServiceUUID:4f370018-d737-4084-b3a2-4b47af3840eb ServiceInvariantUUID:ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfFszu0owurlmy941molnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar ArtifactUUID:0d5ed6cd-5f8c-440a-8336-ee561da40c97 ArtifactChecksum:ZTNiZmZkNTM5NWExMjUwYzRkMTk1MTMwNjAwNzVmMTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 31bda11e-fb40 0 ResourceCustomizationUUID:f2d57e2a-df3e-4828-92d9-d7575612d55f ResourceInvariantUUID:d4d1742e-5206-4c50-a2a7-c6bd49b00118 ResourceName:pNF 31bda11e-fb40 ResourceType:PNF ResourceUUID:434f2d1e-7e54-4a10-b35d-654b7866dc58 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-25T03:15:50.797Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f370018-d737-4084-b3a2-4b47af3840eb 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-04-25T03:15:50.825Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:15:50.826Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:15:50.826Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:15:50.826Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0d5ed6cd-5f8c-440a-8336-ee561da40c97 from URL: /sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:50.826Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:15:50.827Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:50.886Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:15:50.893Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar 0d5ed6cd-5f8c-440a-8336-ee561da40c97 82633 2022-04-25T03:15:50.893Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar ASDC sendASDCNotification 2022-04-25T03:15:50.893Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:50.893Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:15:50.894Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:50.895Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:50.895Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856550893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:15:50.996Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:15:50.996Z||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-04-25T03:15:50.996Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:51.005Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:51.005Z||pool-64-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:51.896Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:15:51.897Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:15:51.897Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0d5ed6cd-5f8c-440a-8336-ee561da40c97, URL: /sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar to file: /app/ASDC/1/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:51.897Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:51.898Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:51.898Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.011Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14225237390405109809/Definitions/service-DemoPnfFszu0owurlmy941molnf-template.yml 2022-04-25T03:15:52.569Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 31bda11e-fb40 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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.570Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Node template pNF 31bda11e-fb40 0 is matching search criteria 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 31bda11e-fb40 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.571Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Node template pNF 31bda11e-fb40 0 is matching search criteria 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 31bda11e-fb40 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.572Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.573Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.573Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.573Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.573Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.573Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_fSZu0owurLMy941MoLnf Description:catalog service description Model UUID:4f370018-d737-4084-b3a2-4b47af3840eb Model Version:NULL Model InvariantUuid:ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e 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-04-25T03:15:52.581Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 434f2d1e-7e54-4a10-b35d-654b7866dc58 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-04-25T03:15:52.584Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||pNF 31bda11e-fb40 0 2022-04-25T03:15:52.584Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 434f2d1e-7e54-4a10-b35d-654b7866dc58 2022-04-25T03:15:52.584Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 4f370018-d737-4084-b3a2-4b47af3840eb 2022-04-25T03:15:52.584Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 4f370018-d737-4084-b3a2-4b47af3840eb 2022-04-25T03:15:52.584Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 31bda11e-fb40 0 434f2d1e-7e54-4a10-b35d-654b7866dc58 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-04-25T03:15:52.589Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e3273cb, org.onap.sdc.toscaparser.api.parameters.Input@5dffe1e6, org.onap.sdc.toscaparser.api.parameters.Input@45782293, org.onap.sdc.toscaparser.api.parameters.Input@14f5dd0d, org.onap.sdc.toscaparser.api.parameters.Input@39744873] 2022-04-25T03:15:52.590Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.590Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.590Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 4f370018-d737-4084-b3a2-4b47af3840eb: pNF 31bda11e-fb40 2022-04-25T03:15:52.590Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Processing PNF resource: 434f2d1e-7e54-4a10-b35d-654b7866dc58 2022-04-25T03:15:52.590Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:15:52.591Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_fSZu0owurLMy941MoLnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:15:52.591Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||Resource customization UUID: f2d57e2a-df3e-4828-92d9-d7575612d55f is the same as notified resource customizationUUID: f2d57e2a-df3e-4828-92d9-d7575612d55f 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-04-25T03:15:52.645Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 31bda11e-fb40 434f2d1e-7e54-4a10-b35d-654b7866dc58 0 ASDC deployResourceStructure 2022-04-25T03:15:52.645Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar ASDC sendASDCNotification 2022-04-25T03:15:52.645Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar 2022-04-25T03:15:52.645Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:15:52.645Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:15:52.647Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:15:52.647Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856552645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:15:52.747Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:15:52.748Z||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-04-25T03:15:52.748Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:15:52.757Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:15:52.757Z||pool-65-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:15:53.648Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:15:53.660Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:15:53.662Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:15:53.662Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:15:53.662Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:16:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:16:01.270Z||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-04-25T03:16:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:16:01.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:16:01.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856432526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "multicloud-k8s-id", "timestamp": 1650856431119, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:16:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856430860, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:16:01.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:16:23.663Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:16:23.676Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:16:23.679Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:16:23.679Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:16:23.679Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:16:53.679Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:16:53.692Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:16:53.695Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:16:53.695Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:16:53.695Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:17:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:17:01.270Z||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-04-25T03:17:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:17:01.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:17:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856442132, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856442219, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856435026, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856443381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856435825, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856436025, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856443890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856436323, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856444023, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "ves-openapi-manager", "timestamp": 1650856444384, "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-04-25T03:17:01.304Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of ad60cd09-539d-4a9d-9214-b8570cf771be 2022-04-25T03:17:01.304Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:01.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856444542, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:17:01.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856444893, "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-04-25T03:17:01.318Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ad60cd09-539d-4a9d-9214-b8570cf771be 2022-04-25T03:17:01.318Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856445051, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:17:01.327Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.327Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.327Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "cds", "timestamp": 1650856445547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-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-04-25T03:17:01.332Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ad60cd09-539d-4a9d-9214-b8570cf771be 2022-04-25T03:17:01.332Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:01.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856446054, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856446846, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "policy-id", "timestamp": 1650856447057, "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-04-25T03:17:01.347Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ad60cd09-539d-4a9d-9214-b8570cf771be 2022-04-25T03:17:01.348Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:01.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856448853, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:17:01.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "clamp", "timestamp": 1650856449857, "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-04-25T03:17:01.361Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ad60cd09-539d-4a9d-9214-b8570cf771be 2022-04-25T03:17:01.361Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:01.370Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.370Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856449996, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:17:01.370Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:17:01.371Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:17:01.371Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "aai-ml", "timestamp": 1650856450999, "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-04-25T03:17:01.376Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ad60cd09-539d-4a9d-9214-b8570cf771be 2022-04-25T03:17:01.377Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:23.695Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:17:23.938Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:17:23.941Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:17:23.941Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:17:23.941Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:17:23.941Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:17:23.941Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:17:23.942Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-04-25T03:17:23.947Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:17:53.947Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ad60cd09-539d-4a9d-9214-b8570cf771be 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-04-25T03:17:53.955Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ad60cd09-539d-4a9d-9214-b8570cf771be and serviceModelVersionId: 4f370018-d737-4084-b3a2-4b47af3840eb 2022-04-25T03:17:53.955Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e 2022-04-25T03:17:53.956Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0 2022-04-25T03:17:53.962Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:17:54.000Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0|INFO|500||Invoke 2022-04-25T03:17:54.000Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ad60cd09-539d-4a9d-9214-b8570cf771be], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[93ecfdb0-3ca0-41c1-80b1-93afee6674b3], X-ECOMP-RequestID=[ad60cd09-539d-4a9d-9214-b8570cf771be], X-TransactionId=[], X-ONAP-RequestID=[ad60cd09-539d-4a9d-9214-b8570cf771be], Content-Type=[application/merge-patch+json]} 2022-04-25T03:17:54.018Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:17:54.101Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?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/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-03:17:54:025-16549], vertex-id=[225480], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:17:54 GMT], Content-Type=[application/json]} 2022-04-25T03:17:54.102Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:17:54.102Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ef5ebc0e-36d6-48a0-b6f4-9c76b0340c5e/model-vers/model-ver/4f370018-d737-4084-b3a2-4b47af3840eb?depth=0|INFO|500||InvokeReturn 2022-04-25T03:17:54.103Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:17:54.103Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-04-25T03:17:54.111Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-04-25T03:17:54.111Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ad60cd09-539d-4a9d-9214-b8570cf771be and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:17:54.111Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:17:54.112Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:17:54.113Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:17:54.114Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856674111, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:17:54.214Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:17:54.215Z||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-04-25T03:17:54.215Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:17:54.228Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:17:54.229Z||pool-66-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-04-25T03:17:55.129Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:17:55.129Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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-04-25T03:17:55.129Z|ad60cd09-539d-4a9d-9214-b8570cf771be|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:17:59.491Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:17:59.491Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:17:59.492Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"51d0f098-2211-44ec-91a6-43fa5fd89a10","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"7589daa3-7938-447d-a4cf-112229804d6c","serviceDescription":"service","serviceInvariantUUID":"ed0f50e8-5245-41ba-8374-3853ac400aeb","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2761282d-0c6f-4372-ac73-44e89b681b2f","resourceInvariantUUID":"12e3e2c8-d247-4f99-99af-28b1813f732a","resourceCustomizationUUID":"74b9a487-4931-4e1f-8d95-4e444e596a9c","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":"ZjM4Y2M3NDk0OTcyMmEzMTBjNzQ5NTBhNGY2MmEwMjg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9316862-f076-46ad-895f-af0479cf0dbb","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":"4a9b94cd-6a9c-4a53-9aba-940142f0cf14","artifactVersion":"2","generatedFromUUID":"53bff92b-9062-4e47-806d-5be679b46dc2"},{"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":"53bff92b-9062-4e47-806d-5be679b46dc2","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":"ZTBlNWE0MGIwY2Q3N2VkMTUyNmJlYzBiNzVhMjhjZjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c401a1f4-1f53-4ec6-bd9f-7ceb982972c2","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":"e9be391e-43ba-4143-8eb6-4bba52503b18","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":"a83b39ae-2975-4e5a-ba80-49e890461b6e","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":"6c288da3-0523-43e1-bf9a-5eaf7b5f9543","artifactVersion":"2","generatedFromUUID":"e9be391e-43ba-4143-8eb6-4bba52503b18"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MTM0ZTgxYzk5MmI2MzFiYWVjMjI1YzA3NjZiNDMwNGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ee63c1fe-f6b1-4a13-b767-922845c5cac8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YmYyMzdhNzc4MmRiZmY1ZTkzODQyNWM0ZmFjODUzOGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"defecf71-aa4f-41bc-8f63-fd51e06dd8b8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:17:59.493Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:17:59.493Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:17:59.495Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:17:59.495Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:17:59.595Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:17:59.596Z||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-04-25T03:17:59.596Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:17:59.604Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:17:59.604Z||pool-67-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:00.495Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:00.496Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:00.498Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:00.498Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-25T03:18:00.599Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:18:00.599Z||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-04-25T03:18:00.600Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:00.610Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:00.611Z||pool-68-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:18:01.270Z||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-04-25T03:18:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:01.282Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:01.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "765e96d0-5868-4304-9c11-e8da03176072", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856537124, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:18:01.283Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:18:01.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/resourceInstances/pnf31bda11efb400/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856538140, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856550893, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:01.285Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:18:01.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:18:01.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856552645, "artifactURL": "/sdc/v1/catalog/services/DemoPnfFszu0owurlmy941molnf/1.0/artifacts/service-DemoPnfFszu0owurlmy941molnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:18:01.286Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:18:01.499Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:01.500Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:01.502Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:01.502Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-25T03:18:01.602Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:01.603Z||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-04-25T03:18:01.603Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:01.612Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:01.613Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:02.503Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:02.504Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:02.506Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:02.506Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:18:02.606Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:02.607Z||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-04-25T03:18:02.607Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:02.617Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:02.618Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:03.507Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:03.508Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:03.510Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:03.510Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-25T03:18:03.610Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:18:03.611Z||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-04-25T03:18:03.611Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:03.620Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:03.621Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:04.511Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:04.512Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:04.513Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:04.513Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:04.614Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:04.614Z||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-04-25T03:18:04.615Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:04.623Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:04.623Z||pool-72-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:05.514Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:05.516Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:05.518Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:05.518Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-25T03:18:05.618Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:05.619Z||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-04-25T03:18:05.619Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:05.628Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:05.629Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:06.518Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:06.519Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:06.521Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:06.521Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:18:06.622Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:18:06.623Z||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-04-25T03:18:06.624Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:06.633Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:06.634Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:07.522Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:18:07.522Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:07.524Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:07.524Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:18:07.625Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:18:07.625Z||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-04-25T03:18:07.625Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:07.636Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:07.637Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:08.526Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "7589daa3-7938-447d-a4cf-112229804d6c", "serviceDescription": "service", "serviceInvariantUUID": "ed0f50e8-5245-41ba-8374-3853ac400aeb", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "74b9a487-4931-4e1f-8d95-4e444e596a9c", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2761282d-0c6f-4372-ac73-44e89b681b2f", "resourceInvariantUUID": "12e3e2c8-d247-4f99-99af-28b1813f732a", "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": "4a9b94cd-6a9c-4a53-9aba-940142f0cf14", "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": "53bff92b-9062-4e47-806d-5be679b46dc2", "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": "ZTBlNWE0MGIwY2Q3N2VkMTUyNmJlYzBiNzVhMjhjZjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c401a1f4-1f53-4ec6-bd9f-7ceb982972c2", "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": "e9be391e-43ba-4143-8eb6-4bba52503b18", "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": "6c288da3-0523-43e1-bf9a-5eaf7b5f9543", "generatedFromUUID": "e9be391e-43ba-4143-8eb6-4bba52503b18" }, "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": "6c288da3-0523-43e1-bf9a-5eaf7b5f9543", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YmYyMzdhNzc4MmRiZmY1ZTkzODQyNWM0ZmFjODUzOGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "defecf71-aa4f-41bc-8f63-fd51e06dd8b8" } ], "workloadContext": "Production" } 2022-04-25T03:18:08.526Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:18:08.526Z|ad60cd09-539d-4a9d-9214-b8570cf771be|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 7589daa3-7938-447d-a4cf-112229804d6c ASDC 2022-04-25T03:18:08.527Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:51d0f098-2211-44ec-91a6-43fa5fd89a10 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:7589daa3-7938-447d-a4cf-112229804d6c ServiceInvariantUUID:ed0f50e8-5245-41ba-8374-3853ac400aeb 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:defecf71-aa4f-41bc-8f63-fd51e06dd8b8 ArtifactChecksum:YmYyMzdhNzc4MmRiZmY1ZTkzODQyNWM0ZmFjODUzOGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:74b9a487-4931-4e1f-8d95-4e444e596a9c ResourceInvariantUUID:12e3e2c8-d247-4f99-99af-28b1813f732a ResourceName:basic_cnf ResourceType:VF ResourceUUID:2761282d-0c6f-4372-ac73-44e89b681b2f 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:4a9b94cd-6a9c-4a53-9aba-940142f0cf14 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:53bff92b-9062-4e47-806d-5be679b46dc2 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:c401a1f4-1f53-4ec6-bd9f-7ceb982972c2 ArtifactChecksum:ZTBlNWE0MGIwY2Q3N2VkMTUyNmJlYzBiNzVhMjhjZjE= 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:e9be391e-43ba-4143-8eb6-4bba52503b18 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:6c288da3-0523-43e1-bf9a-5eaf7b5f9543 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:6c288da3-0523-43e1-bf9a-5eaf7b5f9543 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T03:18:08.527Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7589daa3-7938-447d-a4cf-112229804d6c 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-04-25T03:18:08.562Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:18:08.562Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:18:08.563Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:18:08.563Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: defecf71-aa4f-41bc-8f63-fd51e06dd8b8 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-04-25T03:18:08.563Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:18:08.563Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:08.804Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:18:08.807Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar defecf71-aa4f-41bc-8f63-fd51e06dd8b8 68950 2022-04-25T03:18:08.807Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:08.807Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:08.807Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:18:08.807Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:08.809Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:08.809Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856688807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:08.909Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:08.910Z||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-04-25T03:18:08.910Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:08.920Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:08.920Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:09.809Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:18:09.810Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-04-25T03:18:09.811Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: defecf71-aa4f-41bc-8f63-fd51e06dd8b8, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-25T03:18:09.811Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-04-25T03:18:09.812Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-25T03:18:09.812Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-25T03:18:09.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16866626495811154545/Definitions/service-BasicCnf-template.yml 2022-04-25T03:18:10.704Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:18:10.704Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.705Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-25T03:18:10.706Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.707Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d812844-d11c-4597-8e23-9c9e7c98fc07 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:10.708Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.709Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:10.709Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:10.709Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:10.709Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:7589daa3-7938-447d-a4cf-112229804d6c Model Version:NULL Model InvariantUuid:ed0f50e8-5245-41ba-8374-3853ac400aeb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:df19c3ca-d67e-4f56-ba67-4095b9000411 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:12e3e2c8-d247-4f99-99af-28b1813f732a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:74b9a487-4931-4e1f-8d95-4e444e596a9c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:18652f39-a70d-4580-ac17-d87fa3b7db95 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:b4c80db6-30c0-4f49-a9ee-877ab7462bf4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1d812844-d11c-4597-8e23-9c9e7c98fc07 ModelInvariantUuid:fcf0d92a-7641-4ba9-b698-dacb9a9ea606 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:5b956944-ce80-4dcf-83dc-b5704f3cb902 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:411e1fe8-5724-47ea-b3b9-1aa189d3e20f ModelInvariantUuid:93fa96a3-d406-475f-ac9b-fdab44213b0e ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:3592ab2c-cacd-4253-a54e-63b024bf4231 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-04-25T03:18:10.719Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2761282d-0c6f-4372-ac73-44e89b681b2f 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-04-25T03:18:10.722Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-04-25T03:18:10.722Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2761282d-0c6f-4372-ac73-44e89b681b2f 2022-04-25T03:18:10.722Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4a9b94cd-6a9c-4a53-9aba-940142f0cf14 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-04-25T03:18:10.722Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:18:10.722Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:18:10.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 4a9b94cd-6a9c-4a53-9aba-940142f0cf14 12 2022-04-25T03:18:10.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:10.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:18:10.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:10.897Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:10.898Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856690895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:10.998Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:10.999Z||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-04-25T03:18:10.999Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:11.008Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:11.008Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:11.898Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53bff92b-9062-4e47-806d-5be679b46dc2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-04-25T03:18:11.899Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:18:11.899Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:12.371Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:18:12.372Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 53bff92b-9062-4e47-806d-5be679b46dc2 2688 2022-04-25T03:18:12.372Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:12.372Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:12.372Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:18:12.372Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:12.374Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:12.374Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856692372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:12.474Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:12.476Z||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-04-25T03:18:12.476Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:12.486Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:12.487Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:13.376Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c401a1f4-1f53-4ec6-bd9f-7ceb982972c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-04-25T03:18:13.376Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:18:13.377Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:13.867Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:18:13.868Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 c401a1f4-1f53-4ec6-bd9f-7ceb982972c2 828 2022-04-25T03:18:13.868Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:13.868Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:13.868Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:18:13.869Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:13.870Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:13.871Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856693868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:13.971Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:13.972Z||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-04-25T03:18:13.972Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:13.981Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:13.981Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:14.871Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "18652f39-a70d-4580-ac17-d87fa3b7db95", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4c80db6-30c0-4f49-a9ee-877ab7462bf4", "vfModuleModelCustomizationUUID": "37483b03-db4c-489d-acdf-acc54cea2dea", "isBase": true, "artifacts": [ "e9be391e-43ba-4143-8eb6-4bba52503b18", "53bff92b-9062-4e47-806d-5be679b46dc2", "6c288da3-0523-43e1-bf9a-5eaf7b5f9543" ], "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-04-25T03:18:14.875Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4c80db6-30c0-4f49-a9ee-877ab7462bf4 VfModuleModelInvariantUUID:18652f39-a70d-4580-ac17-d87fa3b7db95 VfModuleModelDescription:NULL Artifacts UUID List:{ e9be391e-43ba-4143-8eb6-4bba52503b18 , 53bff92b-9062-4e47-806d-5be679b46dc2 , 6c288da3-0523-43e1-bf9a-5eaf7b5f9543 } 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-04-25T03:18:14.878Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "18652f39-a70d-4580-ac17-d87fa3b7db95", "vfModuleModelVersion": "1", "vfModuleModelUUID": "b4c80db6-30c0-4f49-a9ee-877ab7462bf4", "vfModuleModelCustomizationUUID": "37483b03-db4c-489d-acdf-acc54cea2dea", "isBase": true, "artifacts": [ "e9be391e-43ba-4143-8eb6-4bba52503b18", "53bff92b-9062-4e47-806d-5be679b46dc2", "6c288da3-0523-43e1-bf9a-5eaf7b5f9543" ], "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-04-25T03:18:14.878Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:b4c80db6-30c0-4f49-a9ee-877ab7462bf4 VfModuleModelInvariantUUID:18652f39-a70d-4580-ac17-d87fa3b7db95 VfModuleModelDescription:NULL Artifacts UUID List:{ e9be391e-43ba-4143-8eb6-4bba52503b18 , 53bff92b-9062-4e47-806d-5be679b46dc2 , 6c288da3-0523-43e1-bf9a-5eaf7b5f9543 } 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-04-25T03:18:14.878Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e9be391e-43ba-4143-8eb6-4bba52503b18 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-04-25T03:18:14.878Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:18:14.879Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:15.193Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:18:15.194Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e9be391e-43ba-4143-8eb6-4bba52503b18 1164 2022-04-25T03:18:15.194Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:15.194Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:15.194Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:18:15.195Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:15.198Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:15.198Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856695194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:15.298Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:15.299Z||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-04-25T03:18:15.299Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:15.308Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:15.309Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:16.198Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6c288da3-0523-43e1-bf9a-5eaf7b5f9543 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-04-25T03:18:16.199Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-04-25T03:18:16.199Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:16.503Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-04-25T03:18:16.503Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6c288da3-0523-43e1-bf9a-5eaf7b5f9543 200 2022-04-25T03:18:16.503Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:16.503Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:16.504Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:18:16.504Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:16.506Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:16.507Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856696503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:18:16.606Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:18:16.607Z||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-04-25T03:18:16.607Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:16.617Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:16.617Z||pool-81-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:18:17.507Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7589daa3-7938-447d-a4cf-112229804d6c 2022-04-25T03:18:17.508Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 2761282d-0c6f-4372-ac73-44e89b681b2f 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=? 2022-04-25T03:18:17.521Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-04-25T03:18:17.531Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@280eec12, org.onap.sdc.toscaparser.api.parameters.Input@21690baa, org.onap.sdc.toscaparser.api.parameters.Input@d2ed649, org.onap.sdc.toscaparser.api.parameters.Input@535478d1, org.onap.sdc.toscaparser.api.parameters.Input@ce560d5] 2022-04-25T03:18:17.532Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.532Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.532Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-04-25T03:18:17.532Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 74b9a487-4931-4e1f-8d95-4e444e596a9c 2022-04-25T03:18:17.533Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 74b9a487-4931-4e1f-8d95-4e444e596a9c matches Tosca VF Customization UUID: 74b9a487-4931-4e1f-8d95-4e444e596a9c 2022-04-25T03:18:17.533Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 74b9a487-4931-4e1f-8d95-4e444e596a9c 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-04-25T03:18:17.535Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.535Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.535Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 74b9a487-4931-4e1f-8d95-4e444e596a9c: {\"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-04-25T03:18:17.535Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ebd6122 2022-04-25T03:18:17.535Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.536Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:17.536Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37483b03-db4c-489d-acdf-acc54cea2dea 2022-04-25T03:18:17.536Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37483b03-db4c-489d-acdf-acc54cea2dea 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-04-25T03:18:17.538Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.538Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:17.538Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:18:17.538Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.538Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:17.538Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:18:17.539Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.539Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-04-25T03:18:17.539Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-04-25T03:18:17.539Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=1d812844-d11c-4597-8e23-9c9e7c98fc07 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-04-25T03:18:17.541Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.541Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:17.541Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:18:17.541Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.541Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-04-25T03:18:17.541Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=74b9a487-4931-4e1f-8d95-4e444e596a9c 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-04-25T03:18:17.543Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7589daa3-7938-447d-a4cf-112229804d6c: basic_cnf 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.544Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.545Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:17.545Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:18:17.545Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:18:17.545Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:17.621Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 2761282d-0c6f-4372-ac73-44e89b681b2f 1 ASDC deployResourceStructure 2022-04-25T03:18:17.622Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:17.622Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:17.622Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-25T03:18:17.622Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:17.624Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:17.625Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856697621, "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-04-25T03:18:17.725Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:17.726Z||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-04-25T03:18:17.726Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:17.736Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:17.736Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:18.625Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:18.626Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:18.626Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-25T03:18:18.626Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:18.628Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:18.628Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856698625, "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-04-25T03:18:18.728Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:18.729Z||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-04-25T03:18:18.729Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:18.736Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:18.737Z||pool-83-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:19.629Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:19.630Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:19.630Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:18:19.630Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:19.632Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:19.632Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856699629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:18:19.733Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:19.733Z||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-04-25T03:18:19.734Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:19.743Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:19.744Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:20.633Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:20.634Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:20.634Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:18:20.634Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:20.636Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:20.637Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856700633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:18:20.737Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:20.738Z||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-04-25T03:18:20.738Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:20.748Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:20.749Z||pool-85-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:21.637Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:21.638Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:21.638Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:18:21.639Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:21.640Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:21.640Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856701637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-25T03:18:21.741Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:21.741Z||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-04-25T03:18:21.741Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:21.751Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:21.751Z||pool-86-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:22.641Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:22.642Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:18:22.642Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:18:22.642Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:18:22.644Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:18:22.644Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856702641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:18:22.744Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:18:22.745Z||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-04-25T03:18:22.745Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:18:22.755Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:18:22.755Z||pool-87-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:18:23.645Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:18:23.659Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:18:23.661Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:18:23.662Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:18:23.662Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:18:53.662Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:18:53.675Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:18:53.678Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:18:53.678Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:18:53.678Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:19:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:19:01.270Z||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-04-25T03:19:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:19:01.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:19:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.294Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.295Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.296Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856600825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856596323, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856613423, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856613425, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.299Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.300Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "cds", "timestamp": 1650856614427, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:19:01.307Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 51d0f098-2211-44ec-91a6-43fa5fd89a10 2022-04-25T03:19:01.307Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:19:01.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856614429, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "policy-id", "timestamp": 1650856615432, "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-04-25T03:19:01.323Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51d0f098-2211-44ec-91a6-43fa5fd89a10 2022-04-25T03:19:01.323Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.331Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.332Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.334Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856610860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856611119, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.335Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856620716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856620832, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "ves-openapi-manager", "timestamp": 1650856612526, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:19:01.336Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:19:23.679Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:19:23.689Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:19:23.692Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:19:23.692Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:19:23.692Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:19:53.692Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:19:53.700Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:19:53.702Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:19:53.702Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:19:53.702Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:20:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:20:01.269Z||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-04-25T03:20:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:20:01.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:20:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:20:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:20:01.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856622040, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856622818, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:20:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856623229, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856615026, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650856623821, "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-04-25T03:20:01.301Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 51d0f098-2211-44ec-91a6-43fa5fd89a10 2022-04-25T03:20:01.302Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:20:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856624514, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:20:01.313Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856616025, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:20:01.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856624840, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:20:01.314Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856625770, "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-04-25T03:20:01.320Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 51d0f098-2211-44ec-91a6-43fa5fd89a10 2022-04-25T03:20:01.321Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:20:01.332Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.332Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "multicloud-k8s-id", "timestamp": 1650856626772, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:20:01.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856633670, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:20:01.333Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.333Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.333Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "aai-ml", "timestamp": 1650856634673, "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-04-25T03:20:01.340Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 51d0f098-2211-44ec-91a6-43fa5fd89a10 2022-04-25T03:20:01.340Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:20:01.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856637295, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856638888, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "clamp", "timestamp": 1650856639891, "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-04-25T03:20:01.357Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 51d0f098-2211-44ec-91a6-43fa5fd89a10 2022-04-25T03:20:01.358Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:20:01.366Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.366Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "ad60cd09-539d-4a9d-9214-b8570cf771be", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856674111, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:20:01.366Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:20:01.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:20:01.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:01.367Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:20:01.367Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-04-25T03:20:01.367Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:20:23.702Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:20:23.715Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:20:23.718Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:20:23.719Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:20:23.724Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:20:53.724Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 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-04-25T03:20:53.729Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 51d0f098-2211-44ec-91a6-43fa5fd89a10 and serviceModelVersionId: 7589daa3-7938-447d-a4cf-112229804d6c 2022-04-25T03:20:53.730Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed0f50e8-5245-41ba-8374-3853ac400aeb 2022-04-25T03:20:53.730Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed0f50e8-5245-41ba-8374-3853ac400aeb/model-vers/model-ver/7589daa3-7938-447d-a4cf-112229804d6c?depth=0 2022-04-25T03:20:53.736Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:20:53.762Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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/ed0f50e8-5245-41ba-8374-3853ac400aeb/model-vers/model-ver/7589daa3-7938-447d-a4cf-112229804d6c?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-04-25T03:20:53.763Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0f50e8-5245-41ba-8374-3853ac400aeb/model-vers/model-ver/7589daa3-7938-447d-a4cf-112229804d6c?depth=0|INFO|500||Invoke 2022-04-25T03:20:53.779Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0f50e8-5245-41ba-8374-3853ac400aeb/model-vers/model-ver/7589daa3-7938-447d-a4cf-112229804d6c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:20:53.860Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed0f50e8-5245-41ba-8374-3853ac400aeb/model-vers/model-ver/7589daa3-7938-447d-a4cf-112229804d6c?depth=0|INFO|500||InvokeReturn 2022-04-25T03:20:53.861Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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/ed0f50e8-5245-41ba-8374-3853ac400aeb/model-vers/model-ver/7589daa3-7938-447d-a4cf-112229804d6c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-03:20:53:785-96981], vertex-id=[487488], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:20:53 GMT], Content-Type=[application/json]} 2022-04-25T03:20:53.861Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:20:53.861Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:20:53.861Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:20:53.867Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:20:53.867Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 51d0f098-2211-44ec-91a6-43fa5fd89a10 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:20:53.867Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:20:53.867Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:20:53.869Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:20:53.869Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856853867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:20:53.970Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:20:53.971Z||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-04-25T03:20:53.971Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:20:53.983Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:20:53.984Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-25T03:20:54.882Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:20:54.883Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:20:54.883Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:01.269Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:01.270Z||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-04-25T03:21:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:01.286Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:01.287Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.287Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.288Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856675129, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856688807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856690895, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856692372, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856693868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856695194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856696503, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856697621, "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-04-25T03:21:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856698625, "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-04-25T03:21:01.291Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.291Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856699629, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856700633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856701637, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856702641, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:21:01.292Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:21:05.216Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:05.217Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:05.217Z||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-04-25T03:21:05.217Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:14.746Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:14.746Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:14.747Z||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-04-25T03:21:14.747Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:24.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:24.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:24.273Z||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-04-25T03:21:24.273Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:33.802Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:33.803Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:33.803Z||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-04-25T03:21:33.803Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:43.331Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:43.332Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:43.333Z||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-04-25T03:21:43.333Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:21:52.867Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:21:52.867Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:21:52.868Z||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-04-25T03:21:52.868Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:22:01.269Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:22:01.269Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:22:01.270Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:22:01.787Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:22:01.787Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:22:01.787Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "51d0f098-2211-44ec-91a6-43fa5fd89a10", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650856853867, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:22:01.788Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:22:02.396Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:22:02.396Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:22:02.397Z||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-04-25T03:22:02.397Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:22:11.923Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:22:11.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:22:11.923Z||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-04-25T03:22:11.924Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:22:21.451Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:22:21.452Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:22:21.452Z||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-04-25T03:22:21.453Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:22:30.978Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:22:30.979Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:22:30.979Z||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-04-25T03:22:30.979Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:22:40.505Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:23:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:23:01.267Z||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-04-25T03:23:01.267Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:23:01.269Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:23:01.269Z||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-04-25T03:23:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:23:10.794Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:23:10.800Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:24:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:24:01.268Z||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-04-25T03:24:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:24:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:24:01.269Z||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-04-25T03:24:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:24:10.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:24:10.803Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:25:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:25:01.268Z||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-04-25T03:25:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:25:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:25:01.269Z||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-04-25T03:25:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:25:10.799Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:25:10.802Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:26:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:26:01.268Z||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-04-25T03:26:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:26:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:26:01.269Z||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-04-25T03:26:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:26:10.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:26:10.804Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:27:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:27:01.268Z||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-04-25T03:27:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:27:01.269Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:27:01.270Z||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-04-25T03:27:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:27:10.800Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:27:10.802Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:28:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:28:01.268Z||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-04-25T03:28:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:28:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:28:01.269Z||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-04-25T03:28:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:28:10.804Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:28:10.804Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:01.267Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:29:01.268Z||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-04-25T03:29:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:29:01.270Z||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-04-25T03:29:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:01.389Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:01.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.786Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857305825, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857311119, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857306025, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857305026, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "ves-openapi-manager", "timestamp": 1650857312526, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.788Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857322400, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857322499, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857322510, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "cds", "timestamp": 1650857323504, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-25T03:29:01.806Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 62c6e827-96f8-4604-89bf-51d3cdbceb64 2022-04-25T03:29:01.807Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:29:01.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.815Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857323792, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.815Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.815Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857316323, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857325092, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857325171, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.816Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857326108, "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-04-25T03:29:01.822Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62c6e827-96f8-4604-89bf-51d3cdbceb64 2022-04-25T03:29:01.822Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:29:01.831Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.831Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857326174, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:29:01.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "multicloud-k8s-id", "timestamp": 1650857327111, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:29:01.832Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.832Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.832Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "policy-id", "timestamp": 1650857327177, "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-04-25T03:29:01.838Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 62c6e827-96f8-4604-89bf-51d3cdbceb64 2022-04-25T03:29:01.838Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:29:01.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.846Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.846Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.846Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857329969, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857330006, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.847Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.848Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.848Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.848Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "aai-ml", "timestamp": 1650857330974, "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-04-25T03:29:01.853Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 62c6e827-96f8-4604-89bf-51d3cdbceb64 2022-04-25T03:29:01.853Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:29:01.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857331011, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857334153, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_ERROR" } 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857324506, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857335159, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_ERROR" } 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857335816, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "clamp", "timestamp": 1650857336162, "artifactURL": "", "status": "COMPONENT_DONE_ERROR", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:29:01.874Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_ERROR distributionID of 62c6e827-96f8-4604-89bf-51d3cdbceb64 2022-04-25T03:29:01.874Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:29:01.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.884Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.885Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.886Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.886Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.886Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "cds", "timestamp": 1650857337897, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:29:01.887Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:01.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"62c6e827-96f8-4604-89bf-51d3cdbceb64","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"7d3e9888-50dc-48f2-ba52-0dc90c71b748","serviceDescription":"service","serviceInvariantUUID":"9a4cb0cc-8339-424d-9ecc-6623d8e80452","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"10ec8352-dbaa-4d2a-b25e-7886e8d44c8f","resourceInvariantUUID":"135a65d5-d5d5-48ed-a69f-7a6f771357b2","resourceCustomizationUUID":"da2f3c0f-e790-4825-9da4-6f3e31d5adbc","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e0a3720f-7744-43c0-935c-89b2eed6dbec","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NWQ4M2IzMjkxM2U4ODRhZjYzZGMxYmU5MmIwMmM1ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"39d1368d-d869-43fe-9ad7-a1f0d89621c2","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Y2NhZDY0MWU5YjNlMzZkYTk5NTdiYzM3YTJlMjlmNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4f3bbfce-d021-44cf-9895-5fe43cb1ebca","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e86360c2-58d2-42a0-82a8-883bc75d951f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"489b9a14-6b2f-44eb-8b2f-e253f8e7db89","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"da6b1986-f052-4531-b3c0-605ff7021fa0","artifactVersion":"2","generatedFromUUID":"e86360c2-58d2-42a0-82a8-883bc75d951f"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MWM2NTVjY2E0NzRlMzkxN2IwYjhjYzBkNzVkOGMyODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa70fbc8-102f-434b-b324-2e63a7e50460","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZDc3YjBmZTNiZDRjZTY5OTBhYmYyZTE1YTFkMzk1YjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"61049f3b-7a1a-41c1-a5da-5f769403c056","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:29:01.890Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:01.890Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:29:01.892Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:01.892Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-25T03:29:01.899Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 2022-04-25T03:29:01.899Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:29:01.908Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.908Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.908Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857331119, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:29:01.909Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857339739, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.910Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857340014, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "ves-openapi-manager", "timestamp": 1650857332526, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.911Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:01.912Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:29:01.912Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:29:01.912Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857341135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:01.912Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:29:01.992Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:01.993Z||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-04-25T03:29:01.993Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:02.003Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:02.003Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:02.892Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:02.894Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:02.896Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:02.896Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:02.996Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:02.997Z||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-04-25T03:29:02.997Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:03.006Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:03.007Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:03.897Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:03.897Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:03.899Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:03.900Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:29:04.000Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:04.001Z||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-04-25T03:29:04.001Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:04.010Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:04.011Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:04.901Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:04.902Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:04.903Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:04.903Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T03:29:05.004Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:29:05.017Z||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-04-25T03:29:05.017Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:05.027Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:05.027Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:29:05.904Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:05.905Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:05.906Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:05.906Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:06.007Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:29:06.007Z||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-04-25T03:29:06.008Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:06.018Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:06.018Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:06.907Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:06.908Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:06.909Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:06.910Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-25T03:29:07.010Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:07.010Z||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-04-25T03:29:07.011Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:07.021Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:07.021Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:07.910Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:07.911Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:07.913Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:07.913Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:29:08.014Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:08.014Z||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-04-25T03:29:08.014Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:08.023Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:08.024Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:29:08.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:29:08.914Z||pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:08.916Z||pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:08.916Z||pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:29:09.016Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:09.017Z||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-04-25T03:29:09.017Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:09.028Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:09.028Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:09.917Z||pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "7d3e9888-50dc-48f2-ba52-0dc90c71b748", "serviceDescription": "service", "serviceInvariantUUID": "9a4cb0cc-8339-424d-9ecc-6623d8e80452", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "da2f3c0f-e790-4825-9da4-6f3e31d5adbc", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "10ec8352-dbaa-4d2a-b25e-7886e8d44c8f", "resourceInvariantUUID": "135a65d5-d5d5-48ed-a69f-7a6f771357b2", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "Y2NhZDY0MWU5YjNlMzZkYTk5NTdiYzM3YTJlMjlmNDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f3bbfce-d021-44cf-9895-5fe43cb1ebca", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e86360c2-58d2-42a0-82a8-883bc75d951f", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "da6b1986-f052-4531-b3c0-605ff7021fa0", "generatedFromUUID": "e86360c2-58d2-42a0-82a8-883bc75d951f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "da6b1986-f052-4531-b3c0-605ff7021fa0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZDc3YjBmZTNiZDRjZTY5OTBhYmYyZTE1YTFkMzk1YjE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "61049f3b-7a1a-41c1-a5da-5f769403c056" } ], "workloadContext": "Production" } 2022-04-25T03:29:09.917Z||pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:29:09.918Z||pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7d3e9888-50dc-48f2-ba52-0dc90c71b748 ASDC 2022-04-25T03:29:09.918Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:62c6e827-96f8-4604-89bf-51d3cdbceb64 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:7d3e9888-50dc-48f2-ba52-0dc90c71b748 ServiceInvariantUUID:9a4cb0cc-8339-424d-9ecc-6623d8e80452 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:61049f3b-7a1a-41c1-a5da-5f769403c056 ArtifactChecksum:ZDc3YjBmZTNiZDRjZTY5OTBhYmYyZTE1YTFkMzk1YjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:da2f3c0f-e790-4825-9da4-6f3e31d5adbc ResourceInvariantUUID:135a65d5-d5d5-48ed-a69f-7a6f771357b2 ResourceName:basicclamp ResourceType:VF ResourceUUID:10ec8352-dbaa-4d2a-b25e-7886e8d44c8f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:4f3bbfce-d021-44cf-9895-5fe43cb1ebca ArtifactChecksum:Y2NhZDY0MWU5YjNlMzZkYTk5NTdiYzM3YTJlMjlmNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:e86360c2-58d2-42a0-82a8-883bc75d951f ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:da6b1986-f052-4531-b3c0-605ff7021fa0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_ubuntu18.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:da6b1986-f052-4531-b3c0-605ff7021fa0 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T03:29:09.919Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7d3e9888-50dc-48f2-ba52-0dc90c71b748 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-04-25T03:29:09.952Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:29:09.953Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:29:09.953Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:29:09.953Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 61049f3b-7a1a-41c1-a5da-5f769403c056 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-25T03:29:09.953Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:29:09.954Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-25T03:29:10.114Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:29:10.118Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 61049f3b-7a1a-41c1-a5da-5f769403c056 73663 2022-04-25T03:29:10.118Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-25T03:29:10.118Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-25T03:29:10.119Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:29:10.119Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:10.121Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:10.121Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857350118, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:10.221Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:29:10.222Z||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-04-25T03:29:10.222Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:10.259Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:10.260Z||pool-97-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:29:11.122Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:29:11.123Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:29:11.124Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 61049f3b-7a1a-41c1-a5da-5f769403c056, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-25T03:29:11.124Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-04-25T03:29:11.124Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-25T03:29:11.124Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-25T03:29:11.215Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5396589994633131863/Definitions/service-Basicclamp-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-04-25T03:29:12.048Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-Basicclamp-csar.csar 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-25T03:29:12.049Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.050Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:12.051Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=382cc460-e493-43cc-a306-4dc27947a8e8 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.052Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.053Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.053Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.053Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:12.053Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:12.053Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:7d3e9888-50dc-48f2-ba52-0dc90c71b748 Model Version:NULL Model InvariantUuid:9a4cb0cc-8339-424d-9ecc-6623d8e80452 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:2d30a865-a70b-466b-b71d-9ba0c4d1d455 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:135a65d5-d5d5-48ed-a69f-7a6f771357b2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:da2f3c0f-e790-4825-9da4-6f3e31d5adbc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:982f69a0-350c-41a0-a700-8a7136ecae82 ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:d868a5f2-52ca-4776-bea3-8bb396811e41 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:382cc460-e493-43cc-a306-4dc27947a8e8 ModelInvariantUuid:9dd75b26-4193-4fe8-9ed6-a0b40706cbba ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:472a9c8f-00a2-4040-a965-b67a4c3dc89d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4735ce49-45d5-492f-a401-d650917a315a ModelInvariantUuid:fefc0315-50df-4cc6-a6ed-0ab443970e9c ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:ab15546d-3b01-492e-a390-f1944f52dfa9 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-04-25T03:29:12.061Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 10ec8352-dbaa-4d2a-b25e-7886e8d44c8f 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-04-25T03:29:12.064Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||basicclamp 0 2022-04-25T03:29:12.064Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 10ec8352-dbaa-4d2a-b25e-7886e8d44c8f 2022-04-25T03:29:12.064Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f3bbfce-d021-44cf-9895-5fe43cb1ebca from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-25T03:29:12.064Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:29:12.064Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-25T03:29:12.397Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:29:12.398Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 4f3bbfce-d021-44cf-9895-5fe43cb1ebca 790 2022-04-25T03:29:12.398Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-25T03:29:12.398Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-25T03:29:12.398Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:29:12.398Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:12.400Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:12.401Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857352398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:12.500Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:29:12.501Z||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-04-25T03:29:12.501Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:12.510Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:12.511Z||pool-98-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:13.401Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "982f69a0-350c-41a0-a700-8a7136ecae82", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d868a5f2-52ca-4776-bea3-8bb396811e41", "vfModuleModelCustomizationUUID": "26ef8e2d-850c-4539-9309-35782d8258c6", "isBase": true, "artifacts": [ "e86360c2-58d2-42a0-82a8-883bc75d951f", "da6b1986-f052-4531-b3c0-605ff7021fa0" ], "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-04-25T03:29:13.406Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d868a5f2-52ca-4776-bea3-8bb396811e41 VfModuleModelInvariantUUID:982f69a0-350c-41a0-a700-8a7136ecae82 VfModuleModelDescription:NULL Artifacts UUID List:{ e86360c2-58d2-42a0-82a8-883bc75d951f , da6b1986-f052-4531-b3c0-605ff7021fa0 } 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-04-25T03:29:13.408Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "982f69a0-350c-41a0-a700-8a7136ecae82", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d868a5f2-52ca-4776-bea3-8bb396811e41", "vfModuleModelCustomizationUUID": "26ef8e2d-850c-4539-9309-35782d8258c6", "isBase": true, "artifacts": [ "e86360c2-58d2-42a0-82a8-883bc75d951f", "da6b1986-f052-4531-b3c0-605ff7021fa0" ], "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-04-25T03:29:13.409Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d868a5f2-52ca-4776-bea3-8bb396811e41 VfModuleModelInvariantUUID:982f69a0-350c-41a0-a700-8a7136ecae82 VfModuleModelDescription:NULL Artifacts UUID List:{ e86360c2-58d2-42a0-82a8-883bc75d951f , da6b1986-f052-4531-b3c0-605ff7021fa0 } 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-04-25T03:29:13.409Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: e86360c2-58d2-42a0-82a8-883bc75d951f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-25T03:29:13.409Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:29:13.409Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-25T03:29:13.770Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:29:13.770Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml e86360c2-58d2-42a0-82a8-883bc75d951f 5033 2022-04-25T03:29:13.770Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-25T03:29:13.770Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-25T03:29:13.770Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:29:13.771Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:13.772Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:13.772Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857353770, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:13.872Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:13.873Z||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-04-25T03:29:13.873Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:13.881Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:13.882Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:14.773Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: da6b1986-f052-4531-b3c0-605ff7021fa0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-25T03:29:14.774Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:29:14.774Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-25T03:29:15.266Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:29:15.266Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env da6b1986-f052-4531-b3c0-605ff7021fa0 909 2022-04-25T03:29:15.266Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-25T03:29:15.266Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-25T03:29:15.267Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:29:15.267Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:15.269Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:15.269Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857355266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:29:15.369Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:15.370Z||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-04-25T03:29:15.370Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:15.379Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:15.380Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:16.269Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: 7d3e9888-50dc-48f2-ba52-0dc90c71b748 2022-04-25T03:29:16.270Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 10ec8352-dbaa-4d2a-b25e-7886e8d44c8f 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-04-25T03:29:16.287Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6de7416c, org.onap.sdc.toscaparser.api.parameters.Input@77b983ab, org.onap.sdc.toscaparser.api.parameters.Input@23de4fb8, org.onap.sdc.toscaparser.api.parameters.Input@7dd391f3, org.onap.sdc.toscaparser.api.parameters.Input@2a685304] 2022-04-25T03:29:16.289Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.289Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.290Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-04-25T03:29:16.290Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= da2f3c0f-e790-4825-9da4-6f3e31d5adbc 2022-04-25T03:29:16.290Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da2f3c0f-e790-4825-9da4-6f3e31d5adbc matches Tosca VF Customization UUID: da2f3c0f-e790-4825-9da4-6f3e31d5adbc 2022-04-25T03:29:16.290Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: da2f3c0f-e790-4825-9da4-6f3e31d5adbc 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-04-25T03:29:16.293Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.293Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.294Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id da2f3c0f-e790-4825-9da4-6f3e31d5adbc: {\"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-04-25T03:29:16.294Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@21b85aca 2022-04-25T03:29:16.294Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.294Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:29:16.294Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 26ef8e2d-850c-4539-9309-35782d8258c6 2022-04-25T03:29:16.294Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 26ef8e2d-850c-4539-9309-35782d8258c6 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-04-25T03:29:16.297Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.297Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:16.298Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:29:16.298Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.298Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:16.298Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:29:16.298Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.299Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-04-25T03:29:16.299Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-04-25T03:29:16.299Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-04-25T03:29:16.301Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=382cc460-e493-43cc-a306-4dc27947a8e8 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-04-25T03:29:16.303Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.303Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:16.304Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:29:16.304Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.304Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-04-25T03:29:16.304Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=da2f3c0f-e790-4825-9da4-6f3e31d5adbc 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-04-25T03:29:16.305Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid 7d3e9888-50dc-48f2-ba52-0dc90c71b748: basicclamp 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.306Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.307Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.307Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:29:16.307Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:29:16.307Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||Saving Service: basicclamp Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-25T03:29:16.426Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 10ec8352-dbaa-4d2a-b25e-7886e8d44c8f 1 ASDC deployResourceStructure 2022-04-25T03:29:16.426Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-04-25T03:29:16.426Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-04-25T03:29:16.426Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:29:16.427Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:16.428Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:16.429Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857356426, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:29:16.529Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:16.530Z||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-04-25T03:29:16.530Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:16.539Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:16.539Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:29:17.429Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-04-25T03:29:17.430Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-04-25T03:29:17.431Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:29:17.431Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:17.433Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:17.433Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857357429, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:29:17.533Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:29:17.534Z||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-04-25T03:29:17.534Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:17.543Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:17.544Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:18.434Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-04-25T03:29:18.435Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-04-25T03:29:18.435Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:29:18.435Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:18.437Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:18.438Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857358434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-25T03:29:18.538Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:18.539Z||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-04-25T03:29:18.539Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:18.547Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:18.548Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:19.439Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-04-25T03:29:19.439Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-04-25T03:29:19.439Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:29:19.439Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:29:19.441Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:29:19.441Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857359438, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:29:19.541Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:29:19.542Z||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-04-25T03:29:19.542Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:29:19.552Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:29:19.552Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:29:20.441Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:29:20.458Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:29:20.461Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:29:20.461Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:29:20.462Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:29:20.462Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:29:50.462Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:29:50.477Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:29:50.481Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:29:50.481Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:29:50.481Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:29:50.482Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:30:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:30:01.269Z||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-04-25T03:30:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:30:01.285Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:30:01.285Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:30:01.285Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:30:01.286Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:30:20.482Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:30:20.496Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:30:20.498Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:30:20.498Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:30:20.498Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:30:20.498Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:30:50.499Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:30:50.511Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:30:50.514Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:30:50.514Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:30:50.514Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:30:50.514Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:31:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:31:01.269Z||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-04-25T03:31:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:31:01.288Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:31:01.288Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:31:01.289Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857341770, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:31:01.289Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:31:20.514Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:31:20.527Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:31:20.531Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:31:20.531Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:31:20.531Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:31:20.531Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:31:50.531Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:31:50.544Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:31:50.547Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:31:50.547Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:31:50.547Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:31:50.547Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:32:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:32:01.270Z||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-04-25T03:32:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:01.288Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:01.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.795Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857342230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857335026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857342773, "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-04-25T03:32:01.803Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 62c6e827-96f8-4604-89bf-51d3cdbceb64 2022-04-25T03:32:01.803Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:32:01.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.810Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.811Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.811Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857343246, "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-04-25T03:32:01.815Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 2022-04-25T03:32:01.815Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:32:01.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857343722, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.825Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.825Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.825Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857336324, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "multicloud-k8s-id", "timestamp": 1650857344249, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857337166, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.826Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857345227, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857346230, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.827Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.828Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "policy-id", "timestamp": 1650857347232, "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-04-25T03:32:01.832Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 2022-04-25T03:32:01.832Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:32:01.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857350118, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857330860, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857352398, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857352406, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857352597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "aai-ml", "timestamp": 1650857353600, "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-04-25T03:32:01.847Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 2022-04-25T03:32:01.848Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:32:01.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857353770, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857354688, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857355266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.858Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857355691, "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-04-25T03:32:01.864Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 2022-04-25T03:32:01.864Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857356012, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857356426, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857357429, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857358019, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857358434, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.876Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "clamp", "timestamp": 1650857359023, "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-04-25T03:32:01.882Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 2022-04-25T03:32:01.882Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:32:01.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857359438, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.890Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.890Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.890Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-25T03:32:01.891Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.892Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.893Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.894Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.895Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857350825, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857351119, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "ves-openapi-manager", "timestamp": 1650857352526, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.896Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857356324, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857367128, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857367218, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857367236, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857368230, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857368240, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "cds", "timestamp": 1650857368499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-04-25T03:32:01.911Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 159241df-8825-4386-aab2-df4c74755151 2022-04-25T03:32:01.911Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:32:01.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "policy-id", "timestamp": 1650857369242, "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-04-25T03:32:01.927Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 159241df-8825-4386-aab2-df4c74755151 2022-04-25T03:32:01.927Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:32:01.937Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.937Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857369325, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857370438, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857360860, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.938Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.939Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857371479, "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-04-25T03:32:01.944Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 159241df-8825-4386-aab2-df4c74755151 2022-04-25T03:32:01.944Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:32:01.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.950Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.950Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.950Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857371824, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "multicloud-k8s-id", "timestamp": 1650857372481, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.951Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857373814, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857365026, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.952Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857374817, "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-04-25T03:32:01.957Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 159241df-8825-4386-aab2-df4c74755151 2022-04-25T03:32:01.957Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:32:01.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.965Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857366025, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:01.965Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:32:01.965Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857375761, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857380016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857384020, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.966Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "clamp", "timestamp": 1650857385024, "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-04-25T03:32:01.972Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 159241df-8825-4386-aab2-df4c74755151 2022-04-25T03:32:01.972Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:32:01.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857385770, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:32:01.980Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:32:01.980Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:32:01.980Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "aai-ml", "timestamp": 1650857386773, "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-04-25T03:32:01.985Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 159241df-8825-4386-aab2-df4c74755151 2022-04-25T03:32:01.985Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:32:20.547Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:32:20.561Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_ERROR on componentName: 2022-04-25T03:32:20.563Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Updating overall DistributionStatus to: FAILURE for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:32:20.567Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:32:50.568Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 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-04-25T03:32:50.575Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 62c6e827-96f8-4604-89bf-51d3cdbceb64 and serviceModelVersionId: 7d3e9888-50dc-48f2-ba52-0dc90c71b748 2022-04-25T03:32:50.575Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9a4cb0cc-8339-424d-9ecc-6623d8e80452 2022-04-25T03:32:50.576Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0 2022-04-25T03:32:50.581Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:32:50.610Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0|INFO|500||Invoke 2022-04-25T03:32:50.610Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[62c6e827-96f8-4604-89bf-51d3cdbceb64], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[91736661-b016-4bc7-9da9-d01135a49d5e], X-ECOMP-RequestID=[62c6e827-96f8-4604-89bf-51d3cdbceb64], X-TransactionId=[], X-ONAP-RequestID=[62c6e827-96f8-4604-89bf-51d3cdbceb64], Content-Type=[application/merge-patch+json]} 2022-04-25T03:32:50.631Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-04-25T03:32:50.715Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?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/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-03:32:50:642-11813], vertex-id=[274616], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:32:50 GMT], Content-Type=[application/json]} 2022-04-25T03:32:50.716Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:32:50.716Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9a4cb0cc-8339-424d-9ecc-6623d8e80452/model-vers/model-ver/7d3e9888-50dc-48f2-ba52-0dc90c71b748?depth=0|INFO|500||InvokeReturn 2022-04-25T03:32:50.717Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:32:50.717Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-04-25T03:32:50.721Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|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-04-25T03:32:50.721Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 62c6e827-96f8-4604-89bf-51d3cdbceb64 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason null 2022-04-25T03:32:50.721Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:32:50.722Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:50.723Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:50.724Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857570721, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-04-25T03:32:50.824Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:32:50.824Z||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-04-25T03:32:50.825Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:50.838Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:50.838Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 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-04-25T03:32:51.737Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:32:51.738Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"67e60c80-f5aa-4684-a6a8-916a65aeb1d4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55","serviceDescription":"service","serviceInvariantUUID":"5c2cdc45-b724-462b-935c-ac7ea48164e4","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52da05f3-ad5d-4e1a-8e80-21e36b98d45b","resourceInvariantUUID":"7a99e6bc-1e29-430b-b976-9b2df9bec05c","resourceCustomizationUUID":"4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb","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":"ZDczYzdhYjhiZjhiNWUzODY2ZWFiYjcwYzVlYjZiNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a1bb8e8-03c4-40d0-bd51-93ff8aad88cd","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":"YzllMzdiNjkyMGQ4ZDA3NTNhYTFlZGI5M2Y5MmE0ODI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"426f4031-7a3c-49d7-ab9a-fe2278bb0e87","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":"3184e6ee-ef37-423d-af61-be782eacbc6c","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":"6e94b94d-e61e-40ac-8d72-98f19d444728","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":"3678f77f-559a-4241-a2b1-a67178e44628","artifactVersion":"2","generatedFromUUID":"3184e6ee-ef37-423d-af61-be782eacbc6c"},{"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":"MjY3YzNkMjJhNGQ4NTNjZTA2N2M2YjQxYmMzNTdlMGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"66e9c29d-a401-4c02-83f3-3581ec15b9e4","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":"MjRkNzRkY2QzNTZhZmRjMzE2YzljYTEyNDIxZDk5Yzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dd0d33cd-eb65-438d-857d-bb9b0d8b50d1","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZTViYjMyYTg0MzlhNzk4NGFhOGM4ZjBkODk3ZDAwN2Q\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f6a169b-6c7b-4ba3-ad97-512d7df1bff2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:32:51.738Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:51.738Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:51.740Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:51.740Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:51.841Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:32:51.841Z||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-04-25T03:32:51.842Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:51.850Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:51.851Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:52.741Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:52.741Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:52.743Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:52.743Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:32:52.844Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:32:52.845Z||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-04-25T03:32:52.845Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:52.854Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:52.854Z||pool-107-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:53.744Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:53.744Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:53.746Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:53.746Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:32:53.847Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:32:53.847Z||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-04-25T03:32:53.848Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:53.856Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:53.857Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:54.747Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:54.747Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:54.749Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:54.749Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:54.849Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:32:54.850Z||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-04-25T03:32:54.850Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:54.859Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:54.860Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:55.749Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:55.750Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:55.751Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:55.751Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-25T03:32:55.851Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:32:55.852Z||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-04-25T03:32:55.852Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:55.860Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:55.861Z||pool-110-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:56.751Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:56.752Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:56.754Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:56.754Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:56.854Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:32:56.855Z||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-04-25T03:32:56.855Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:56.864Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:56.864Z||pool-111-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:57.755Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:57.755Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:57.757Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:57.757Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:32:57.857Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:32:57.858Z||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-04-25T03:32:57.858Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:57.867Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:57.868Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:58.758Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:32:58.758Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:32:58.760Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:32:58.760Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:32:58.860Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:32:58.861Z||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-04-25T03:32:58.861Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:32:58.870Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:32:58.870Z||pool-113-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:32:59.761Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55", "serviceDescription": "service", "serviceInvariantUUID": "5c2cdc45-b724-462b-935c-ac7ea48164e4", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "52da05f3-ad5d-4e1a-8e80-21e36b98d45b", "resourceInvariantUUID": "7a99e6bc-1e29-430b-b976-9b2df9bec05c", "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": "YzllMzdiNjkyMGQ4ZDA3NTNhYTFlZGI5M2Y5MmE0ODI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "426f4031-7a3c-49d7-ab9a-fe2278bb0e87", "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": "3184e6ee-ef37-423d-af61-be782eacbc6c", "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": "3678f77f-559a-4241-a2b1-a67178e44628", "generatedFromUUID": "3184e6ee-ef37-423d-af61-be782eacbc6c" }, "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": "3678f77f-559a-4241-a2b1-a67178e44628", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZTViYjMyYTg0MzlhNzk4NGFhOGM4ZjBkODk3ZDAwN2Q\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4f6a169b-6c7b-4ba3-ad97-512d7df1bff2" } ], "workloadContext": "Production" } 2022-04-25T03:32:59.761Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:32:59.761Z|62c6e827-96f8-4604-89bf-51d3cdbceb64|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55 ASDC 2022-04-25T03:32:59.762Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:67e60c80-f5aa-4684-a6a8-916a65aeb1d4 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55 ServiceInvariantUUID:5c2cdc45-b724-462b-935c-ac7ea48164e4 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:4f6a169b-6c7b-4ba3-ad97-512d7df1bff2 ArtifactChecksum:ZTViYjMyYTg0MzlhNzk4NGFhOGM4ZjBkODk3ZDAwN2Q= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb ResourceInvariantUUID:7a99e6bc-1e29-430b-b976-9b2df9bec05c ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:52da05f3-ad5d-4e1a-8e80-21e36b98d45b 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:426f4031-7a3c-49d7-ab9a-fe2278bb0e87 ArtifactChecksum:YzllMzdiNjkyMGQ4ZDA3NTNhYTFlZGI5M2Y5MmE0ODI= 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:3184e6ee-ef37-423d-af61-be782eacbc6c 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:3678f77f-559a-4241-a2b1-a67178e44628 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:3678f77f-559a-4241-a2b1-a67178e44628 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T03:32:59.762Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55 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-04-25T03:32:59.798Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:32:59.799Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:32:59.799Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:32:59.799Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f6a169b-6c7b-4ba3-ad97-512d7df1bff2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-25T03:32:59.799Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:32:59.799Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-25T03:33:00.518Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:33:00.522Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 4f6a169b-6c7b-4ba3-ad97-512d7df1bff2 78814 2022-04-25T03:33:00.523Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-25T03:33:00.523Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-25T03:33:00.523Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:33:00.523Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:00.524Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:00.524Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857580523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:00.625Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:33:00.626Z||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-04-25T03:33:00.626Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:00.635Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:00.635Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:33:01.270Z||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-04-25T03:33:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:01.525Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:33:01.525Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:33:01.526Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 4f6a169b-6c7b-4ba3-ad97-512d7df1bff2, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-25T03:33:01.526Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-04-25T03:33:01.527Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-25T03:33:01.527Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-25T03:33:01.613Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8561567206337177868/Definitions/service-BasicVmMacro-template.yml 2022-04-25T03:33:01.886Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:01.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "62c6e827-96f8-4604-89bf-51d3cdbceb64", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857570721, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR" } 2022-04-25T03:33:01.887Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:33:01.887Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.887Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.888Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857341267, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857580523, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:01.889Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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-04-25T03:33:02.486Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-BasicVmMacro-csar.csar 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-BasicVmMacro-csar.csar 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-BasicVmMacro-csar.csar 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-BasicVmMacro-csar.csar 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-BasicVmMacro-csar.csar 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:02.487Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-04-25T03:33:02.488Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.489Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-25T03:33:02.490Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0ca8fa78-1b10-4682-8b94-cbd2fb5817db 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:02.491Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:02.492Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55 Model Version:NULL Model InvariantUuid:5c2cdc45-b724-462b-935c-ac7ea48164e4 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:71d2cdbe-7f33-4be2-86df-dd3a5255cd31 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7a99e6bc-1e29-430b-b976-9b2df9bec05c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b7b0a94c-2b63-48ae-bdd1-fc7dfbd167d4 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:57ce464e-520e-491f-a919-6e6b1bbf9c9f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:0ca8fa78-1b10-4682-8b94-cbd2fb5817db ModelInvariantUuid:2cfad34d-0736-4414-8dc6-484f476341c3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:36c02597-b8ab-4933-96c5-409b45e53f5e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:b2e45838-53cb-4b13-91d7-b690a9bfd02d ModelInvariantUuid:369d8fe3-9c8e-40d8-a705-669ab9e231fa ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:81bcec75-6d92-4539-816f-c63a869b5523 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-04-25T03:33:02.500Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: 52da05f3-ad5d-4e1a-8e80-21e36b98d45b 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-04-25T03:33:02.503Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||basic_vm_macro 0 2022-04-25T03:33:02.503Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52da05f3-ad5d-4e1a-8e80-21e36b98d45b 2022-04-25T03:33:02.503Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 426f4031-7a3c-49d7-ab9a-fe2278bb0e87 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-04-25T03:33:02.503Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:33:02.503Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.713Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:33:02.713Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 426f4031-7a3c-49d7-ab9a-fe2278bb0e87 792 2022-04-25T03:33:02.714Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.714Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:02.714Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:33:02.714Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:02.715Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:02.715Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857582714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:02.816Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:02.817Z||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-04-25T03:33:02.817Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:02.826Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:02.826Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:03.716Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b7b0a94c-2b63-48ae-bdd1-fc7dfbd167d4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57ce464e-520e-491f-a919-6e6b1bbf9c9f", "vfModuleModelCustomizationUUID": "e0132de1-1ff1-4033-98e9-a639d933578d", "isBase": true, "artifacts": [ "3184e6ee-ef37-423d-af61-be782eacbc6c", "3678f77f-559a-4241-a2b1-a67178e44628" ], "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-04-25T03:33:03.719Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:57ce464e-520e-491f-a919-6e6b1bbf9c9f VfModuleModelInvariantUUID:b7b0a94c-2b63-48ae-bdd1-fc7dfbd167d4 VfModuleModelDescription:NULL Artifacts UUID List:{ 3184e6ee-ef37-423d-af61-be782eacbc6c , 3678f77f-559a-4241-a2b1-a67178e44628 } 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-04-25T03:33:03.722Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b7b0a94c-2b63-48ae-bdd1-fc7dfbd167d4", "vfModuleModelVersion": "1", "vfModuleModelUUID": "57ce464e-520e-491f-a919-6e6b1bbf9c9f", "vfModuleModelCustomizationUUID": "e0132de1-1ff1-4033-98e9-a639d933578d", "isBase": true, "artifacts": [ "3184e6ee-ef37-423d-af61-be782eacbc6c", "3678f77f-559a-4241-a2b1-a67178e44628" ], "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-04-25T03:33:03.722Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:57ce464e-520e-491f-a919-6e6b1bbf9c9f VfModuleModelInvariantUUID:b7b0a94c-2b63-48ae-bdd1-fc7dfbd167d4 VfModuleModelDescription:NULL Artifacts UUID List:{ 3184e6ee-ef37-423d-af61-be782eacbc6c , 3678f77f-559a-4241-a2b1-a67178e44628 } 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-04-25T03:33:03.722Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3184e6ee-ef37-423d-af61-be782eacbc6c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-04-25T03:33:03.722Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:33:03.722Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:04.010Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:33:04.011Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 3184e6ee-ef37-423d-af61-be782eacbc6c 5033 2022-04-25T03:33:04.011Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:04.011Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:04.011Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:33:04.011Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:04.012Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:04.013Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857584011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:04.113Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:04.114Z||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-04-25T03:33:04.114Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:04.122Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:04.123Z||pool-116-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:05.013Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 3678f77f-559a-4241-a2b1-a67178e44628 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-04-25T03:33:05.013Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:33:05.013Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:05.065Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:33:05.066Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 3678f77f-559a-4241-a2b1-a67178e44628 903 2022-04-25T03:33:05.066Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:05.066Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:05.066Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:33:05.066Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:05.068Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:05.068Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857585066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:05.169Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:05.169Z||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-04-25T03:33:05.170Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:05.180Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:05.181Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:06.069Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55 2022-04-25T03:33:06.069Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 52da05f3-ad5d-4e1a-8e80-21e36b98d45b 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-04-25T03:33:06.082Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b088abb, org.onap.sdc.toscaparser.api.parameters.Input@445ee3b5, org.onap.sdc.toscaparser.api.parameters.Input@1efadaf5, org.onap.sdc.toscaparser.api.parameters.Input@2307e47e, org.onap.sdc.toscaparser.api.parameters.Input@1c65fff7] 2022-04-25T03:33:06.082Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.083Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.083Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-04-25T03:33:06.083Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= 4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb 2022-04-25T03:33:06.083Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb matches Tosca VF Customization UUID: 4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb 2022-04-25T03:33:06.083Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: 4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb 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-04-25T03:33:06.084Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.085Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.085Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id 4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb: {\"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-04-25T03:33:06.085Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bc88264 2022-04-25T03:33:06.099Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.100Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:33:06.100Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e0132de1-1ff1-4033-98e9-a639d933578d 2022-04-25T03:33:06.102Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e0132de1-1ff1-4033-98e9-a639d933578d 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-04-25T03:33:06.105Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.105Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:06.105Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:06.106Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.106Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:06.106Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:06.106Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.106Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-04-25T03:33:06.107Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-04-25T03:33:06.107Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-04-25T03:33:06.107Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=0ca8fa78-1b10-4682-8b94-cbd2fb5817db 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-04-25T03:33:06.109Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.109Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:06.109Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:06.109Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.109Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-04-25T03:33:06.109Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4dac8ddc-a2ea-45f7-9319-e7c5b10b27fb 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-04-25T03:33:06.110Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55: basic_vm_macro 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:06.111Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:06.179Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 52da05f3-ad5d-4e1a-8e80-21e36b98d45b 1 ASDC deployResourceStructure 2022-04-25T03:33:06.179Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:06.180Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:06.180Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:33:06.180Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:06.182Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:06.182Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857586179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:33:06.282Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:06.283Z||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-04-25T03:33:06.283Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:06.291Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:06.292Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:07.183Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:07.183Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:07.183Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:33:07.183Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:07.185Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:07.186Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857587183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:33:07.286Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:07.287Z||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-04-25T03:33:07.287Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:07.295Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:07.296Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:08.186Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:08.187Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||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-04-25T03:33:08.187Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:33:08.187Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:08.189Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:08.189Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857588186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-25T03:33:08.289Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:08.290Z||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-04-25T03:33:08.290Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:08.300Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:08.300Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:33:09.190Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-04-25T03:33:09.190Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-04-25T03:33:09.190Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:33:09.190Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:09.193Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:09.193Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857589190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:33:09.293Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:09.293Z||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-04-25T03:33:09.293Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:09.799Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:09.802Z||pool-121-thread-1|||||INFO|500||cambria reply ok (509 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:10.194Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:33:10.205Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:33:10.207Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:33:10.208Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-04-25T03:33:10.213Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:33:40.214Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 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-04-25T03:33:40.222Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 and serviceModelVersionId: f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55 2022-04-25T03:33:40.222Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5c2cdc45-b724-462b-935c-ac7ea48164e4 2022-04-25T03:33:40.223Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5c2cdc45-b724-462b-935c-ac7ea48164e4/model-vers/model-ver/f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55?depth=0 2022-04-25T03:33:40.228Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:33:40.253Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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/5c2cdc45-b724-462b-935c-ac7ea48164e4/model-vers/model-ver/f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55?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-04-25T03:33:40.253Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c2cdc45-b724-462b-935c-ac7ea48164e4/model-vers/model-ver/f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55?depth=0|INFO|500||Invoke 2022-04-25T03:33:40.269Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c2cdc45-b724-462b-935c-ac7ea48164e4/model-vers/model-ver/f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:33:40.595Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5c2cdc45-b724-462b-935c-ac7ea48164e4/model-vers/model-ver/f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55?depth=0|INFO|500||InvokeReturn 2022-04-25T03:33:40.596Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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/5c2cdc45-b724-462b-935c-ac7ea48164e4/model-vers/model-ver/f3a39a6a-9b39-4d96-9bf4-e3d408d0ad55?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-03:33:40:277-43670], vertex-id=[528448], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:33:40 GMT], Content-Type=[application/json]} 2022-04-25T03:33:40.596Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:33:40.596Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:33:40.596Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-04-25T03:33:40.600Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-04-25T03:33:40.601Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 67e60c80-f5aa-4684-a6a8-916a65aeb1d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:33:40.601Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:33:40.601Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:40.602Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:40.602Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857620601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:33:40.702Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:40.703Z||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-04-25T03:33:40.703Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:40.713Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:40.713Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 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-04-25T03:33:41.615Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:33:41.615Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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-04-25T03:33:41.616Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:46.537Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:46.537Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:33:46.537Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {"distributionID":"159241df-8825-4386-aab2-df4c74755151","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"fb6177a3-c2e7-4409-95a3-6cda0a6b0395","serviceDescription":"service","serviceInvariantUUID":"82b913a6-9a6b-42bb-bc56-757ed7c18b03","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dfa7a72f-16e9-448b-abbb-6ea5c1004e88","resourceInvariantUUID":"854dfb6c-1e47-4460-a1d5-ce57779aae8f","resourceCustomizationUUID":"b5afc9c7-151d-4f2c-8bae-d6d553757968","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":"Mjc1MGU3MzRlY2Y0OGQ2ODg0MTQzZGFjNDQ0ZDBjYjA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"97fb0725-ad5d-4674-bc46-99103089db7c","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":"YmQxMDFmYzU3MDMzMTA2YmJkNmQ5NjMwZDBlYzYzOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"84080989-acc5-4e8f-9a98-87055cff501b","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":"4f4e3e14-0c95-4a1e-a125-6f902122844c","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":"1a6300f4-da42-4d01-9770-7658337b3caa","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":"9ced7384-cf7c-48a5-8c2b-b547ff08084c","artifactVersion":"2","generatedFromUUID":"7dfb62e3-311a-427e-8070-917eeeacea4f"},{"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":"d2f21024-fc39-46b4-84be-6010a9b6b6f6","artifactVersion":"2","generatedFromUUID":"4f4e3e14-0c95-4a1e-a125-6f902122844c"},{"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":"7dfb62e3-311a-427e-8070-917eeeacea4f","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":"a53e1c19-8f59-400c-b82c-47c1126099c0","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":"OGY5M2I4YTA2NDJjYmQxMWRlZDNlM2NlNzU2Y2UyNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b53c33a-4fe9-4dbb-a076-1f1b57caa36a","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MzY0YzY0MGRkZTE5YTExNzUyMGViZTNkM2M3NTExNzc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8dd13d1b-cde3-4516-9a25-891da29128af","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:33:46.539Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:46.539Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:46.541Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:46.541Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:46.642Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:46.642Z||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-04-25T03:33:46.642Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:46.651Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:46.651Z||pool-123-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:33:47.542Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:47.542Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:47.544Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:47.544Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:33:47.644Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:47.645Z||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-04-25T03:33:47.645Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:47.654Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:47.655Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:48.545Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:48.546Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:48.548Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:48.548Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-25T03:33:48.648Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:48.649Z||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-04-25T03:33:48.649Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:48.659Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:48.659Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:49.549Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:49.549Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:49.551Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:49.551Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:49.652Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:33:49.652Z||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-04-25T03:33:49.653Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:49.662Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:49.663Z||pool-126-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:50.552Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:50.552Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:50.555Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:50.556Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-25T03:33:50.655Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:33:50.656Z||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-04-25T03:33:50.656Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:50.665Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:50.666Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:51.556Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:51.557Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:51.559Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:51.559Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-25T03:33:51.659Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:51.660Z||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-04-25T03:33:51.660Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:51.669Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:51.670Z||pool-128-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:52.560Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:52.561Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:52.563Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:52.563Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-25T03:33:52.663Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:52.664Z||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-04-25T03:33:52.664Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:52.673Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:52.673Z||pool-129-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:53.564Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:53.564Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:53.566Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:53.567Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:53.667Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:33:53.668Z||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-04-25T03:33:53.668Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:53.677Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:53.677Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:54.567Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:54.568Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:54.570Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:54.570Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:33:54.670Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:54.671Z||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-04-25T03:33:54.671Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:54.681Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:54.681Z||pool-131-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:55.571Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:33:55.571Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:55.573Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:55.573Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:33:55.673Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:55.674Z||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-04-25T03:33:55.674Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:55.683Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:55.684Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:56.574Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||sending notification to client: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "fb6177a3-c2e7-4409-95a3-6cda0a6b0395", "serviceDescription": "service", "serviceInvariantUUID": "82b913a6-9a6b-42bb-bc56-757ed7c18b03", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b5afc9c7-151d-4f2c-8bae-d6d553757968", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "dfa7a72f-16e9-448b-abbb-6ea5c1004e88", "resourceInvariantUUID": "854dfb6c-1e47-4460-a1d5-ce57779aae8f", "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": "YmQxMDFmYzU3MDMzMTA2YmJkNmQ5NjMwZDBlYzYzOWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "84080989-acc5-4e8f-9a98-87055cff501b", "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": "4f4e3e14-0c95-4a1e-a125-6f902122844c", "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": "d2f21024-fc39-46b4-84be-6010a9b6b6f6", "generatedFromUUID": "4f4e3e14-0c95-4a1e-a125-6f902122844c" }, "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": "9ced7384-cf7c-48a5-8c2b-b547ff08084c", "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": "d2f21024-fc39-46b4-84be-6010a9b6b6f6", "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": "7dfb62e3-311a-427e-8070-917eeeacea4f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "MzY0YzY0MGRkZTE5YTExNzUyMGViZTNkM2M3NTExNzc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8dd13d1b-cde3-4516-9a25-891da29128af" } ], "workloadContext": "Production" } 2022-04-25T03:33:56.574Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:33:56.574Z|67e60c80-f5aa-4684-a6a8-916a65aeb1d4|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fb6177a3-c2e7-4409-95a3-6cda0a6b0395 ASDC 2022-04-25T03:33:56.575Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||ASDC Notification: DistributionID:159241df-8825-4386-aab2-df4c74755151 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:fb6177a3-c2e7-4409-95a3-6cda0a6b0395 ServiceInvariantUUID:82b913a6-9a6b-42bb-bc56-757ed7c18b03 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:8dd13d1b-cde3-4516-9a25-891da29128af ArtifactChecksum:MzY0YzY0MGRkZTE5YTExNzUyMGViZTNkM2M3NTExNzc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b5afc9c7-151d-4f2c-8bae-d6d553757968 ResourceInvariantUUID:854dfb6c-1e47-4460-a1d5-ce57779aae8f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:dfa7a72f-16e9-448b-abbb-6ea5c1004e88 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:84080989-acc5-4e8f-9a98-87055cff501b ArtifactChecksum:YmQxMDFmYzU3MDMzMTA2YmJkNmQ5NjMwZDBlYzYzOWQ= 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:4f4e3e14-0c95-4a1e-a125-6f902122844c 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:d2f21024-fc39-46b4-84be-6010a9b6b6f6 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:9ced7384-cf7c-48a5-8c2b-b547ff08084c 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:d2f21024-fc39-46b4-84be-6010a9b6b6f6 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:7dfb62e3-311a-427e-8070-917eeeacea4f ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-04-25T03:33:56.575Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fb6177a3-c2e7-4409-95a3-6cda0a6b0395 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-04-25T03:33:56.605Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:33:56.606Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:33:56.606Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:33:56.606Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 8dd13d1b-cde3-4516-9a25-891da29128af from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:56.606Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:33:56.607Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:57.427Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:33:57.433Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 8dd13d1b-cde3-4516-9a25-891da29128af 158204 2022-04-25T03:33:57.433Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-25T03:33:57.433Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:57.433Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:33:57.433Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:57.435Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:57.435Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857637433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:57.535Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:57.536Z||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-04-25T03:33:57.536Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:57.545Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:57.545Z||pool-133-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:33:58.435Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:33:58.436Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||MSO config path is: /app 2022-04-25T03:33:58.436Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to write artifact UUID: 8dd13d1b-cde3-4516-9a25-891da29128af, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:58.436Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-04-25T03:33:58.437Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:58.437Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:58.529Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17748650319803928145/Definitions/service-BasicCnfMacro-template.yml 2022-04-25T03:33:59.380Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:33:59.380Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-25T03:33:59.380Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-04-25T03:33:59.380Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-04-25T03:33:59.380Z|159241df-8825-4386-aab2-df4c74755151|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-BasicCnfMacro-csar.csar 2022-04-25T03:33:59.380Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||WARN|500||#################################################################################################### 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.381Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Search for entities recursively 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-04-25T03:33:59.382Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:59.383Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=16dcc36e-f84c-4b87-99f5-466330faf21d 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.384Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.385Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.385Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:33:59.385Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:33:59.385Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:fb6177a3-c2e7-4409-95a3-6cda0a6b0395 Model Version:NULL Model InvariantUuid:82b913a6-9a6b-42bb-bc56-757ed7c18b03 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:eaec9411-aa2b-461d-89e3-01ed902e0ae8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:854dfb6c-1e47-4460-a1d5-ce57779aae8f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b5afc9c7-151d-4f2c-8bae-d6d553757968 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:81556c80-297e-40dd-af12-883bd4d78310 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:20f512bf-5044-4b2e-af34-31c69d73e4d3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:9278ba83-d4a0-4fb9-a273-c6b70cde8b69 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:5351223c-7257-4567-8f30-d922b30ad9df ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:16dcc36e-f84c-4b87-99f5-466330faf21d ModelInvariantUuid:95c4f669-4508-4d1d-819c-0c8f91c2148a ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:2e5a38a4-6d7e-4a32-8833-d42a8c08592b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:0e3133b5-9003-4ad5-b7ea-be31cc31a5ce ModelInvariantUuid:cbc74e26-ccf8-47b7-81e3-9a8838b2b106 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:8a89f5b9-6e5f-40ff-8e0f-745038dcedb2 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-04-25T03:33:59.393Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Processing Resource Type: VF, Model UUID: dfa7a72f-16e9-448b-abbb-6ea5c1004e88 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-04-25T03:33:59.398Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||basic_cnf_macro 0 2022-04-25T03:33:59.399Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dfa7a72f-16e9-448b-abbb-6ea5c1004e88 2022-04-25T03:33:59.399Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 84080989-acc5-4e8f-9a98-87055cff501b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-04-25T03:33:59.399Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:33:59.399Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:33:59.615Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:33:59.616Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 84080989-acc5-4e8f-9a98-87055cff501b 1565 2022-04-25T03:33:59.616Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:33:59.616Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:33:59.616Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:33:59.617Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:33:59.619Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:33:59.619Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857639616, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:33:59.720Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:33:59.720Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:33:59.721Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:33:59.730Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:33:59.731Z||pool-134-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:00.620Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9278ba83-d4a0-4fb9-a273-c6b70cde8b69", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5351223c-7257-4567-8f30-d922b30ad9df", "vfModuleModelCustomizationUUID": "28378332-b687-4c5d-a29e-f196d10a4fe6", "isBase": true, "artifacts": [ "4f4e3e14-0c95-4a1e-a125-6f902122844c", "d2f21024-fc39-46b4-84be-6010a9b6b6f6" ], "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": "81556c80-297e-40dd-af12-883bd4d78310", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20f512bf-5044-4b2e-af34-31c69d73e4d3", "vfModuleModelCustomizationUUID": "29c291c6-f9ca-47d9-bf53-3d5696c94ef5", "isBase": false, "artifacts": [ "7dfb62e3-311a-427e-8070-917eeeacea4f" ], "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-04-25T03:34:00.623Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5351223c-7257-4567-8f30-d922b30ad9df VfModuleModelInvariantUUID:9278ba83-d4a0-4fb9-a273-c6b70cde8b69 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f4e3e14-0c95-4a1e-a125-6f902122844c , d2f21024-fc39-46b4-84be-6010a9b6b6f6 } 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:20f512bf-5044-4b2e-af34-31c69d73e4d3 VfModuleModelInvariantUUID:81556c80-297e-40dd-af12-883bd4d78310 VfModuleModelDescription:NULL Artifacts UUID List:{ 7dfb62e3-311a-427e-8070-917eeeacea4f } 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-04-25T03:34:00.625Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "9278ba83-d4a0-4fb9-a273-c6b70cde8b69", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5351223c-7257-4567-8f30-d922b30ad9df", "vfModuleModelCustomizationUUID": "28378332-b687-4c5d-a29e-f196d10a4fe6", "isBase": true, "artifacts": [ "4f4e3e14-0c95-4a1e-a125-6f902122844c", "d2f21024-fc39-46b4-84be-6010a9b6b6f6" ], "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": "81556c80-297e-40dd-af12-883bd4d78310", "vfModuleModelVersion": "1", "vfModuleModelUUID": "20f512bf-5044-4b2e-af34-31c69d73e4d3", "vfModuleModelCustomizationUUID": "29c291c6-f9ca-47d9-bf53-3d5696c94ef5", "isBase": false, "artifacts": [ "7dfb62e3-311a-427e-8070-917eeeacea4f" ], "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-04-25T03:34:00.625Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5351223c-7257-4567-8f30-d922b30ad9df VfModuleModelInvariantUUID:9278ba83-d4a0-4fb9-a273-c6b70cde8b69 VfModuleModelDescription:NULL Artifacts UUID List:{ 4f4e3e14-0c95-4a1e-a125-6f902122844c , d2f21024-fc39-46b4-84be-6010a9b6b6f6 } 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:20f512bf-5044-4b2e-af34-31c69d73e4d3 VfModuleModelInvariantUUID:81556c80-297e-40dd-af12-883bd4d78310 VfModuleModelDescription:NULL Artifacts UUID List:{ 7dfb62e3-311a-427e-8070-917eeeacea4f } 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-04-25T03:34:00.625Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 4f4e3e14-0c95-4a1e-a125-6f902122844c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-04-25T03:34:00.625Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:34:00.626Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:00.910Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:34:00.911Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 4f4e3e14-0c95-4a1e-a125-6f902122844c 914 2022-04-25T03:34:00.911Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:00.911Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:00.911Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:34:00.911Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:00.913Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:00.913Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857640911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.013Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:01.014Z||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-04-25T03:34:01.014Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:01.024Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:01.024Z||pool-135-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:01.269Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:34:01.270Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:34:01.270Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:01.887Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:01.888Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.888Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857582714, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857584011, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857585066, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857586179, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857587183, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:34:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857588186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857589190, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.891Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "67e60c80-f5aa-4684-a6a8-916a65aeb1d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857620601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.892Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.893Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:34:01.894Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857621615, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.895Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857637433, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857639616, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857640911, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:01.896Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:34:01.913Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 9ced7384-cf7c-48a5-8c2b-b547ff08084c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-04-25T03:34:01.914Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:34:01.914Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:02.214Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:34:02.214Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9ced7384-cf7c-48a5-8c2b-b547ff08084c 12 2022-04-25T03:34:02.215Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:02.215Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:02.215Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:34:02.215Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:02.217Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:02.217Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857642215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:02.317Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:02.318Z||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-04-25T03:34:02.318Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:02.328Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:02.328Z||pool-136-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:03.218Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: d2f21024-fc39-46b4-84be-6010a9b6b6f6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-04-25T03:34:03.218Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:34:03.218Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:03.417Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:34:03.417Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d2f21024-fc39-46b4-84be-6010a9b6b6f6 96 2022-04-25T03:34:03.418Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:03.418Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:03.418Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:34:03.418Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:03.421Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:03.421Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857643418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:03.521Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:03.522Z||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-04-25T03:34:03.522Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:03.531Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:03.532Z||pool-137-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:04.422Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Trying to download the artifact UUID: 7dfb62e3-311a-427e-8070-917eeeacea4f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-04-25T03:34:04.422Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - download 2022-04-25T03:34:04.422Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:04.719Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||GET Response Status 200 2022-04-25T03:34:04.720Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7dfb62e3-311a-427e-8070-917eeeacea4f 20206 2022-04-25T03:34:04.720Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:04.720Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:04.720Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:34:04.720Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:04.722Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:04.722Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857644720, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-25T03:34:04.822Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:04.823Z||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-04-25T03:34:04.823Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:04.833Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:04.833Z||pool-138-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:34:05.728Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Preparing to deploy Service: fb6177a3-c2e7-4409-95a3-6cda0a6b0395 2022-04-25T03:34:05.729Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 dfa7a72f-16e9-448b-abbb-6ea5c1004e88 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-04-25T03:34:05.737Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@502299f3, org.onap.sdc.toscaparser.api.parameters.Input@6cc16df4, org.onap.sdc.toscaparser.api.parameters.Input@427e162e, org.onap.sdc.toscaparser.api.parameters.Input@1fa77d27, org.onap.sdc.toscaparser.api.parameters.Input@5b8e9221] 2022-04-25T03:34:05.739Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.739Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.739Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||VF Category is: Generic 2022-04-25T03:34:05.739Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||VFCustomizationUUID= b5afc9c7-151d-4f2c-8bae-d6d553757968 2022-04-25T03:34:05.739Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b5afc9c7-151d-4f2c-8bae-d6d553757968 matches Tosca VF Customization UUID: b5afc9c7-151d-4f2c-8bae-d6d553757968 2022-04-25T03:34:05.739Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||vfCustomizationUUID: b5afc9c7-151d-4f2c-8bae-d6d553757968 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-04-25T03:34:05.741Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.741Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.742Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||resource request for resource customization id b5afc9c7-151d-4f2c-8bae-d6d553757968: {\"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-04-25T03:34:05.742Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2ad04e1c 2022-04-25T03:34:05.742Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.742Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-04-25T03:34:05.742Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 29c291c6-f9ca-47d9-bf53-3d5696c94ef5 2022-04-25T03:34:05.742Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 29c291c6-f9ca-47d9-bf53-3d5696c94ef5 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-04-25T03:34:05.744Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.744Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:34:05.744Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:34:05.744Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.745Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:34:05.745Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-04-25T03:34:05.745Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.745Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-04-25T03:34:05.745Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b5afc9c7-151d-4f2c-8bae-d6d553757968 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-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500|| resourceSeq for service uuid fb6177a3-c2e7-4409-95a3-6cda0a6b0395: basic_cnf_macro 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.747Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.748Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:34:05.748Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:34:05.748Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:05.783Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro dfa7a72f-16e9-448b-abbb-6ea5c1004e88 2 ASDC deployResourceStructure 2022-04-25T03:34:05.783Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:05.783Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:05.783Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:34:05.783Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:05.785Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:05.785Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857645783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:34:05.885Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:05.886Z||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-04-25T03:34:05.886Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:05.895Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:05.895Z||pool-139-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:06.786Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:06.786Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:06.786Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:34:06.786Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:06.788Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:06.788Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857646786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:34:06.889Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:06.889Z||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-04-25T03:34:06.889Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:06.900Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:06.900Z||pool-140-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:07.789Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:07.789Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:07.789Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-25T03:34:07.790Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:07.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:07.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857647789, "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-04-25T03:34:07.892Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:34:07.893Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:34:07.893Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:07.902Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:07.902Z||pool-141-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:08.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:08.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:08.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:34:08.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:08.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:08.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857648792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-25T03:34:08.895Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:08.896Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:34:08.896Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:08.905Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:08.906Z||pool-142-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:09.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:09.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||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-04-25T03:34:09.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-04-25T03:34:09.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:09.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:09.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857649796, "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-04-25T03:34:09.899Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:09.899Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:34:09.900Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:09.908Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:09.908Z||pool-143-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:34:10.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-04-25T03:34:10.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-04-25T03:34:10.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:34:10.801Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:10.803Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:10.803Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857650800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:34:10.903Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:34:10.904Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:34:10.904Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:10.918Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:10.918Z||pool-144-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:34:11.804Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 159241df-8825-4386-aab2-df4c74755151 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:34:11.814Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 159241df-8825-4386-aab2-df4c74755151 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:34:11.817Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:34:11.824Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:34:41.824Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 159241df-8825-4386-aab2-df4c74755151 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-04-25T03:34:41.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 159241df-8825-4386-aab2-df4c74755151 and serviceModelVersionId: fb6177a3-c2e7-4409-95a3-6cda0a6b0395 2022-04-25T03:34:41.832Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 82b913a6-9a6b-42bb-bc56-757ed7c18b03 2022-04-25T03:34:41.832Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/82b913a6-9a6b-42bb-bc56-757ed7c18b03/model-vers/model-ver/fb6177a3-c2e7-4409-95a3-6cda0a6b0395?depth=0 2022-04-25T03:34:41.838Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:34:41.861Z|159241df-8825-4386-aab2-df4c74755151|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/82b913a6-9a6b-42bb-bc56-757ed7c18b03/model-vers/model-ver/fb6177a3-c2e7-4409-95a3-6cda0a6b0395?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-04-25T03:34:41.861Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b913a6-9a6b-42bb-bc56-757ed7c18b03/model-vers/model-ver/fb6177a3-c2e7-4409-95a3-6cda0a6b0395?depth=0|INFO|500||Invoke 2022-04-25T03:34:41.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b913a6-9a6b-42bb-bc56-757ed7c18b03/model-vers/model-ver/fb6177a3-c2e7-4409-95a3-6cda0a6b0395?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:34:42.296Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/82b913a6-9a6b-42bb-bc56-757ed7c18b03/model-vers/model-ver/fb6177a3-c2e7-4409-95a3-6cda0a6b0395?depth=0|INFO|500||InvokeReturn 2022-04-25T03:34:42.297Z|159241df-8825-4386-aab2-df4c74755151|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/82b913a6-9a6b-42bb-bc56-757ed7c18b03/model-vers/model-ver/fb6177a3-c2e7-4409-95a3-6cda0a6b0395?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-03:34:41:887-2632], vertex-id=[278648], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:34:41 GMT], Content-Type=[application/json]} 2022-04-25T03:34:42.297Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:34:42.297Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:34:42.297Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:34:42.301Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:34:42.301Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 159241df-8825-4386-aab2-df4c74755151 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:34:42.302Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:34:42.302Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:34:42.303Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:34:42.303Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||try to send status { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857682301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:34:42.404Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:34:42.404Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:34:42.405Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:42.419Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:42.419Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-04-25T03:34:43.318Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:34:43.318Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:34:43.318Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:34:52.850Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:34:52.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:34:52.850Z||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-04-25T03:34:52.850Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:35:01.269Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:35:01.270Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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-04-25T03:35:01.270Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:35:01.888Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857642215, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857643418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.889Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857644720, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857645783, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857646786, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857647789, "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-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857648792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857649796, "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-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857650800, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "159241df-8825-4386-aab2-df4c74755151", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857682301, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:35:01.890Z|51d0f098-2211-44ec-91a6-43fa5fd89a10|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:35:02.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:35:02.377Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:35:02.378Z||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-04-25T03:35:02.378Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:35:11.903Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:35:11.903Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:35:11.904Z||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-04-25T03:35:11.904Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:35:21.429Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:35:21.430Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:35:21.430Z||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-04-25T03:35:21.430Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:35:30.955Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:36:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:36:01.268Z||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-04-25T03:36:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:36:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:36:01.270Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:36:01.270Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:36:10.802Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:36:10.802Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:01.267Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:37:01.268Z||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-04-25T03:37:01.268Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:37:01.269Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:37:01.269Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:01.480Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:01.481Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.481Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.482Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.482Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.482Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.482Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.482Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.483Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.484Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.485Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.486Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.487Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.488Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.489Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.490Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.491Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.492Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.493Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.493Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:37:01.886Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:01.887Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-04-25T03:37:01.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"70fe5b69-663a-4423-9d1b-f664cc823a24","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"2c3b8877-46a8-4119-af0d-7517653b5a80","serviceDescription":"service","serviceInvariantUUID":"9f4781f0-f49c-4c67-81e6-b3c9fa43ca77","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"bbdd9127-c9fd-4e88-8f93-94b2ad2f281c","resourceInvariantUUID":"58361d32-171f-46a2-9cea-3125534bd9e9","resourceCustomizationUUID":"6dc8fcf9-87ce-45cd-bdd8-41756e245cdb","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":"OTEyNGQ4ZDUyZTQwZDUwMjgxNmI3MDUzODU1ZjA1YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"49b5dfa9-62a4-411a-a16c-d21c022f4970","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":"78a7b85d-3117-4a56-b7a2-b224beb9be67","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":"86a6b6a6-547d-4f2a-a789-bc5ff39120de","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":"NWI2NTRlZDkyNWMzY2MzODBiNDJmMTgwZjI0YzkzNjM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"86c1e2c0-df84-446a-b4de-8067a1a9a9f3","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":"edd7481d-281e-458f-bbc6-681c477e4f2a","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":"cf55d0c1-0991-4a17-904f-edd359155859","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":"1b0b84ff-ec74-4ee8-9498-0b9714f25b61","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":"MTZjZWRmYmUxYWVhMjM2NWY1MWY1MDg1ZjE2NTAwZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7267bd9c-ce3c-418b-951d-2ac142b74bca","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjJiZWM0YTEzYWQzMDIxYTgwZTBlN2MyYWFhZmVhMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9022b23-740b-4173-b511-377285991170","artifactVersion":"1"}],"workloadContext":"Production"} 2022-04-25T03:37:01.889Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:01.890Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:01.892Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:01.892Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:01.992Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:01.993Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:01.993Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:02.001Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:02.001Z||pool-146-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:02.892Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:02.893Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:02.895Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:02.895Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:02.995Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:02.996Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:02.996Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:03.005Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:03.006Z||pool-147-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:03.895Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:03.896Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:03.897Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:03.897Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:03.998Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-04-25T03:37:03.998Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:03.999Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:04.008Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:04.008Z||pool-148-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:04.898Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:04.898Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:04.900Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:04.900Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:05.000Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:05.001Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:05.001Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:05.009Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:05.010Z||pool-149-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:05.901Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:05.901Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:05.903Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:05.903Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:06.004Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-04-25T03:37:06.004Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:06.004Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:06.015Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:06.015Z||pool-150-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-04-25T03:37:06.904Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:06.904Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:06.905Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:06.906Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:07.006Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:07.006Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:07.006Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:07.014Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:07.014Z||pool-151-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:07.906Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:07.907Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:07.909Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:07.909Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:08.009Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:08.010Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:08.010Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:08.020Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:08.020Z||pool-152-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:08.910Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:08.910Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:08.912Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:08.912Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:37:09.012Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:09.013Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:09.013Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:09.021Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:09.021Z||pool-153-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:09.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-04-25T03:37:09.913Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:09.915Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:09.915Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:37:10.015Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:10.016Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:10.016Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:10.025Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:10.026Z||pool-154-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:10.915Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "2c3b8877-46a8-4119-af0d-7517653b5a80", "serviceDescription": "service", "serviceInvariantUUID": "9f4781f0-f49c-4c67-81e6-b3c9fa43ca77", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "6dc8fcf9-87ce-45cd-bdd8-41756e245cdb", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "bbdd9127-c9fd-4e88-8f93-94b2ad2f281c", "resourceInvariantUUID": "58361d32-171f-46a2-9cea-3125534bd9e9", "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": "ZjJiZWM0YTEzYWQzMDIxYTgwZTBlN2MyYWFhZmVhMDk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9022b23-740b-4173-b511-377285991170" } ], "workloadContext": "Production" } 2022-04-25T03:37:10.916Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-04-25T03:37:10.916Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2c3b8877-46a8-4119-af0d-7517653b5a80 ASDC 2022-04-25T03:37:10.916Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:70fe5b69-663a-4423-9d1b-f664cc823a24 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:2c3b8877-46a8-4119-af0d-7517653b5a80 ServiceInvariantUUID:9f4781f0-f49c-4c67-81e6-b3c9fa43ca77 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:d9022b23-740b-4173-b511-377285991170 ArtifactChecksum:ZjJiZWM0YTEzYWQzMDIxYTgwZTBlN2MyYWFhZmVhMDk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:6dc8fcf9-87ce-45cd-bdd8-41756e245cdb ResourceInvariantUUID:58361d32-171f-46a2-9cea-3125534bd9e9 ResourceName:test-pnf ResourceType:PNF ResourceUUID:bbdd9127-c9fd-4e88-8f93-94b2ad2f281c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-04-25T03:37:10.916Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2c3b8877-46a8-4119-af0d-7517653b5a80 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-04-25T03:37:10.939Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:37:10.939Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-25T03:37:10.939Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-25T03:37:10.939Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d9022b23-740b-4173-b511-377285991170 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-25T03:37:10.939Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-04-25T03:37:10.939Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-25T03:37:11.109Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-04-25T03:37:11.117Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d9022b23-740b-4173-b511-377285991170 105656 2022-04-25T03:37:11.117Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-25T03:37:11.118Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-25T03:37:11.118Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-04-25T03:37:11.118Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:11.119Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:11.119Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857831117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:37:11.219Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:11.220Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:11.220Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:11.229Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:11.230Z||pool-155-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:12.120Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-04-25T03:37:12.120Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-04-25T03:37:12.120Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d9022b23-740b-4173-b511-377285991170, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.121Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.121Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.121Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.201Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1752581316013915811/Definitions/service-TestPnfMacro-template.yml 2022-04-25T03:37:12.763Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-25T03:37:12.764Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.765Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:2c3b8877-46a8-4119-af0d-7517653b5a80 Model Version:NULL Model InvariantUuid:9f4781f0-f49c-4c67-81e6-b3c9fa43ca77 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-04-25T03:37:12.774Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: bbdd9127-c9fd-4e88-8f93-94b2ad2f281c 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-04-25T03:37:12.777Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-04-25T03:37:12.777Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: bbdd9127-c9fd-4e88-8f93-94b2ad2f281c 2022-04-25T03:37:12.777Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 2c3b8877-46a8-4119-af0d-7517653b5a80 2022-04-25T03:37:12.777Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 2c3b8877-46a8-4119-af0d-7517653b5a80 2022-04-25T03:37:12.777Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 bbdd9127-c9fd-4e88-8f93-94b2ad2f281c 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-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@52bda6d7, org.onap.sdc.toscaparser.api.parameters.Input@65124d9a, org.onap.sdc.toscaparser.api.parameters.Input@360e9379, org.onap.sdc.toscaparser.api.parameters.Input@5ed8c5db, org.onap.sdc.toscaparser.api.parameters.Input@616c4bc9] 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 2c3b8877-46a8-4119-af0d-7517653b5a80: test-pnf 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Processing PNF resource: bbdd9127-c9fd-4e88-8f93-94b2ad2f281c 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-04-25T03:37:12.782Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||Resource customization UUID: 6dc8fcf9-87ce-45cd-bdd8-41756e245cdb is the same as notified resource customizationUUID: 6dc8fcf9-87ce-45cd-bdd8-41756e245cdb 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-04-25T03:37:12.826Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf bbdd9127-c9fd-4e88-8f93-94b2ad2f281c 0 ASDC deployResourceStructure 2022-04-25T03:37:12.827Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-04-25T03:37:12.827Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-04-25T03:37:12.827Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-04-25T03:37:12.827Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:37:12.829Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:37:12.829Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857832827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:37:12.929Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:37:12.930Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:37:12.930Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:37:12.939Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:37:12.940Z||pool-156-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-04-25T03:37:13.829Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:37:13.841Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:37:13.842Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:37:13.843Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:37:13.843Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:37:43.843Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:37:43.854Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:37:43.856Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:37:43.856Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:37:43.856Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:38:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:38:01.270Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:38:01.270Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:38:01.285Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:38:01.285Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:38:01.285Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-04-25T03:38:01.286Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:38:13.857Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:38:13.869Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:38:13.871Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:38:13.872Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:38:13.872Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:38:43.872Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:38:43.883Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:38:43.885Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:38:43.885Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:38:43.885Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:39:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:39:01.269Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:39:01.270Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:39:01.287Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:39:01.287Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:39:01.287Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:39:01.288Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:39:13.886Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:39:13.897Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:39:13.900Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:39:13.900Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:39:13.900Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:39:43.901Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:39:43.913Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:39:43.915Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:39:43.915Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-04-25T03:39:43.915Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-04-25T03:40:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:40:01.269Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:40:01.270Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:40:01.789Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:40:01.790Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.790Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.791Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.792Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.793Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.794Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857812526, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "multicloud-k8s-id", "timestamp": 1650857811119, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857810860, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.795Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857815026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.796Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857815825, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857816026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857824819, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857824840, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.797Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857824944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857816324, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857825552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.798Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857825836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-04-25T03:40:01.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.799Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857826039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857826499, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:40:01.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.800Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.801Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "cds", "timestamp": 1650857826779, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:40:01.809Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 70fe5b69-663a-4423-9d1b-f664cc823a24 2022-04-25T03:40:01.809Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:01.818Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.818Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "ves-openapi-manager", "timestamp": 1650857826838, "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-04-25T03:40:01.822Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 70fe5b69-663a-4423-9d1b-f664cc823a24 2022-04-25T03:40:01.822Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857827043, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.831Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1650857827502, "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-04-25T03:40:01.837Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 70fe5b69-663a-4423-9d1b-f664cc823a24 2022-04-25T03:40:01.837Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:01.847Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.847Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.847Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.847Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.847Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "policy-id", "timestamp": 1650857828045, "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-04-25T03:40:01.853Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 70fe5b69-663a-4423-9d1b-f664cc823a24 2022-04-25T03:40:01.853Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:01.862Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.862Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857821267, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857829998, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.863Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.864Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857830094, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.864Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.864Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.864Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "aai-ml", "timestamp": 1650857831003, "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-04-25T03:40:01.870Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 70fe5b69-663a-4423-9d1b-f664cc823a24 2022-04-25T03:40:01.870Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:01.880Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.880Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857831117, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857832100, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650857832827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:40:01.881Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "clamp", "timestamp": 1650857833104, "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-04-25T03:40:01.887Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 70fe5b69-663a-4423-9d1b-f664cc823a24 2022-04-25T03:40:01.887Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:13.915Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T03:40:13.927Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-04-25T03:40:13.930Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-04-25T03:40:13.935Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-04-25T03:40:43.936Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 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-04-25T03:40:43.943Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 70fe5b69-663a-4423-9d1b-f664cc823a24 and serviceModelVersionId: 2c3b8877-46a8-4119-af0d-7517653b5a80 2022-04-25T03:40:43.943Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9f4781f0-f49c-4c67-81e6-b3c9fa43ca77 2022-04-25T03:40:43.944Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0 2022-04-25T03:40:43.949Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-04-25T03:40:43.977Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0|INFO|500||Invoke 2022-04-25T03:40:43.977Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[70fe5b69-663a-4423-9d1b-f664cc823a24], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[67027f1a-0752-46d2-866e-50af735e0dab], X-ECOMP-RequestID=[70fe5b69-663a-4423-9d1b-f664cc823a24], X-TransactionId=[], X-ONAP-RequestID=[70fe5b69-663a-4423-9d1b-f664cc823a24], Content-Type=[application/merge-patch+json]} 2022-04-25T03:40:43.995Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-04-25T03:40:44.595Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?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/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-03:40:44:001-17422], vertex-id=[311480], Content-Length=[0], Date=[Mon, 25 Apr 2022 03:40:44 GMT], Content-Type=[application/json]} 2022-04-25T03:40:44.595Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-04-25T03:40:44.596Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9f4781f0-f49c-4c67-81e6-b3c9fa43ca77/model-vers/model-ver/2c3b8877-46a8-4119-af0d-7517653b5a80?depth=0|INFO|500||InvokeReturn 2022-04-25T03:40:44.596Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-04-25T03:40:44.596Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-04-25T03:40:44.600Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-04-25T03:40:44.601Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 70fe5b69-663a-4423-9d1b-f664cc823a24 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-04-25T03:40:44.601Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-04-25T03:40:44.601Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-04-25T03:40:44.603Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-04-25T03:40:44.603Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650858044601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:40:44.703Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-04-25T03:40:44.704Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-04-25T03:40:44.704Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as FRKcpaAyr9CTTJsw) ... 2022-04-25T03:40:44.718Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:40:44.719Z||pool-157-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-04-25T03:40:45.617Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:40:45.617Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:40:45.618Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:40:56.066Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:40:56.067Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:40:56.068Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:40:56.068Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:41:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:41:01.269Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:41:01.269Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:41:01.886Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:41:01.887Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||received message from topic 2022-04-25T03:41:01.887Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "70fe5b69-663a-4423-9d1b-f664cc823a24", "consumerID": "SO-COpenSource-Env11", "timestamp": 1650858044601, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-04-25T03:41:01.887Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-04-25T03:41:05.593Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:41:05.593Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:41:05.594Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:41:05.594Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:41:15.121Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:41:15.121Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:41:15.122Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:41:15.122Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:41:24.648Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:42:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:42:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:42:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:42:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:42:01.269Z||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-04-25T03:42:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:42:10.796Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:42:10.799Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:43:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:43:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:43:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:43:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:43:01.269Z||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-04-25T03:43:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:43:10.802Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:43:10.802Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:44:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:44:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:44:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:44:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:44:01.269Z||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-04-25T03:44:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:44:10.800Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:44:10.801Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:45:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:45:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:45:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:45:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:45:01.269Z||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-04-25T03:45:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:45:10.801Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:45:10.801Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:46:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:46:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:46:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:46:01.269Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:46:01.269Z||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-04-25T03:46:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:46:10.801Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:46:10.802Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:47:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:47:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:47:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:47:01.269Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:47:01.269Z||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-04-25T03:47:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:47:10.802Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:47:10.803Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:48:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:48:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:48:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:48:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:48:01.269Z||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-04-25T03:48:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:48:10.803Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:48:10.815Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:49:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:49:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:49:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:49:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:49:01.269Z||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-04-25T03:49:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:49:10.800Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:49:10.805Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:50:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:50:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:50:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:50:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:50:01.269Z||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-04-25T03:50:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:50:10.800Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:50:10.801Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:51:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:51:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:51:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:51:01.269Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:51:01.269Z||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-04-25T03:51:01.270Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:51:10.803Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:51:10.803Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:52:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:52:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:52:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:52:01.269Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:52:01.269Z||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-04-25T03:52:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:52:10.804Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:52:10.805Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:53:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:53:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:53:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:53:01.269Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:53:01.269Z||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-04-25T03:53:01.269Z||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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:53:10.801Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:53:10.801Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:54:01.267Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:54:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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-04-25T03:54:01.268Z|70fe5b69-663a-4423-9d1b-f664cc823a24|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:54:01.269Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-04-25T03:54:01.270Z|159241df-8825-4386-aab2-df4c74755151|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-04-25T03:54:01.270Z|159241df-8825-4386-aab2-df4c74755151|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 FRKcpaAyr9CTTJsw) ... 2022-04-25T03:54:10.801Z|159241df-8825-4386-aab2-df4c74755151|pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-04-25T03:54:10.802Z|70fe5b69-663a-4423-9d1b-f664cc823a24|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK