JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-10-06T16:39:13.683Z||main|||||INFO|500||The following profiles are active: basic 2022-10-06T16:39:25.967Z||main|||||INFO|500||Starting service [Tomcat] 2022-10-06T16:39:25.967Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-10-06T16:39:26.096Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-10-06T16:39:30.828Z||main|||||INFO|500||catdb-pool - Starting... 2022-10-06T16:39:31.263Z||main|||||INFO|500||catdb-pool - Start completed. 2022-10-06T16:39:31.845Z||main|||||INFO|500||reqdb-pool - Starting... 2022-10-06T16:39:31.853Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-10-06T16:39:31.989Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-10-06T16:39:32.275Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-10-06T16:39:32.920Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-10-06T16:39:34.599Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-06T16:39:37.022Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-06T16:39:37.080Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-10-06T16:39:37.822Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-10-06T16:39:38.098Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-10-06T16:39:39.344Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-10-06T16:39:40.373Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-10-06T16:39:40.397Z||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$$b3d2088f.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-10-06T16:39:40.398Z||main|||||WARN|500||The sdc end point is not alive 2022-10-06T16:39:43.548Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-10-06T16:39:46.550Z||main|||||WARN|500||--- 2022-10-06T16:39:46.551Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-10-06T16:39:46.551Z||main|||||WARN|500||--- 2022-10-06T16:39:47.023Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-10-06T16:39:52.124Z||main|||||INFO|500||Started Application in 42.064 seconds (JVM running for 44.417) 2022-10-06T16:39:52.150Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-10-06T16:39:52.157Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-10-06T16:39:52.170Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-10-06T16:39:52.220Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-10-06T16:39:52.261Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 6ba93e82-2844-4818-9d64-7cb09e3ac9f8 url= /sdc/v1/artifactTypes 2022-10-06T16:39:52.261Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-10-06T16:39:52.605Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-10-06T16:39:52.633Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-10-06T16:39:52.663Z||scheduling-1|||||DEBUG|500||create keys 2022-10-06T16:39:52.671Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-10-06T16:39:52.753Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:39:52.774Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= bc64b306-5c9e-479c-91af-ea899312e79e url= /sdc/v1/registerForDistribution 2022-10-06T16:39:53.093Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= bc64b306-5c9e-479c-91af-ea899312e79e url= /sdc/v1/registerForDistribution 2022-10-06T16:39:53.093Z||scheduling-1|||||INFO|500||start DistributionClient 2022-10-06T16:39:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:39:53.106Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:39:53.115Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:39:53.116Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:39:53.116Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:39:53.116Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:39:53.120Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-10-06T16:40:03.952Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:40:04.050Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:40:53.102Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:40:53.104Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:40:53.105Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:40:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:40:53.106Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:40:53.106Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:41:02.691Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:41:02.739Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:41:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:41:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:41:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:41:53.104Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:41:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:41:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:42:02.697Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:42:02.712Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:42:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:42:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:42:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:42:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:42:53.107Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:42:53.107Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:43:02.682Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:43:02.726Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:43:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:43:53.102Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:43:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:43:53.104Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:43:53.105Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:43:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:44:02.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:44:02.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:44:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:44:53.103Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:44:53.103Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:44:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:44:53.104Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:44:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:45:02.806Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:45:02.823Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:45:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:45:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:45:53.104Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:45:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:45:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:45:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:46:02.701Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:46:02.701Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:46:53.101Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:46:53.103Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:46:53.104Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T16:46:53.105Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:46:53.106Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:46:53.107Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:47:02.688Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:47:02.700Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:47:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:47:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:47:53.106Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:47:53.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:47:53.106Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:47:53.106Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:48:02.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:48:02.737Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:48:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:48:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:48:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:48:53.103Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:48:53.104Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:48:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:49:02.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:49:02.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:49:13.988Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-10-06T16:49:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:49:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:49:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:49:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:49:53.105Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:49:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:50:02.692Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:50:02.724Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:50:53.101Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:50:53.102Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:50:53.102Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T16:50:53.104Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:50:53.105Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:50:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:51:02.689Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:51:02.704Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:51:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:51:53.102Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:51:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:51:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:51:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:51:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:52:02.665Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:52:02.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:52:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:52:53.103Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:52:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:52:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:52:53.104Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:52:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:53:02.690Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:53:02.702Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:53:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:53:53.103Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:53:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:53:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:53:53.104Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:53:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:54:02.698Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:54:02.703Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:54:53.102Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:54:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:54:53.104Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:54:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:54:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:54:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:55:02.679Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:55:02.697Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:55:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:55:53.103Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:55:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:55:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:55:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:55:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:56:02.682Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:56:02.683Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:56:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:56:53.102Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:56:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:56:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:56:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:56:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:57:02.697Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:57:02.704Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:57:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:57:53.103Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:57:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:57:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:57:53.104Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:57:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:58:02.672Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:58:02.675Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:58:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:58:53.102Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:58:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:58:53.103Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:58:53.104Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:58:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:59:02.672Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:59:02.695Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T16:59:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:59:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:59:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T16:59:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T16:59:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T16:59:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:00:02.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:00:02.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:00:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:00:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:00:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:00:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:00:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:00:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:01:02.694Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:01:02.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:01:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:01:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:01:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:01:53.103Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:01:53.104Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:01:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:02:02.683Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:02:02.683Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:02:53.104Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:02:53.104Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:02:53.106Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:02:53.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:02:53.106Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:02:53.107Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:03:02.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:03:02.683Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:03:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:03:53.103Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:03:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:03:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:03:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:03:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:04:02.688Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:04:02.704Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:04:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:04:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:04:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:04:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:04:53.105Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:04:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:05:02.680Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:05:02.703Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:05:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:05:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:05:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:05:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:05:53.104Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:05:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:06:02.657Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:06:02.660Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:06:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:06:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:06:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:06:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:06:53.104Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:06:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:07:02.720Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:07:02.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:07:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:07:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:07:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:07:53.104Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:07:53.104Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:07:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:08:02.672Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:08:02.684Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:08:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:08:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:08:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:08:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:08:53.104Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:08:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:09:02.708Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:09:02.709Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:09:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:09:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:09:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:09:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:09:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:09:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:10:02.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:10:02.677Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:10:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:10:53.103Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:10:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:10:53.103Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:10:53.104Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:10:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:11:02.676Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:11:02.682Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:11:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:11:53.103Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:11:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:11:53.103Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:11:53.104Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:11:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:12:02.693Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:12:02.700Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:12:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:12:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:12:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:12:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:12:53.103Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:12:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:13:02.677Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:13:02.679Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:13:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:13:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:13:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:13:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:13:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:13:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:14:02.732Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:14:02.734Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:14:53.101Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:14:53.102Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:14:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:14:53.104Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:14:53.105Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:14:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:02.685Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:02.700Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:53.101Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:15:53.102Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:15:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:15:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:15:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:53.270Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:53.272Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:15:53.272Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:15:53.301Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:15:53.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:15:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:15:53.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:15:53.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:15:53.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:15:53.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:15:53.777Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:53.779Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:15:53.779Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"0805b086-c478-4b4b-bdeb-f152764a2185","serviceName":"basic_onboard_doHBpj","serviceVersion":"1.0","serviceUUID":"f5f898f2-b68c-4431-84fd-21a669eff34b","serviceDescription":"service","serviceInvariantUUID":"742e5c36-3fb2-4b72-8853-465a30aef696","resources":[{"resourceInstanceName":"basic_onboard_doHBpj 0","resourceName":"basic_onboard_doHBpj","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ef753fab-7e4e-48c1-b416-3ff7afaa575b","resourceInvariantUUID":"a58f6676-ebbb-4776-8d69-7bd498750b82","resourceCustomizationUUID":"c05bf027-e70b-4d9d-82a4-07091be67f66","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml","artifactChecksum":"ZTRhZjUyY2VlMzg5ZWIzMWJhMGVjYmNmNzY3ZDAzYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b31e261a-c945-4fa6-809c-b61b7d4c4181","artifactVersion":"1"},{"artifactName":"basic_onboard_dohbpj0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json","artifactChecksum":"NmUxMWFiZmRlNGUxMjlkNTZjYTFmNGU4NDY0NTM4ZDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ebb8e953-14d8-4759-ace8-5e6a25a9aa2d","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"68ee6c4d-4661-440e-82ee-dbbed9c63c0a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"cc04a6fc-503c-4f2d-873e-a29901d9ba3f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5354cd92-0ebc-45d5-9e1d-f898260e68d7","artifactVersion":"2","generatedFromUUID":"68ee6c4d-4661-440e-82ee-dbbed9c63c0a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardDohbpj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml","artifactChecksum":"N2YxN2ZmZTg3OWU0MTQ0YmExN2RiZTg5ZDQ0OGIyZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"967708e6-a07a-4958-b544-32a71a593724","artifactVersion":"1"},{"artifactName":"service-BasicOnboardDohbpj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar","artifactChecksum":"ZjNjYmU3NGZiZGQwYmY4Njg2Y2QzMDAxNTY2NDI5Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6b5870d5-131d-4754-9c04-71df88691e1e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:15:53.787Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:53.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:53.805Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:53.805Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:15:53.905Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-10-06T17:15:53.910Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:53.911Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:53.926Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:53.927Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:15:54.814Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:54.815Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:54.817Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:54.817Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:15:54.917Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:15:54.918Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:54.918Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:54.932Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:54.933Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:15:55.818Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:55.819Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:55.822Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:55.822Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-06T17:15:55.922Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:15:55.923Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:55.924Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:55.936Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:55.936Z||pool-5-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:15:56.823Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:56.824Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:56.827Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:56.827Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:15:56.927Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:15:56.929Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:56.929Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:56.947Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:56.948Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:15:57.828Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:57.829Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:57.835Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:57.835Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-06T17:15:57.931Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-10-06T17:15:57.932Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:57.932Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:57.947Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:57.947Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:15:58.836Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:58.841Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:58.844Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:58.844Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:15:58.944Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:15:58.945Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:58.945Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:58.963Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:58.964Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:15:59.844Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:15:59.847Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:15:59.850Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:15:59.850Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:15:59.950Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:15:59.952Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:15:59.952Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:15:59.973Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:15:59.973Z||pool-9-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:16:00.853Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "serviceName": "basic_onboard_doHBpj", "serviceVersion": "1.0", "serviceUUID": "f5f898f2-b68c-4431-84fd-21a669eff34b", "serviceDescription": "service", "serviceInvariantUUID": "742e5c36-3fb2-4b72-8853-465a30aef696", "resources": [ { "resourceInstanceName": "basic_onboard_doHBpj 0", "resourceCustomizationUUID": "c05bf027-e70b-4d9d-82a4-07091be67f66", "resourceName": "basic_onboard_doHBpj", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ef753fab-7e4e-48c1-b416-3ff7afaa575b", "resourceInvariantUUID": "a58f6676-ebbb-4776-8d69-7bd498750b82", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_dohbpj0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "artifactChecksum": "NmUxMWFiZmRlNGUxMjlkNTZjYTFmNGU4NDY0NTM4ZDI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ebb8e953-14d8-4759-ace8-5e6a25a9aa2d", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "68ee6c4d-4661-440e-82ee-dbbed9c63c0a", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5354cd92-0ebc-45d5-9e1d-f898260e68d7", "generatedFromUUID": "68ee6c4d-4661-440e-82ee-dbbed9c63c0a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "5354cd92-0ebc-45d5-9e1d-f898260e68d7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardDohbpj-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "artifactChecksum": "ZjNjYmU3NGZiZGQwYmY4Njg2Y2QzMDAxNTY2NDI5Yzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6b5870d5-131d-4754-9c04-71df88691e1e" } ], "workloadContext": "Production" } 2022-10-06T17:16:00.856Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:16:00.856Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f5f898f2-b68c-4431-84fd-21a669eff34b ASDC 2022-10-06T17:16:00.975Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:0805b086-c478-4b4b-bdeb-f152764a2185 ServiceName:basic_onboard_doHBpj ServiceVersion:1.0 ServiceUUID:f5f898f2-b68c-4431-84fd-21a669eff34b ServiceInvariantUUID:742e5c36-3fb2-4b72-8853-465a30aef696 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardDohbpj-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar ArtifactUUID:6b5870d5-131d-4754-9c04-71df88691e1e ArtifactChecksum:ZjNjYmU3NGZiZGQwYmY4Njg2Y2QzMDAxNTY2NDI5Yzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_doHBpj 0 ResourceCustomizationUUID:c05bf027-e70b-4d9d-82a4-07091be67f66 ResourceInvariantUUID:a58f6676-ebbb-4776-8d69-7bd498750b82 ResourceName:basic_onboard_doHBpj ResourceType:VF ResourceUUID:ef753fab-7e4e-48c1-b416-3ff7afaa575b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_dohbpj0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ArtifactUUID:ebb8e953-14d8-4759-ace8-5e6a25a9aa2d ArtifactChecksum:NmUxMWFiZmRlNGUxMjlkNTZjYTFmNGU4NDY0NTM4ZDI= 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/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml ArtifactUUID:68ee6c4d-4661-440e-82ee-dbbed9c63c0a 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/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env ArtifactUUID:5354cd92-0ebc-45d5-9e1d-f898260e68d7 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/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env ArtifactUUID:5354cd92-0ebc-45d5-9e1d-f898260e68d7 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-06T17:16:00.975Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5f898f2-b68c-4431-84fd-21a669eff34b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:16:01.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:16:01.259Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-06T17:16:01.264Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-06T17:16:01.264Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6b5870d5-131d-4754-9c04-71df88691e1e from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:01.264Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-06T17:16:01.266Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:01.460Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-06T17:16:01.477Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar 6b5870d5-131d-4754-9c04-71df88691e1e 75302 2022-10-06T17:16:01.479Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar ASDC sendASDCNotification 2022-10-06T17:16:01.479Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:01.482Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:16:01.483Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:01.485Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:01.486Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076561478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:16:01.586Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:16:01.587Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:01.588Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:01.605Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:01.606Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:16:02.486Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:16:02.488Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-10-06T17:16:02.488Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 6b5870d5-131d-4754-9c04-71df88691e1e, URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar to file: /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:02.489Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:02.577Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:02.578Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:03.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13921346890155982252/Definitions/service-BasicOnboardDohbpj-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_security_groups" is not provided Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "compute_ubuntu18_metadata" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "compute_ubuntu18_name" 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_network" is not provided Log warning: The required parameter "compute_ubuntu18_key_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided 2022-10-06T17:16:05.339Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:16:05.344Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-06T17:16:05.344Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_doHBpj 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.345Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:05.346Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-10-06T17:16:05.352Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.354Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.358Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:05.359Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-06T17:16:05.360Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:16:05.362Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.362Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:16:05.363Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.364Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.367Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is not matching search criteria 2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-06T17:16:05.368Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-06T17:16:05.369Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.369Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:16:05.370Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.371Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:16:05.372Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is not matching search criteria 2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4cbc4147-1964-4970-8d6d-7551bb5cb011 2022-10-06T17:16:05.373Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.374Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.375Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:05.375Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:05.375Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_doHBpj Description:service Model UUID:f5f898f2-b68c-4431-84fd-21a669eff34b Model Version:NULL Model InvariantUuid:742e5c36-3fb2-4b72-8853-465a30aef696 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_doHBpj Model UUID:2e6f6688-a3cd-4602-91c2-65eb341a5c2c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a58f6676-ebbb-4776-8d69-7bd498750b82 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c05bf027-e70b-4d9d-82a4-07091be67f66 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d8737939-14cf-4761-bb88-5a693c076e20 ModelName:BasicOnboardDohbpj..base_ubuntu18..module-0 ModelUuid:420ddbeb-f678-43d3-8b65-9147f0630b39 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4cbc4147-1964-4970-8d6d-7551bb5cb011 ModelInvariantUuid:7b7c5a1b-8b89-453f-af7c-cd1a6b0a4f29 ModelName:basic_onboard_doHBpj-nodes.ubuntu18Cvfc ModelUuid:38d8803b-250c-43a0-84de-911cf5d1dcb6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:4b5c73ab-916a-47b5-a8bf-68bdd4e92bba ModelInvariantUuid:32f07ab4-0ab2-4985-a5d6-4ab87c43afe0 ModelName:BasicOnboardDohbpj.compute.nodes.heat.ubuntu18 ModelUuid:9196e1d8-2ec2-4445-8535-e9eb787f79a1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:16:05.405Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: ef753fab-7e4e-48c1-b416-3ff7afaa575b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:16:05.507Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||basic_onboard_doHBpj 0 2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ef753fab-7e4e-48c1-b416-3ff7afaa575b 2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ebb8e953-14d8-4759-ace8-5e6a25a9aa2d from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json 2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-06T17:16:05.514Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json 2022-10-06T17:16:05.581Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ebb8e953-14d8-4759-ace8-5e6a25a9aa2d 798 2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ASDC sendASDCNotification 2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json 2022-10-06T17:16:05.582Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:16:05.583Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:05.585Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:05.585Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076565582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:16:05.686Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:16:05.687Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:05.687Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:05.701Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:05.702Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:16:06.587Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDohbpj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d8737939-14cf-4761-bb88-5a693c076e20", "vfModuleModelVersion": "1", "vfModuleModelUUID": "420ddbeb-f678-43d3-8b65-9147f0630b39", "vfModuleModelCustomizationUUID": "676a1066-6126-4706-a30f-2c14c7d98794", "isBase": true, "artifacts": [ "68ee6c4d-4661-440e-82ee-dbbed9c63c0a", "5354cd92-0ebc-45d5-9e1d-f898260e68d7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:16:06.601Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDohbpj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:420ddbeb-f678-43d3-8b65-9147f0630b39 VfModuleModelInvariantUUID:d8737939-14cf-4761-bb88-5a693c076e20 VfModuleModelDescription:NULL Artifacts UUID List:{ 68ee6c4d-4661-440e-82ee-dbbed9c63c0a , 5354cd92-0ebc-45d5-9e1d-f898260e68d7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardDohbpj..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "d8737939-14cf-4761-bb88-5a693c076e20", "vfModuleModelVersion": "1", "vfModuleModelUUID": "420ddbeb-f678-43d3-8b65-9147f0630b39", "vfModuleModelCustomizationUUID": "676a1066-6126-4706-a30f-2c14c7d98794", "isBase": true, "artifacts": [ "68ee6c4d-4661-440e-82ee-dbbed9c63c0a", "5354cd92-0ebc-45d5-9e1d-f898260e68d7" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardDohbpj..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:420ddbeb-f678-43d3-8b65-9147f0630b39 VfModuleModelInvariantUUID:d8737939-14cf-4761-bb88-5a693c076e20 VfModuleModelDescription:NULL Artifacts UUID List:{ 68ee6c4d-4661-440e-82ee-dbbed9c63c0a , 5354cd92-0ebc-45d5-9e1d-f898260e68d7 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 68ee6c4d-4661-440e-82ee-dbbed9c63c0a from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml 2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-06T17:16:06.605Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml 2022-10-06T17:16:06.655Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-06T17:16:06.655Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml 68ee6c4d-4661-440e-82ee-dbbed9c63c0a 5033 2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml 2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:16:06.656Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:06.658Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:06.658Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076566656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:16:06.758Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:16:06.760Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:06.760Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:06.777Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:06.778Z||pool-12-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:16:07.659Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5354cd92-0ebc-45d5-9e1d-f898260e68d7 from URL: /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env 2022-10-06T17:16:07.660Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-10-06T17:16:07.660Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env 2022-10-06T17:16:07.707Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env 5354cd92-0ebc-45d5-9e1d-f898260e68d7 909 2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env 2022-10-06T17:16:07.708Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:16:07.709Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:07.711Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:07.711Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076567708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:16:07.812Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:16:07.813Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:07.813Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:07.833Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:07.834Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:16:08.712Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: f5f898f2-b68c-4431-84fd-21a669eff34b 2022-10-06T17:16:08.713Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_doHBpj 0 ef753fab-7e4e-48c1-b416-3ff7afaa575b ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:16:08.749Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e3138dd, org.onap.sdc.toscaparser.api.parameters.Input@6f750d29, org.onap.sdc.toscaparser.api.parameters.Input@5fe5c7cf, org.onap.sdc.toscaparser.api.parameters.Input@5d724ac1, org.onap.sdc.toscaparser.api.parameters.Input@6ab27662] 2022-10-06T17:16:08.753Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.753Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.753Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-10-06T17:16:08.754Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= c05bf027-e70b-4d9d-82a4-07091be67f66 2022-10-06T17:16:08.754Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c05bf027-e70b-4d9d-82a4-07091be67f66 matches Tosca VF Customization UUID: c05bf027-e70b-4d9d-82a4-07091be67f66 2022-10-06T17:16:08.754Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: c05bf027-e70b-4d9d-82a4-07091be67f66 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-06T17:16:08.765Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.766Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.767Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id c05bf027-e70b-4d9d-82a4-07091be67f66: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-06T17:16:08.768Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fff358e 2022-10-06T17:16:08.768Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.768Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:16:08.769Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 676a1066-6126-4706-a30f-2c14c7d98794 2022-10-06T17:16:08.770Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 676a1066-6126-4706-a30f-2c14c7d98794 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-06T17:16:08.780Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.780Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:08.780Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:16:08.781Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.782Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:08.782Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:16:08.782Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is not matching search criteria 2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-10-06T17:16:08.783Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4cbc4147-1964-4970-8d6d-7551bb5cb011 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:16:08.794Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.795Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_doHBpj 0 is matching search criteria 2022-10-06T17:16:08.795Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_doHBpj 0] matching following query criteria: sdcType=VF, customizationUUID=c05bf027-e70b-4d9d-82a4-07091be67f66 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:16:08.797Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.797Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid f5f898f2-b68c-4431-84fd-21a669eff34b: basic_onboard_doHBpj 2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.798Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.799Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.800Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:16:08.800Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_doHBpj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:16:08.800Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_doHBpj Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:16:09.022Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_doHBpj ef753fab-7e4e-48c1-b416-3ff7afaa575b 1 ASDC deployResourceStructure 2022-10-06T17:16:09.023Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json ASDC sendASDCNotification 2022-10-06T17:16:09.023Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json 2022-10-06T17:16:09.023Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:16:09.024Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:09.025Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:09.025Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076569023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:16:09.126Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:16:09.127Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:09.127Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:09.148Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:09.149Z||pool-14-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml 2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:16:10.027Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:10.029Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:10.030Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076570027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:16:10.130Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:16:10.131Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:10.131Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:10.154Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:10.155Z||pool-15-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:16:11.031Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-10-06T17:16:11.031Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env 2022-10-06T17:16:11.031Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:16:11.032Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:11.034Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:11.034Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076571031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-06T17:16:11.134Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:16:11.136Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:11.136Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:11.154Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:11.154Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:16:12.035Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar ASDC sendASDCNotification 2022-10-06T17:16:12.035Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar 2022-10-06T17:16:12.035Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:16:12.036Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:16:12.038Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:16:12.038Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076572035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:16:12.138Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:16:12.140Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:16:12.140Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:12.152Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:12.153Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:16:13.039Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:16:13.073Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:16:13.075Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:16:13.075Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:16:13.075Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:16:43.076Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:16:43.087Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:16:43.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:16:43.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:16:43.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:16:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:16:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:16:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:16:53.139Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:16:53.140Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:16:53.140Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:16:53.141Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:17:13.090Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:17:13.100Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:17:13.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:17:13.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:17:13.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:17:43.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:17:43.112Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:17:43.114Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:17:43.114Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:17:43.114Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:17:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:17:53.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:17:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:17:53.143Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:17:53.144Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:17:53.144Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:17:53.145Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:17:53.145Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:17:53.145Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:17:53.146Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:13.115Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:18:13.127Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:18:13.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:18:13.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:18:13.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:18:43.129Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:18:43.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:18:43.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:18:43.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:18:43.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:18:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:18:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:18:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:18:53.640Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:18:53.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.645Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.645Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.646Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.647Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-06T17:18:53.648Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.648Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.649Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.649Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.649Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.650Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.651Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.651Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.652Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076549309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076548350, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.653Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076546195, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.654Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.655Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.655Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076560804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076560148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076553101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "cds", "timestamp": 1665076561172, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:18:53.667Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185 2022-10-06T17:18:53.668Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:18:53.676Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.676Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076561478, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.677Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.678Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "ves-openapi-manager", "timestamp": 1665076557237, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.679Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076565582, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.680Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076559331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:18:53.681Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076567849, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.681Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.681Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076566656, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076567137, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.682Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.682Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665076568857, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:18:53.687Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185 2022-10-06T17:18:53.687Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:18:53.695Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.695Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076567708, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076568211, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.696Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076569023, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.697Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076569340, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076570027, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.698Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.699Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.699Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076570436, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:18:53.703Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185 2022-10-06T17:18:53.704Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076571031, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.712Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "multicloud-k8s-id", "timestamp": 1665076571443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/basic_onboard_dohbpj0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/resourceInstances/basic_onboard_dohbpj0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076572035, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.713Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076574270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.714Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076568441, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076576304, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076576394, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.715Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "clamp", "timestamp": 1665076577311, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:18:53.719Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185 2022-10-06T17:18:53.720Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076589257, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardDohbpj/1.0/artifacts/service-BasicOnboardDohbpj-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:18:53.727Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:18:53.727Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "aai-ml", "timestamp": 1665076590263, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:18:53.731Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0805b086-c478-4b4b-bdeb-f152764a2185 2022-10-06T17:18:53.731Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0805b086-c478-4b4b-bdeb-f152764a2185 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:19:13.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:19:13.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:19:13.163Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:19:13.163Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:19:13.164Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:19:13.164Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:19:13.164Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:19:13.165Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:19:13.166Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:19:13.166Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:19:13.173Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:19:43.174Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0805b086-c478-4b4b-bdeb-f152764a2185 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:19:43.188Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0805b086-c478-4b4b-bdeb-f152764a2185 and serviceModelVersionId: f5f898f2-b68c-4431-84fd-21a669eff34b 2022-10-06T17:19:43.188Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 742e5c36-3fb2-4b72-8853-465a30aef696 2022-10-06T17:19:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:19:53.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:19:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:19:58.568Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0 2022-10-06T17:19:58.674Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:19:59.204Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|INFO|500||Invoke 2022-10-06T17:19:59.212Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0805b086-c478-4b4b-bdeb-f152764a2185], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[10146717-7c1d-4b2a-8458-285a0caf772e], X-ECOMP-RequestID=[0805b086-c478-4b4b-bdeb-f152764a2185], X-TransactionId=[], X-ONAP-RequestID=[0805b086-c478-4b4b-bdeb-f152764a2185], Content-Type=[application/merge-patch+json]} 2022-10-06T17:19:59.334Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:19:59.566Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?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/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221006-17:20:00:660-70202], vertex-id=[176360], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:20:00 GMT], Content-Type=[application/json]} 2022-10-06T17:19:59.568Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:19:59.568Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/742e5c36-3fb2-4b72-8853-465a30aef696/model-vers/model-ver/f5f898f2-b68c-4431-84fd-21a669eff34b?depth=0|INFO|500||InvokeReturn 2022-10-06T17:19:59.572Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:19:59.572Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:19:59.586Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:19:59.587Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0805b086-c478-4b4b-bdeb-f152764a2185 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:19:59.588Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:19:59.588Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:19:59.590Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:19:59.591Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076799587, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:19:59.691Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:19:59.692Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:19:59.692Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:19:59.707Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:19:59.707Z||pool-18-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:20:00.392Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:20:00.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:20:00.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "0805b086-c478-4b4b-bdeb-f152764a2185", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665076799587, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:20:00.394Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:20:00.606Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:20:00.608Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:20:00.608Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:20:10.974Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:20:10.976Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:20:10.977Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:20:10.977Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:20:20.528Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:20:20.530Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:20:20.532Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:20:20.532Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:20:30.086Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:20:30.091Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:20:30.091Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:20:30.092Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:20:39.668Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:20:53.101Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:20:53.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:20:53.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:20:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:20:53.104Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:20:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:21:02.673Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:21:02.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:21:53.101Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:21:53.102Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:21:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:21:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:21:53.106Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:21:53.106Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:22:02.670Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:22:02.687Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:22:53.101Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:22:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:22:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:22:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:22:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:22:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:23:02.691Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:23:02.699Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:23:53.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:23:53.102Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:23:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:23:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:23:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:23:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:24:02.698Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:24:02.709Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:24:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:24:53.102Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:24:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:24:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:24:53.105Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:24:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:25:02.687Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:25:02.690Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:25:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:25:53.102Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:25:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:25:53.103Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:25:53.104Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:25:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:26:02.676Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:26:02.678Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:26:53.101Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:26:53.102Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:26:53.102Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:26:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:26:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:26:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:27:02.665Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:27:02.684Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:27:53.101Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:27:53.102Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:27:53.102Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:27:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:27:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:27:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:28:02.675Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:28:02.678Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:28:53.101Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:28:53.102Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:28:53.102Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:28:53.104Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:28:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:28:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:02.713Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:02.715Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:53.102Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:29:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:29:53.105Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:29:53.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:29:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:53.105Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:53.747Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:53.747Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:53.749Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.749Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"78980df4-1f03-457e-98d6-d26f2c78de9f","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"02dabe3b-75cc-415a-bf9f-46958b36d60a","serviceDescription":"service","serviceInvariantUUID":"e1306de8-1f9b-4d66-a8bb-d1560af960ac","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"76f438eb-b6f0-490c-b925-7081653e782b","resourceInvariantUUID":"5e2e979a-4ef7-4e4e-8050-5f642518a96a","resourceCustomizationUUID":"94601a8c-954c-419a-93cb-9db4566da469","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":"OWE2ZWU1OGVkNjhiOTU5Y2M5MDM4NjY5NzJkMDlkOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2cb10a88-8e27-452a-ab25-3007c0139bf3","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"M2YyM2Q5MmExZWVlYWZjN2IwMjY0ZjAzOWEzNWU5YmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c2ac3eed-10c8-49df-8356-925031ac5635","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:29:53.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665077379331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "clamp", "timestamp": 1665077388350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077386195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:29:53.752Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "clamp", "timestamp": 1665077388350, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "multicloud-k8s-id", "timestamp": 1665077379331, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077386195, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "cds", "timestamp": 1665077389309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077391290, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:29:53.754Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:29:53.754Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "cds", "timestamp": 1665077389309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:29:53.755Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "cds", "timestamp": 1665077392102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:29:53.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077393264, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:29:53.756Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:29:53.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "cds", "timestamp": 1665077393116, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-10-06T17:29:53.760Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:29:53.760Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077393102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:29:53.779Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f 2022-10-06T17:29:53.779Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:29:53.787Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.787Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077394271, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:29:53.794Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f 2022-10-06T17:29:53.794Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:29:53.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:29:53.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "clamp", "timestamp": 1665077394333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:29:53.803Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:29:53.863Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-10-06T17:29:53.864Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:29:53.864Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:53.876Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:53.876Z||pool-19-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:29:54.761Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:29:54.761Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:29:54.765Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:29:54.765Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077393102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:29:54.865Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:29:54.865Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:29:54.866Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:54.880Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:54.881Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:29:55.766Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "02dabe3b-75cc-415a-bf9f-46958b36d60a", "serviceDescription": "service", "serviceInvariantUUID": "e1306de8-1f9b-4d66-a8bb-d1560af960ac", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "94601a8c-954c-419a-93cb-9db4566da469", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "76f438eb-b6f0-490c-b925-7081653e782b", "resourceInvariantUUID": "5e2e979a-4ef7-4e4e-8050-5f642518a96a", "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": "M2YyM2Q5MmExZWVlYWZjN2IwMjY0ZjAzOWEzNWU5YmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c2ac3eed-10c8-49df-8356-925031ac5635" } ], "workloadContext": "Production" } 2022-10-06T17:29:55.767Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:29:55.767Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 02dabe3b-75cc-415a-bf9f-46958b36d60a ASDC 2022-10-06T17:29:55.767Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:78980df4-1f03-457e-98d6-d26f2c78de9f ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:02dabe3b-75cc-415a-bf9f-46958b36d60a ServiceInvariantUUID:e1306de8-1f9b-4d66-a8bb-d1560af960ac 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:c2ac3eed-10c8-49df-8356-925031ac5635 ArtifactChecksum:M2YyM2Q5MmExZWVlYWZjN2IwMjY0ZjAzOWEzNWU5YmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:94601a8c-954c-419a-93cb-9db4566da469 ResourceInvariantUUID:5e2e979a-4ef7-4e4e-8050-5f642518a96a ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:76f438eb-b6f0-490c-b925-7081653e782b ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-10-06T17:29:55.767Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 02dabe3b-75cc-415a-bf9f-46958b36d60a ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:29:55.799Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:29:55.800Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:29:55.800Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:29:55.801Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c2ac3eed-10c8-49df-8356-925031ac5635 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-06T17:29:55.801Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:29:55.801Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-06T17:29:55.872Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:29:55.876Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar c2ac3eed-10c8-49df-8356-925031ac5635 57653 2022-10-06T17:29:55.876Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-06T17:29:55.876Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-06T17:29:55.877Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:29:55.877Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:29:55.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:29:55.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077395876, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:29:55.980Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:29:55.981Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:29:55.981Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:55.994Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:55.995Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:29:56.881Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:29:56.882Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:29:56.883Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: c2ac3eed-10c8-49df-8356-925031ac5635, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:56.884Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-10-06T17:29:56.885Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:56.885Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.069Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13652370933338745136/Definitions/service-BasicNetwork-template.yml 2022-10-06T17:29:57.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:29:57.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:29:57.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-10-06T17:29:57.760Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.763Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:02dabe3b-75cc-415a-bf9f-46958b36d60a Model Version:NULL Model InvariantUuid:e1306de8-1f9b-4d66-a8bb-d1560af960ac Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:5e2e979a-4ef7-4e4e-8050-5f642518a96a Model UUID:9d70f0e5-901b-4ebf-b397-1ff7cfe397e2 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:94601a8c-954c-419a-93cb-9db4566da469 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:29:57.770Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Processing Resource Type: VL, Model UUID: 76f438eb-b6f0-490c-b925-7081653e782b 2022-10-06T17:29:57.770Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||No resources found for Service: 02dabe3b-75cc-415a-bf9f-46958b36d60a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:29:57.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500|| 2022-10-06T17:29:57.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 02dabe3b-75cc-415a-bf9f-46958b36d60a 2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 02dabe3b-75cc-415a-bf9f-46958b36d60a 2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-10-06T17:29:57.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:29:57.782Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2279ad09, org.onap.sdc.toscaparser.api.parameters.Input@372f2639, org.onap.sdc.toscaparser.api.parameters.Input@6f58fd05, org.onap.sdc.toscaparser.api.parameters.Input@fba80ce, org.onap.sdc.toscaparser.api.parameters.Input@60c475d5] 2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 02dabe3b-75cc-415a-bf9f-46958b36d60a: Generic NeutronNet 2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-10-06T17:29:57.818Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.818Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:29:57.819Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-06T17:29:57.879Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-10-06T17:29:57.879Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-10-06T17:29:57.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-10-06T17:29:57.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:29:57.880Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:29:57.882Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:29:57.882Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077397879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:29:57.982Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:29:57.983Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:29:57.984Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:29:57.997Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:29:57.998Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:29:58.883Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:29:58.898Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:29:58.901Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:29:58.901Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:29:58.902Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:30:28.902Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:30:28.918Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:30:28.920Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:30:28.921Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:30:28.921Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:30:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:30:53.105Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:30:53.105Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:30:53.243Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:30:53.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-10-06T17:30:53.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077393102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:30:53.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-10-06T17:30:58.921Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:30:58.937Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:30:58.943Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:30:58.943Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:30:58.943Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:31:28.944Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:31:28.956Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:31:28.965Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:31:28.965Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:31:28.965Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:31:53.104Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:31:53.105Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:31:53.106Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:31:53.144Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:31:53.147Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.148Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077393102, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:31:53.159Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.159Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "clamp", "timestamp": 1665077396339, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:31:53.160Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.160Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.160Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077395876, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:31:53.161Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.161Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.161Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "clamp", "timestamp": 1665077397343, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:31:53.169Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f 2022-10-06T17:31:53.170Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:31:53.179Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.179Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "ves-openapi-manager", "timestamp": 1665077397237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.179Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077397879, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:31:53.180Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.180Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "ves-openapi-manager", "timestamp": 1665077397237, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.181Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "aai-ml", "timestamp": 1665077408441, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.182Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "aai-ml", "timestamp": 1665077408441, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:31:53.182Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.182Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "aai-ml", "timestamp": 1665077411300, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:31:53.183Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.183Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.183Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "aai-ml", "timestamp": 1665077415759, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:31:53.184Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.184Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.184Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "aai-ml", "timestamp": 1665077416765, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:31:53.190Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 78980df4-1f03-457e-98d6-d26f2c78de9f 2022-10-06T17:31:53.190Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 78980df4-1f03-457e-98d6-d26f2c78de9f and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:31:53.200Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.201Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.201Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.201Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.202Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.202Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.202Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.203Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.203Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.203Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.204Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.204Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.205Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.205Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.205Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.206Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.206Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.206Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.207Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.207Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.207Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.208Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.208Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.208Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.209Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.209Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.209Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.210Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.210Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.210Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.211Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.211Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.211Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.212Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.212Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.212Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.213Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.213Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.213Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077434311, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:31:53.214Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-06T17:31:53.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077443114, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:31:53.217Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "cds", "timestamp": 1665077444122, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:31:53.240Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 2022-10-06T17:31:53.240Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:31:53.249Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.250Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.250Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.250Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.251Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.251Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.252Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.252Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077437237, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.252Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.253Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.253Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077438441, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:31:53.254Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.254Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.254Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.255Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.255Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.255Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077446029, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:31:53.256Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.256Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.256Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.257Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.257Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.258Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077447228, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:31:53.258Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.259Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.259Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.259Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077447267, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:31:53.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "multicloud-k8s-id", "timestamp": 1665077439331, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:31:53.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.264Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.264Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "ves-openapi-manager", "timestamp": 1665077448280, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:31:53.270Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 2022-10-06T17:31:53.270Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:31:53.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.282Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.282Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.282Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.283Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.283Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.283Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.284Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.284Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.284Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077452196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:31:53.284Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.285Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.285Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "aai-ml", "timestamp": 1665077453200, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:31:53.292Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 2022-10-06T17:31:53.293Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:31:53.301Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077446196, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:31:53.302Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:53.302Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:31:53.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:31:53.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:31:58.966Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:31:58.978Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:31:58.981Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:31:58.982Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:31:58.989Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:32:28.989Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 78980df4-1f03-457e-98d6-d26f2c78de9f and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:32:28.995Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 78980df4-1f03-457e-98d6-d26f2c78de9f and serviceModelVersionId: 02dabe3b-75cc-415a-bf9f-46958b36d60a 2022-10-06T17:32:28.995Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1306de8-1f9b-4d66-a8bb-d1560af960ac 2022-10-06T17:32:28.997Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0 2022-10-06T17:32:29.003Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:32:29.070Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|INFO|500||Invoke 2022-10-06T17:32:29.071Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[78980df4-1f03-457e-98d6-d26f2c78de9f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6302cc9c-6a54-4c19-91f7-61bdc58878c3], X-ECOMP-RequestID=[78980df4-1f03-457e-98d6-d26f2c78de9f], X-TransactionId=[], X-ONAP-RequestID=[78980df4-1f03-457e-98d6-d26f2c78de9f], Content-Type=[application/merge-patch+json]} 2022-10-06T17:32:29.112Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:32:29.208Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?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/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221006-17:32:30:448-4330], vertex-id=[241760], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:32:30 GMT], Content-Type=[application/json]} 2022-10-06T17:32:29.209Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:32:29.211Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1306de8-1f9b-4d66-a8bb-d1560af960ac/model-vers/model-ver/02dabe3b-75cc-415a-bf9f-46958b36d60a?depth=0|INFO|500||InvokeReturn 2022-10-06T17:32:29.212Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:32:29.212Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:32:29.227Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:32:29.228Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 78980df4-1f03-457e-98d6-d26f2c78de9f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:32:29.228Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:32:29.230Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:29.233Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:29.233Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077549228, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:32:29.333Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:29.334Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:29.334Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:29.355Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:29.356Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:32:30.245Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:32:30.246Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:32:30.246Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:34.748Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:34.750Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-06T17:32:34.750Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c1baa52-e417-47d8-b338-1aaaddb8fcb6","serviceName":"Demo_pNF_e2rOqsBY42fFviWYolet","serviceVersion":"1.0","serviceUUID":"f67b65c6-707f-4d0a-9730-38e0c56aac0c","serviceDescription":"catalog service description","serviceInvariantUUID":"85d43b87-9144-44c0-bf49-73a06f9fef30","resources":[{"resourceInstanceName":"pNF 3d6b06f4-187b 0","resourceName":"pNF 3d6b06f4-187b","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b45ad219-a20b-434b-b64b-6c0c8f5ca772","resourceInvariantUUID":"ee8efc27-d64a-4d9e-9f9c-9cd2896ca084","resourceCustomizationUUID":"b1e8fe43-f105-456e-9131-c48ce3ee441f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml","artifactChecksum":"ODcwM2U5NDFjZDZkNTI3ZGQ4YWU1MTAzODU1MjJlZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"59340356-9321-4935-bfa9-b9afdab71c1e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar","artifactChecksum":"NGM4YmY1NzkxMzYxMzhmMmVmYTdiMGRmMzU3MTc5NWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"aa32d362-49f1-4710-afa7-395e5bc06d7e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b14656ee-f3f8-48c7-9fc0-9a4a362dd824","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml","artifactChecksum":"MTMxMWYwOTNhZjFhMGJhNTVkN2FkNmZkOGQ5NGY5NDY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0696f27b-4dfb-465a-b67f-1c140b2ea324","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b257213b-a1db-47f6-8f15-e23f982ed495","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f2062652-4cce-43be-b00d-4169b5e8fee9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfE2roqsby42ffviwyolet-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml","artifactChecksum":"NTJhOTdiNzViNmIyZDMwMTMwYjc3MTU1NWZiYThiNGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d002df45-0333-457b-864a-893c0be3d627","artifactVersion":"1"},{"artifactName":"service-DemoPnfE2roqsby42ffviwyolet-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar","artifactChecksum":"Zjg0ZGNiZGE3ZjQyYTJhNDM0MTY2Mzg1MWI4NDI3MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d4f9549-fbe6-4e63-9991-e30764b4547d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:32:34.753Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:34.754Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:34.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:34.757Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:34.857Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:34.858Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:34.859Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:34.879Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:34.880Z||pool-24-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:35.758Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:35.759Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:35.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:35.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:35.861Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:35.862Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:35.862Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:35.879Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:35.879Z||pool-25-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:36.761Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:36.762Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:36.764Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:36.765Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:36.865Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:36.866Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:36.866Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:36.904Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:36.905Z||pool-26-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:37.765Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:37.766Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:37.768Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:37.768Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:37.868Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:37.869Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:37.869Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:37.882Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:37.882Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:38.769Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:38.770Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:38.772Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:38.772Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:38.875Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-06T17:32:38.876Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:38.876Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:38.894Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:38.895Z||pool-28-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:39.773Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:39.774Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:39.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:39.776Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:39.876Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:39.878Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:39.878Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:39.890Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:39.890Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:40.777Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:40.778Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:40.780Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:40.780Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:32:40.880Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:40.881Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:40.881Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:40.896Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:40.897Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:32:41.780Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:32:41.781Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:41.783Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:41.783Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:32:41.884Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:41.885Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:41.885Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:41.902Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:41.903Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:42.784Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "serviceName": "Demo_pNF_e2rOqsBY42fFviWYolet", "serviceVersion": "1.0", "serviceUUID": "f67b65c6-707f-4d0a-9730-38e0c56aac0c", "serviceDescription": "catalog service description", "serviceInvariantUUID": "85d43b87-9144-44c0-bf49-73a06f9fef30", "resources": [ { "resourceInstanceName": "pNF 3d6b06f4-187b 0", "resourceCustomizationUUID": "b1e8fe43-f105-456e-9131-c48ce3ee441f", "resourceName": "pNF 3d6b06f4-187b", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "b45ad219-a20b-434b-b64b-6c0c8f5ca772", "resourceInvariantUUID": "ee8efc27-d64a-4d9e-9f9c-9cd2896ca084", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "artifactChecksum": "Zjg0ZGNiZGE3ZjQyYTJhNDM0MTY2Mzg1MWI4NDI3MzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5d4f9549-fbe6-4e63-9991-e30764b4547d" } ], "workloadContext": "Production" } 2022-10-06T17:32:42.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:32:42.785Z|78980df4-1f03-457e-98d6-d26f2c78de9f|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f67b65c6-707f-4d0a-9730-38e0c56aac0c ASDC 2022-10-06T17:32:42.786Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:0c1baa52-e417-47d8-b338-1aaaddb8fcb6 ServiceName:Demo_pNF_e2rOqsBY42fFviWYolet ServiceVersion:1.0 ServiceUUID:f67b65c6-707f-4d0a-9730-38e0c56aac0c ServiceInvariantUUID:85d43b87-9144-44c0-bf49-73a06f9fef30 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfE2roqsby42ffviwyolet-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar ArtifactUUID:5d4f9549-fbe6-4e63-9991-e30764b4547d ArtifactChecksum:Zjg0ZGNiZGE3ZjQyYTJhNDM0MTY2Mzg1MWI4NDI3MzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 3d6b06f4-187b 0 ResourceCustomizationUUID:b1e8fe43-f105-456e-9131-c48ce3ee441f ResourceInvariantUUID:ee8efc27-d64a-4d9e-9f9c-9cd2896ca084 ResourceName:pNF 3d6b06f4-187b ResourceType:PNF ResourceUUID:b45ad219-a20b-434b-b64b-6c0c8f5ca772 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-06T17:32:42.786Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f67b65c6-707f-4d0a-9730-38e0c56aac0c ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:32:42.823Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5d4f9549-fbe6-4e63-9991-e30764b4547d from URL: /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:42.825Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:32:42.826Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:42.907Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 5d4f9549-fbe6-4e63-9991-e30764b4547d 87768 2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar ASDC sendASDCNotification 2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:42.916Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:32:42.917Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:42.919Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:42.919Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077562916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:32:43.019Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:32:43.020Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:43.020Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:43.045Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:43.046Z||pool-32-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:32:43.920Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:32:43.921Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:32:43.921Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 5d4f9549-fbe6-4e63-9991-e30764b4547d, URL: /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar to file: /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:43.922Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:43.922Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:43.922Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.053Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2459724666846483095/Definitions/service-DemoPnfE2roqsby42ffviwyolet-template.yml 2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.945Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.946Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3d6b06f4-187b 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-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Node template pNF 3d6b06f4-187b 0 is matching search criteria 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:32:44.947Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3d6b06f4-187b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Node template pNF 3d6b06f4-187b 0 is matching search criteria 2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 3d6b06f4-187b 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:32:44.948Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.949Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.950Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.950Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_e2rOqsBY42fFviWYolet Description:catalog service description Model UUID:f67b65c6-707f-4d0a-9730-38e0c56aac0c Model Version:NULL Model InvariantUuid:85d43b87-9144-44c0-bf49-73a06f9fef30 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:32:44.972Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: b45ad219-a20b-434b-b64b-6c0c8f5ca772 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||pNF 3d6b06f4-187b 0 2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b45ad219-a20b-434b-b64b-6c0c8f5ca772 2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||No resources found for Service: f67b65c6-707f-4d0a-9730-38e0c56aac0c 2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f67b65c6-707f-4d0a-9730-38e0c56aac0c 2022-10-06T17:32:44.976Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3d6b06f4-187b 0 b45ad219-a20b-434b-b64b-6c0c8f5ca772 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a6b6b4b, org.onap.sdc.toscaparser.api.parameters.Input@194400b1, org.onap.sdc.toscaparser.api.parameters.Input@517edc58, org.onap.sdc.toscaparser.api.parameters.Input@65d5af3e, org.onap.sdc.toscaparser.api.parameters.Input@5455a1fc] 2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.983Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f67b65c6-707f-4d0a-9730-38e0c56aac0c: pNF 3d6b06f4-187b 2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Processing PNF resource: b45ad219-a20b-434b-b64b-6c0c8f5ca772 2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_e2rOqsBY42fFviWYolet is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:32:44.984Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||Resource customization UUID: b1e8fe43-f105-456e-9131-c48ce3ee441f is the same as notified resource customizationUUID: b1e8fe43-f105-456e-9131-c48ce3ee441f Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3d6b06f4-187b b45ad219-a20b-434b-b64b-6c0c8f5ca772 0 ASDC deployResourceStructure 2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar ASDC sendASDCNotification 2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar 2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:32:45.116Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:32:45.118Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:32:45.119Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077565116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:32:45.220Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-06T17:32:45.220Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:32:45.221Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:45.246Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:45.247Z||pool-33-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:32:46.119Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:32:46.131Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:32:46.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:32:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:32:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:32:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:32:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:32:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:32:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077455015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:32:53.149Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:16.134Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:33:16.149Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:33:16.152Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:33:46.153Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:33:46.166Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:33:46.169Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:33:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:33:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:33:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:33:53.182Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:33:53.185Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077448350, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077457291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.187Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077458299, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:33:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 2022-10-06T17:33:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.204Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.204Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077465332, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077467345, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.205Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.206Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "clamp", "timestamp": 1665077468351, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:33:53.210Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 2022-10-06T17:33:53.210Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.217Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.218Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.219Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.220Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.221Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.222Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.223Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.224Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.225Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.226Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.227Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "ves-openapi-manager", "timestamp": 1665077457237, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077459331, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077464309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.228Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077475187, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077475943, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.229Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077468441, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.230Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "cds", "timestamp": 1665077476949, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.246Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 2022-10-06T17:33:53.247Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.255Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077476246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.256Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077478260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.257Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077477307, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.258Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.259Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.259Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077478361, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.260Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.261Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077479417, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:33:53.266Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 2022-10-06T17:33:53.267Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.278Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.278Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.279Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "multicloud-k8s-id", "timestamp": 1665077480421, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.280Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.281Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.282Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077476199, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:33:53.283Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.284Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077485272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077485995, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.285Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "aai-ml", "timestamp": 1665077486277, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:33:53.291Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 2022-10-06T17:33:53.291Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077478350, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077489010, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:33:53.300Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.301Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.301Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077490020, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:33:53.305Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 2022-10-06T17:33:53.305Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:33:53.315Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.315Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077491336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:33:53.316Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.316Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.316Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077494349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:33:53.317Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:33:53.317Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:33:53.317Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "clamp", "timestamp": 1665077495354, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:33:53.322Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 2022-10-06T17:33:53.322Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:34:16.170Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:34:16.190Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:34:16.193Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:34:16.194Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:34:16.199Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:34:46.199Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:34:46.216Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and serviceModelVersionId: f67b65c6-707f-4d0a-9730-38e0c56aac0c 2022-10-06T17:34:46.217Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 85d43b87-9144-44c0-bf49-73a06f9fef30 2022-10-06T17:34:46.219Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0 2022-10-06T17:34:46.227Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:34:46.292Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|INFO|500||Invoke 2022-10-06T17:34:46.293Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c1baa52-e417-47d8-b338-1aaaddb8fcb6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[202249bf-f93a-401b-adab-0fe10e6f7b3b], X-ECOMP-RequestID=[0c1baa52-e417-47d8-b338-1aaaddb8fcb6], X-TransactionId=[], X-ONAP-RequestID=[0c1baa52-e417-47d8-b338-1aaaddb8fcb6], Content-Type=[application/merge-patch+json]} 2022-10-06T17:34:46.328Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:34:46.506Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?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/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221006-17:34:47:667-19555], vertex-id=[151704], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:34:47 GMT], Content-Type=[application/json]} 2022-10-06T17:34:46.507Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:34:46.508Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/85d43b87-9144-44c0-bf49-73a06f9fef30/model-vers/model-ver/f67b65c6-707f-4d0a-9730-38e0c56aac0c?depth=0|INFO|500||InvokeReturn 2022-10-06T17:34:46.508Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:34:46.509Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:34:46.524Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:34:46.524Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c1baa52-e417-47d8-b338-1aaaddb8fcb6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:34:46.524Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:34:46.525Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:46.527Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:46.527Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077686524, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:34:46.627Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:46.629Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:46.629Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:46.653Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:46.654Z||pool-34-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:34:47.541Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-06T17:34:47.542Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3dd7fcf6-a49d-4490-97ab-42a368cd3c25","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bea0ac1f-373e-4ba6-95d0-af84287dc7bb","serviceDescription":"service","serviceInvariantUUID":"d2498e7f-3cba-43e4-9571-b20639384af8","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"69a3d9f6-f54b-44b0-be50-ddfd36b9f56f","resourceInvariantUUID":"55fb9142-f3fd-403f-8cb4-e064a2f3a4a5","resourceCustomizationUUID":"3f63c7a5-372d-4fb3-a6c7-762df0497fd6","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":"Mjg3ZjRkMDUxNzRmMjdlZDA4NDNlNzhkZTlhNjUwZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5b9d327c-e6dc-4195-90ad-af12d1fc3336","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":"b63190a6-6947-4262-a209-d833356067d3","artifactVersion":"2","generatedFromUUID":"7a3bb96b-77d7-41f5-a886-bf75005be9b5"},{"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":"7a3bb96b-77d7-41f5-a886-bf75005be9b5","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":"MzhjYTUxMjg1MzNiYTAxMDkzMGVjYzhhZDI0NmI5N2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a8494918-cfa6-4b80-a03c-1b3fe0e46348","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":"b78371fa-8d9a-42a7-ae85-6d494a85cd79","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":"66ff4466-7ffb-424f-96dd-b5953aeaa96e","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":"663eb1e3-1e00-48da-bd69-d3a2d896ff2b","artifactVersion":"2","generatedFromUUID":"b78371fa-8d9a-42a7-ae85-6d494a85cd79"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDFjODY1OWQwMmJhYjFhNGQxYTVjMWVjMjkwMWNlOTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49d9c396-4586-4412-84c5-4f2d4872f915","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NWI5OTU0MTkxYTQ1NGI5N2Q5MDVkMjMzNGI4MWNmMzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:34:47.542Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:47.542Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:47.544Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:47.544Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:47.645Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:34:47.645Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:47.645Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:47.665Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:47.665Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:34:48.545Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:48.546Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:48.554Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:48.554Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-06T17:34:48.654Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:48.655Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:48.655Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:48.670Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:48.671Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:34:49.555Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:49.556Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:49.558Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:49.558Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-06T17:34:49.658Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:49.659Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:49.659Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:49.688Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:49.688Z||pool-37-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:34:50.559Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:50.560Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:50.563Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:50.563Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:34:50.663Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:50.664Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:50.665Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:50.681Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:50.681Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:34:51.564Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:51.564Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:51.567Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:51.567Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-06T17:34:51.668Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-06T17:34:51.669Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:51.669Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:51.688Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:51.689Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:34:52.567Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:52.568Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:52.571Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:52.571Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:52.670Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:34:52.671Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:52.676Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:52.690Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:52.690Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:34:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:34:53.107Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:34:53.108Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:53.153Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:53.154Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.154Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "78980df4-1f03-457e-98d6-d26f2c78de9f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077549228, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.156Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.158Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/resourceInstances/pnf3d6b06f4187b0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.159Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077562916, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:34:53.160Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:34:53.161Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:34:53.161Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077565116, "artifactURL": "/sdc/v1/catalog/services/DemoPnfE2roqsby42ffviwyolet/1.0/artifacts/service-DemoPnfE2roqsby42ffviwyolet-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:34:53.161Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:34:53.572Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:53.573Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:53.575Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:53.575Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-06T17:34:53.675Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:53.676Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:53.676Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:53.692Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:53.692Z||pool-41-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:34:54.576Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:54.576Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:54.578Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:54.578Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:34:54.679Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-06T17:34:54.680Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:54.680Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:54.692Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:54.692Z||pool-42-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:34:55.579Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:34:55.580Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:55.583Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:55.583Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:34:55.683Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:55.684Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:55.684Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:55.704Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:55.705Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:34:56.585Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "bea0ac1f-373e-4ba6-95d0-af84287dc7bb", "serviceDescription": "service", "serviceInvariantUUID": "d2498e7f-3cba-43e4-9571-b20639384af8", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "3f63c7a5-372d-4fb3-a6c7-762df0497fd6", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "69a3d9f6-f54b-44b0-be50-ddfd36b9f56f", "resourceInvariantUUID": "55fb9142-f3fd-403f-8cb4-e064a2f3a4a5", "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": "b63190a6-6947-4262-a209-d833356067d3", "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": "7a3bb96b-77d7-41f5-a886-bf75005be9b5", "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": "MzhjYTUxMjg1MzNiYTAxMDkzMGVjYzhhZDI0NmI5N2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a8494918-cfa6-4b80-a03c-1b3fe0e46348", "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": "b78371fa-8d9a-42a7-ae85-6d494a85cd79", "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": "663eb1e3-1e00-48da-bd69-d3a2d896ff2b", "generatedFromUUID": "b78371fa-8d9a-42a7-ae85-6d494a85cd79" }, "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": "663eb1e3-1e00-48da-bd69-d3a2d896ff2b", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "NWI5OTU0MTkxYTQ1NGI5N2Q5MDVkMjMzNGI4MWNmMzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e" } ], "workloadContext": "Production" } 2022-10-06T17:34:56.585Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:34:56.585Z|0c1baa52-e417-47d8-b338-1aaaddb8fcb6|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bea0ac1f-373e-4ba6-95d0-af84287dc7bb ASDC 2022-10-06T17:34:56.586Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:3dd7fcf6-a49d-4490-97ab-42a368cd3c25 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:bea0ac1f-373e-4ba6-95d0-af84287dc7bb ServiceInvariantUUID:d2498e7f-3cba-43e4-9571-b20639384af8 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:6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e ArtifactChecksum:NWI5OTU0MTkxYTQ1NGI5N2Q5MDVkMjMzNGI4MWNmMzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:3f63c7a5-372d-4fb3-a6c7-762df0497fd6 ResourceInvariantUUID:55fb9142-f3fd-403f-8cb4-e064a2f3a4a5 ResourceName:basic_cnf ResourceType:VF ResourceUUID:69a3d9f6-f54b-44b0-be50-ddfd36b9f56f 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:b63190a6-6947-4262-a209-d833356067d3 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:7a3bb96b-77d7-41f5-a886-bf75005be9b5 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:a8494918-cfa6-4b80-a03c-1b3fe0e46348 ArtifactChecksum:MzhjYTUxMjg1MzNiYTAxMDkzMGVjYzhhZDI0NmI5N2M= 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:b78371fa-8d9a-42a7-ae85-6d494a85cd79 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:663eb1e3-1e00-48da-bd69-d3a2d896ff2b 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:663eb1e3-1e00-48da-bd69-d3a2d896ff2b ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-06T17:34:56.586Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bea0ac1f-373e-4ba6-95d0-af84287dc7bb ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:34:56.624Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:34:56.625Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:34:56.626Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-06T17:34:56.806Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:34:56.810Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e 73675 2022-10-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:34:56.811Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:56.813Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:56.813Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077696811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:34:56.913Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:56.916Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:56.916Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:56.931Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:56.932Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:34:57.814Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:34:57.815Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:34:57.815Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6a7c02ab-4e8e-47ea-9f76-9e244fe8c64e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:57.816Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-10-06T17:34:57.816Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:57.816Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:57.953Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13230768303332539865/Definitions/service-BasicCnf-template.yml Log warning: The required parameter "compute_dummy_metadata" is not provided Log warning: The required parameter "compute_dummy_name" is not provided 2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-06T17:34:59.146Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.147Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:34:59.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-10-06T17:34:59.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:34:59.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:34:59.151Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dd4118ea-e74c-4b94-ae9e-66ce249e4310 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.152Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:34:59.153Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:bea0ac1f-373e-4ba6-95d0-af84287dc7bb Model Version:NULL Model InvariantUuid:d2498e7f-3cba-43e4-9571-b20639384af8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:b0b70cca-0d0a-4adb-8ad7-59035cdcb9d8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:55fb9142-f3fd-403f-8cb4-e064a2f3a4a5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:3f63c7a5-372d-4fb3-a6c7-762df0497fd6 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a67ce6ce-1b66-46ee-9040-099c2a4a3420 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:7a720e91-4cf4-4f9f-bef7-91d7fca2fab9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:dd4118ea-e74c-4b94-ae9e-66ce249e4310 ModelInvariantUuid:72f1aa49-e855-4048-981c-4f5ee57f2564 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:67bb5da8-1b44-4332-9245-b60049e31951 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:848e9700-eb88-4d41-99b9-0ed7d654d924 ModelInvariantUuid:6b10505c-f239-48ad-90ca-01d1c7f1f84a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0016ce79-825e-4ba6-a657-19f5fbf2ea19 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:34:59.611Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:34:59.616Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-10-06T17:34:59.616Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f 2022-10-06T17:34:59.617Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b63190a6-6947-4262-a209-d833356067d3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-06T17:34:59.617Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:34:59.617Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-06T17:34:59.698Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:34:59.698Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env b63190a6-6947-4262-a209-d833356067d3 12 2022-10-06T17:34:59.699Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-06T17:34:59.699Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-10-06T17:34:59.699Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:34:59.700Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:34:59.701Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:34:59.702Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077699699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:34:59.802Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:34:59.803Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:34:59.803Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:34:59.832Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:34:59.833Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:00.702Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7a3bb96b-77d7-41f5-a886-bf75005be9b5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-06T17:35:00.703Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:00.703Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-06T17:35:00.751Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:00.751Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 7a3bb96b-77d7-41f5-a886-bf75005be9b5 2688 2022-10-06T17:35:00.753Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-06T17:35:00.754Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-10-06T17:35:00.754Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:00.756Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:00.762Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:00.763Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077700753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:00.863Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:00.864Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:00.864Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:00.880Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:00.880Z||pool-46-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:01.766Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a8494918-cfa6-4b80-a03c-1b3fe0e46348 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-06T17:35:01.766Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:01.766Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-06T17:35:01.847Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:01.847Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json a8494918-cfa6-4b80-a03c-1b3fe0e46348 828 2022-10-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:01.848Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:01.851Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:01.851Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077701848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:01.951Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:01.952Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:01.953Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:01.966Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:01.966Z||pool-47-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:02.852Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a67ce6ce-1b66-46ee-9040-099c2a4a3420", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a720e91-4cf4-4f9f-bef7-91d7fca2fab9", "vfModuleModelCustomizationUUID": "19c9ed4c-9cd8-4345-a09b-a8a3acdd6437", "isBase": true, "artifacts": [ "b78371fa-8d9a-42a7-ae85-6d494a85cd79", "7a3bb96b-77d7-41f5-a886-bf75005be9b5", "663eb1e3-1e00-48da-bd69-d3a2d896ff2b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:35:02.858Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a720e91-4cf4-4f9f-bef7-91d7fca2fab9 VfModuleModelInvariantUUID:a67ce6ce-1b66-46ee-9040-099c2a4a3420 VfModuleModelDescription:NULL Artifacts UUID List:{ b78371fa-8d9a-42a7-ae85-6d494a85cd79 , 7a3bb96b-77d7-41f5-a886-bf75005be9b5 , 663eb1e3-1e00-48da-bd69-d3a2d896ff2b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "a67ce6ce-1b66-46ee-9040-099c2a4a3420", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a720e91-4cf4-4f9f-bef7-91d7fca2fab9", "vfModuleModelCustomizationUUID": "19c9ed4c-9cd8-4345-a09b-a8a3acdd6437", "isBase": true, "artifacts": [ "b78371fa-8d9a-42a7-ae85-6d494a85cd79", "7a3bb96b-77d7-41f5-a886-bf75005be9b5", "663eb1e3-1e00-48da-bd69-d3a2d896ff2b" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a720e91-4cf4-4f9f-bef7-91d7fca2fab9 VfModuleModelInvariantUUID:a67ce6ce-1b66-46ee-9040-099c2a4a3420 VfModuleModelDescription:NULL Artifacts UUID List:{ b78371fa-8d9a-42a7-ae85-6d494a85cd79 , 7a3bb96b-77d7-41f5-a886-bf75005be9b5 , 663eb1e3-1e00-48da-bd69-d3a2d896ff2b } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: b78371fa-8d9a-42a7-ae85-6d494a85cd79 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:02.860Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml b78371fa-8d9a-42a7-ae85-6d494a85cd79 1164 2022-10-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-06T17:35:02.984Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-06T17:35:02.985Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:02.985Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:02.987Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:02.987Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077702984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:03.087Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:03.088Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:03.088Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:03.110Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:03.110Z||pool-48-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:03.987Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 663eb1e3-1e00-48da-bd69-d3a2d896ff2b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-06T17:35:03.988Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:03.988Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-06T17:35:04.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:04.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 663eb1e3-1e00-48da-bd69-d3a2d896ff2b 200 2022-10-06T17:35:04.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-06T17:35:04.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-06T17:35:04.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:04.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:04.092Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:04.092Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077704089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:04.192Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:04.193Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:04.193Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:04.208Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:04.210Z||pool-49-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:05.093Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: bea0ac1f-373e-4ba6-95d0-af84287dc7bb 2022-10-06T17:35:05.093Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f 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=? 2022-10-06T17:35:05.125Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:35:05.141Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b1f9a29, org.onap.sdc.toscaparser.api.parameters.Input@6dae73b1, org.onap.sdc.toscaparser.api.parameters.Input@73245d70, org.onap.sdc.toscaparser.api.parameters.Input@4ae2b1a2, org.onap.sdc.toscaparser.api.parameters.Input@4d2bb405] 2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3f63c7a5-372d-4fb3-a6c7-762df0497fd6 2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3f63c7a5-372d-4fb3-a6c7-762df0497fd6 matches Tosca VF Customization UUID: 3f63c7a5-372d-4fb3-a6c7-762df0497fd6 2022-10-06T17:35:05.143Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3f63c7a5-372d-4fb3-a6c7-762df0497fd6 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-06T17:35:05.148Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3f63c7a5-372d-4fb3-a6c7-762df0497fd6: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-06T17:35:05.149Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d28a367 2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 19c9ed4c-9cd8-4345-a09b-a8a3acdd6437 2022-10-06T17:35:05.150Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 19c9ed4c-9cd8-4345-a09b-a8a3acdd6437 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:05.158Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-10-06T17:35:05.159Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dd4118ea-e74c-4b94-ae9e-66ce249e4310 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-06T17:35:05.165Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.165Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-10-06T17:35:05.166Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=3f63c7a5-372d-4fb3-a6c7-762df0497fd6 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:35:05.168Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.168Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.168Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid bea0ac1f-373e-4ba6-95d0-af84287dc7bb: basic_cnf 2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.169Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:05.170Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:35:05.258Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 69a3d9f6-f54b-44b0-be50-ddfd36b9f56f 1 ASDC deployResourceStructure 2022-10-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-10-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-10-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-06T17:35:05.260Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:05.262Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:05.262Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077705259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:35:05.362Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:05.363Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:05.363Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:05.380Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:05.380Z||pool-50-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:06.265Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-10-06T17:35:06.265Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-06T17:35:06.266Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-06T17:35:06.266Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:06.268Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:06.269Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077706265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:35:06.368Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:06.370Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:06.370Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:06.392Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:06.392Z||pool-51-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:07.269Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-10-06T17:35:07.270Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-10-06T17:35:07.270Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:35:07.271Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:07.274Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:07.274Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077707269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:35:07.375Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-06T17:35:07.376Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:07.376Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:07.395Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:07.396Z||pool-52-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:08.275Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-10-06T17:35:08.276Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-10-06T17:35:08.276Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:35:08.276Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:08.278Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:08.279Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:35:08.379Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:08.380Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:08.380Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:08.456Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:08.456Z||pool-53-thread-1|||||INFO|500||cambria reply ok (77 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:09.280Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-10-06T17:35:09.280Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-10-06T17:35:09.280Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:35:09.281Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:09.283Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:09.283Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077709279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-06T17:35:09.385Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-06T17:35:09.386Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:09.386Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:09.408Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:09.409Z||pool-54-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:10.285Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-10-06T17:35:10.285Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-10-06T17:35:10.285Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:35:10.286Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:10.288Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:10.289Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077710284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:35:10.388Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:10.389Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:10.389Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:10.402Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:10.402Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:11.289Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:35:11.301Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:35:11.305Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:35:11.306Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:35:11.306Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:35:11.306Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:35:11.308Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:35:11.314Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:35:41.315Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:35:41.323Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and serviceModelVersionId: bea0ac1f-373e-4ba6-95d0-af84287dc7bb 2022-10-06T17:35:41.324Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2498e7f-3cba-43e4-9571-b20639384af8 2022-10-06T17:35:41.325Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0 2022-10-06T17:35:41.329Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:35:41.382Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|INFO|500||Invoke 2022-10-06T17:35:41.383Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3dd7fcf6-a49d-4490-97ab-42a368cd3c25], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[af95e201-166c-46de-9ff8-6990fd76067a], X-ECOMP-RequestID=[3dd7fcf6-a49d-4490-97ab-42a368cd3c25], X-TransactionId=[], X-ONAP-RequestID=[3dd7fcf6-a49d-4490-97ab-42a368cd3c25], Content-Type=[application/merge-patch+json]} 2022-10-06T17:35:41.407Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:35:41.522Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?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/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221006-17:35:42:748-99400], vertex-id=[180440], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:35:42 GMT], Content-Type=[application/json]} 2022-10-06T17:35:41.522Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:35:41.523Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2498e7f-3cba-43e4-9571-b20639384af8/model-vers/model-ver/bea0ac1f-373e-4ba6-95d0-af84287dc7bb?depth=0|INFO|500||InvokeReturn 2022-10-06T17:35:41.524Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:35:41.525Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:35:41.543Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:35:41.543Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3dd7fcf6-a49d-4490-97ab-42a368cd3c25 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:35:41.544Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:35:41.544Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:41.547Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:41.547Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077741544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:35:41.647Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:41.648Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:41.649Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:41.675Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:41.676Z||pool-56-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:35:42.559Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:35:42.559Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:35:42.560Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:47.055Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:47.056Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-10-06T17:35:47.057Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"1830e883-59c2-4f37-9782-50f194f05cab","serviceDescription":"service","serviceInvariantUUID":"f513eb4e-220f-427e-bca5-e99fe4cfda66","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0851474c-137c-49ed-a807-a3f6bc9e5451","resourceInvariantUUID":"0a746d76-0e16-42fe-b1c4-e6c58bd8723b","resourceCustomizationUUID":"75ea3b15-0ca8-43a9-a51d-67416bdccdc9","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":"YzYzYmIyMzJkYzM3YzhhOWU3ZTI2M2Y0OWU0YzEyNTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"10000eb8-69d3-4b09-9ecb-58011c74a246","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":"MDdmMGZjNTMzNDRlZjBiZGY4OWYzZjdkM2ZiNDUwNjI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"124d26fb-bb23-4be1-ae7e-be94d3cd7452","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":"5f3be23a-23a8-4841-a091-8eb5331bb203","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":"b761f839-570f-496a-86ec-630f242c33fd","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":"a55049c5-c0bf-48f4-bd08-e46b65ed76ad","artifactVersion":"2","generatedFromUUID":"5f3be23a-23a8-4841-a091-8eb5331bb203"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NWZhZDAyZTI4Y2EyYWUwYWQ4NzA3M2QyNjA2MzUwYzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bee650cf-b5a6-4c5d-8341-888bdd83d971","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MjFjM2ZkYmFkMTNjNTljYTFlNjEyYTU2ZDdiNDUwZTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"51ad4aeb-be27-481f-8da1-a3b8de270c90","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:35:47.059Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:47.060Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:47.063Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:47.063Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:47.162Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:47.163Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:47.163Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:47.189Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:47.190Z||pool-57-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:48.063Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:48.064Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:48.066Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:48.066Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:35:48.167Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:48.168Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:48.168Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:48.181Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:48.181Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:49.067Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:49.067Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:49.070Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:49.070Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-06T17:35:49.170Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:49.171Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:49.172Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:49.200Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:49.201Z||pool-59-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:50.070Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:50.071Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:50.075Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:50.075Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:50.175Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:50.176Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:50.176Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:50.188Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:50.188Z||pool-60-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:51.076Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:51.077Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:51.079Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:51.079Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-06T17:35:51.179Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:51.180Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:51.180Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:51.193Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:51.194Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:52.082Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:52.083Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:52.086Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:52.086Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:52.186Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:52.187Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:52.187Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:52.206Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:52.207Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:53.086Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:35:53.087Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:53.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:53.089Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:35:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:35:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:35:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:53.137Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:53.138Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.138Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.140Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.141Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.142Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.143Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.144Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.145Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "ves-openapi-manager", "timestamp": 1665077617237, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077614309, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.146Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077618441, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077625612, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077626292, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:53.147Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.148Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "cds", "timestamp": 1665077626618, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:35:53.169Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 2022-10-06T17:35:53.170Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:35:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077619331, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077627118, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077628248, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077629322, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077630345, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:35:53.184Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 2022-10-06T17:35:53.185Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:35:53.189Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:53.189Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:53.189Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:53.193Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "multicloud-k8s-id", "timestamp": 1665077631349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077626195, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077633690, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077634000, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:35:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:35:53.203Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:53.203Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:54.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "1830e883-59c2-4f37-9782-50f194f05cab", "serviceDescription": "service", "serviceInvariantUUID": "f513eb4e-220f-427e-bca5-e99fe4cfda66", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "75ea3b15-0ca8-43a9-a51d-67416bdccdc9", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "0851474c-137c-49ed-a807-a3f6bc9e5451", "resourceInvariantUUID": "0a746d76-0e16-42fe-b1c4-e6c58bd8723b", "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": "MDdmMGZjNTMzNDRlZjBiZGY4OWYzZjdkM2ZiNDUwNjI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "124d26fb-bb23-4be1-ae7e-be94d3cd7452", "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": "5f3be23a-23a8-4841-a091-8eb5331bb203", "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": "a55049c5-c0bf-48f4-bd08-e46b65ed76ad", "generatedFromUUID": "5f3be23a-23a8-4841-a091-8eb5331bb203" }, "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": "a55049c5-c0bf-48f4-bd08-e46b65ed76ad", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "MjFjM2ZkYmFkMTNjNTljYTFlNjEyYTU2ZDdiNDUwZTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "51ad4aeb-be27-481f-8da1-a3b8de270c90" } ], "workloadContext": "Production" } 2022-10-06T17:35:54.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:35:54.090Z|3dd7fcf6-a49d-4490-97ab-42a368cd3c25|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1830e883-59c2-4f37-9782-50f194f05cab ASDC 2022-10-06T17:35:54.091Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:1830e883-59c2-4f37-9782-50f194f05cab ServiceInvariantUUID:f513eb4e-220f-427e-bca5-e99fe4cfda66 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:51ad4aeb-be27-481f-8da1-a3b8de270c90 ArtifactChecksum:MjFjM2ZkYmFkMTNjNTljYTFlNjEyYTU2ZDdiNDUwZTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:75ea3b15-0ca8-43a9-a51d-67416bdccdc9 ResourceInvariantUUID:0a746d76-0e16-42fe-b1c4-e6c58bd8723b ResourceName:basic_vm ResourceType:VF ResourceUUID:0851474c-137c-49ed-a807-a3f6bc9e5451 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:124d26fb-bb23-4be1-ae7e-be94d3cd7452 ArtifactChecksum:MDdmMGZjNTMzNDRlZjBiZGY4OWYzZjdkM2ZiNDUwNjI= 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:5f3be23a-23a8-4841-a091-8eb5331bb203 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:a55049c5-c0bf-48f4-bd08-e46b65ed76ad 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:a55049c5-c0bf-48f4-bd08-e46b65ed76ad ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-06T17:35:54.091Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1830e883-59c2-4f37-9782-50f194f05cab ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:35:54.124Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:35:54.125Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:35:54.125Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:35:54.126Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 51ad4aeb-be27-481f-8da1-a3b8de270c90 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-06T17:35:54.126Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:54.126Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-06T17:35:54.201Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:54.205Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 51ad4aeb-be27-481f-8da1-a3b8de270c90 74822 2022-10-06T17:35:54.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-06T17:35:54.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-06T17:35:54.208Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:54.208Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:54.210Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:54.210Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077754207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:54.310Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:54.312Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:54.312Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:54.329Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:54.330Z||pool-64-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:55.211Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:35:55.212Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-10-06T17:35:55.212Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 51ad4aeb-be27-481f-8da1-a3b8de270c90, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:55.213Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-10-06T17:35:55.213Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:55.214Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:55.339Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15852795222622683079/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_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-06T17:35:56.474Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:35:56.474Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.475Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-10-06T17:35:56.476Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:56.477Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.478Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-06T17:35:56.480Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.481Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:35:56.482Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.482Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:56.482Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:56.484Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.484Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:56.484Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:56.484Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.484Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:56.484Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:56.485Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.485Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-06T17:35:56.485Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-06T17:35:56.485Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-06T17:35:56.485Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b897492-800b-4b4d-afeb-6fe54ab9d191 2022-10-06T17:35:56.485Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.486Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.486Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.486Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.486Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.486Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.486Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:56.487Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:56.487Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:1830e883-59c2-4f37-9782-50f194f05cab Model Version:NULL Model InvariantUuid:f513eb4e-220f-427e-bca5-e99fe4cfda66 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:d01831ca-e0fb-4a93-9c0a-0a23f1aa6402 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:0a746d76-0e16-42fe-b1c4-e6c58bd8723b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:75ea3b15-0ca8-43a9-a51d-67416bdccdc9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b34a75a7-c6f1-449c-9257-4b6e322bcad0 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:4514d3d9-ba37-4f23-ab98-1b911fffccc5 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6b897492-800b-4b4d-afeb-6fe54ab9d191 ModelInvariantUuid:66402d69-ee43-4508-9e86-21c51ef31251 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:481ad6a4-15d7-4e8f-a860-ed60b6e3e25c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0b621ef6-a78d-4315-8d4e-9294efd14860 ModelInvariantUuid:5fb52bdd-01f2-4c97-b808-38020b261932 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:76432822-1e32-48db-8ac4-9b45c6fccd2e ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:35:56.495Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0851474c-137c-49ed-a807-a3f6bc9e5451 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:35:56.498Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-10-06T17:35:56.498Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0851474c-137c-49ed-a807-a3f6bc9e5451 2022-10-06T17:35:56.499Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 124d26fb-bb23-4be1-ae7e-be94d3cd7452 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-06T17:35:56.499Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:56.499Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-06T17:35:56.566Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:56.567Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 124d26fb-bb23-4be1-ae7e-be94d3cd7452 787 2022-10-06T17:35:56.567Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-06T17:35:56.567Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-06T17:35:56.568Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:56.568Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:56.570Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:56.571Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077756567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:56.670Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:35:56.671Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:56.672Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:56.692Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:56.692Z||pool-65-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:57.571Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b34a75a7-c6f1-449c-9257-4b6e322bcad0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4514d3d9-ba37-4f23-ab98-1b911fffccc5", "vfModuleModelCustomizationUUID": "86410fe3-d670-4531-be08-c4c04e794f21", "isBase": true, "artifacts": [ "5f3be23a-23a8-4841-a091-8eb5331bb203", "a55049c5-c0bf-48f4-bd08-e46b65ed76ad" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:35:57.575Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4514d3d9-ba37-4f23-ab98-1b911fffccc5 VfModuleModelInvariantUUID:b34a75a7-c6f1-449c-9257-4b6e322bcad0 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f3be23a-23a8-4841-a091-8eb5331bb203 , a55049c5-c0bf-48f4-bd08-e46b65ed76ad } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:35:57.577Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b34a75a7-c6f1-449c-9257-4b6e322bcad0", "vfModuleModelVersion": "1", "vfModuleModelUUID": "4514d3d9-ba37-4f23-ab98-1b911fffccc5", "vfModuleModelCustomizationUUID": "86410fe3-d670-4531-be08-c4c04e794f21", "isBase": true, "artifacts": [ "5f3be23a-23a8-4841-a091-8eb5331bb203", "a55049c5-c0bf-48f4-bd08-e46b65ed76ad" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:35:57.577Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:4514d3d9-ba37-4f23-ab98-1b911fffccc5 VfModuleModelInvariantUUID:b34a75a7-c6f1-449c-9257-4b6e322bcad0 VfModuleModelDescription:NULL Artifacts UUID List:{ 5f3be23a-23a8-4841-a091-8eb5331bb203 , a55049c5-c0bf-48f4-bd08-e46b65ed76ad } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:35:57.578Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5f3be23a-23a8-4841-a091-8eb5331bb203 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-06T17:35:57.578Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:57.578Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-06T17:35:57.673Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:57.674Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 5f3be23a-23a8-4841-a091-8eb5331bb203 5033 2022-10-06T17:35:57.674Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-06T17:35:57.675Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-06T17:35:57.675Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:57.675Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:57.677Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:57.677Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077757674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:57.777Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:57.779Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:57.779Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:57.803Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:57.804Z||pool-66-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:35:58.678Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a55049c5-c0bf-48f4-bd08-e46b65ed76ad from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-06T17:35:58.679Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-10-06T17:35:58.679Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-06T17:35:58.774Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-10-06T17:35:58.775Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a55049c5-c0bf-48f4-bd08-e46b65ed76ad 903 2022-10-06T17:35:58.776Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-06T17:35:58.776Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-06T17:35:58.776Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:35:58.777Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:58.780Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:58.780Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077758776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:35:58.880Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:35:58.881Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:35:58.881Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:35:58.899Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:35:58.900Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:35:59.785Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 1830e883-59c2-4f37-9782-50f194f05cab 2022-10-06T17:35:59.786Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0851474c-137c-49ed-a807-a3f6bc9e5451 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:35:59.802Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7b28ed4a, org.onap.sdc.toscaparser.api.parameters.Input@7fa017cb, org.onap.sdc.toscaparser.api.parameters.Input@1236eb1e, org.onap.sdc.toscaparser.api.parameters.Input@3e6cd5c, org.onap.sdc.toscaparser.api.parameters.Input@3f9832d7] 2022-10-06T17:35:59.804Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.804Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.804Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-10-06T17:35:59.805Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 75ea3b15-0ca8-43a9-a51d-67416bdccdc9 2022-10-06T17:35:59.805Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 75ea3b15-0ca8-43a9-a51d-67416bdccdc9 matches Tosca VF Customization UUID: 75ea3b15-0ca8-43a9-a51d-67416bdccdc9 2022-10-06T17:35:59.805Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 75ea3b15-0ca8-43a9-a51d-67416bdccdc9 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-06T17:35:59.807Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.807Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.808Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 75ea3b15-0ca8-43a9-a51d-67416bdccdc9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"} 2022-10-06T17:35:59.808Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@500bb47d 2022-10-06T17:35:59.808Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.809Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:35:59.809Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 86410fe3-d670-4531-be08-c4c04e794f21 2022-10-06T17:35:59.809Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 86410fe3-d670-4531-be08-c4c04e794f21 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-06T17:35:59.812Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.812Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:59.813Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:59.813Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.813Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:59.813Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:59.814Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.814Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-10-06T17:35:59.814Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-06T17:35:59.814Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-06T17:35:59.815Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6b897492-800b-4b4d-afeb-6fe54ab9d191 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-06T17:35:59.817Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.817Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:59.818Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:35:59.818Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.818Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-10-06T17:35:59.818Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=75ea3b15-0ca8-43a9-a51d-67416bdccdc9 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:35:59.820Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.821Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.821Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 1830e883-59c2-4f37-9782-50f194f05cab: basic_vm 2022-10-06T17:35:59.821Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.821Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.821Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.822Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.822Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.822Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.823Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.823Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.823Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:35:59.824Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:35:59.824Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:35:59.906Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0851474c-137c-49ed-a807-a3f6bc9e5451 1 ASDC deployResourceStructure 2022-10-06T17:35:59.906Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-10-06T17:35:59.906Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-10-06T17:35:59.906Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:35:59.906Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:35:59.908Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:35:59.908Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077759906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:36:00.009Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:36:00.009Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:36:00.010Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:36:00.063Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:36:00.063Z||pool-68-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:36:00.909Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-06T17:36:00.909Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-10-06T17:36:00.909Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:36:00.910Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:36:00.912Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:36:00.912Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077760909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:36:01.012Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:36:01.013Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:36:01.014Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:36:01.030Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:36:01.031Z||pool-69-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:36:01.913Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-06T17:36:01.913Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-10-06T17:36:01.913Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:36:01.913Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:36:01.915Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:36:01.916Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077761913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-06T17:36:02.016Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:36:02.017Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:36:02.017Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:36:02.031Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:36:02.032Z||pool-70-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:36:02.917Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-10-06T17:36:02.917Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-10-06T17:36:02.918Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:36:02.919Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:36:02.922Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:36:02.922Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077762916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:36:03.022Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:36:03.023Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:36:03.023Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:36:03.048Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:36:03.048Z||pool-71-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:36:03.927Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:36:03.938Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:36:03.940Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:36:03.940Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:36:03.940Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:36:33.941Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:36:33.957Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:36:33.960Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:36:33.960Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:36:33.960Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:36:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:36:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:36:53.106Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:36:53.138Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:36:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.139Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "aai-ml", "timestamp": 1665077634694, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:36:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 2022-10-06T17:36:53.157Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:36:53.167Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.167Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077628350, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:36:53.167Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:36:53.168Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.168Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077637023, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:36:53.168Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:36:53.168Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.168Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665077638032, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:36:53.172Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 2022-10-06T17:36:53.173Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:36:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077643363, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:36:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:36:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077645369, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:36:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:36:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "clamp", "timestamp": 1665077646376, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:36:53.185Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce 2022-10-06T17:36:53.186Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:36:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0c1baa52-e417-47d8-b338-1aaaddb8fcb6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077686524, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:36:53.194Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:36:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:36:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:36:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-10-06T17:36:53.195Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:36:53.196Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.197Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-10-06T17:36:53.197Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:36:53.197Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:36:53.197Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:36:53.197Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:03.961Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:37:03.972Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:37:03.975Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:37:03.976Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:37:03.977Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:37:03.977Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:37:03.977Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:37:03.985Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:37:33.986Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:37:33.992Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and serviceModelVersionId: 1830e883-59c2-4f37-9782-50f194f05cab 2022-10-06T17:37:33.993Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f513eb4e-220f-427e-bca5-e99fe4cfda66 2022-10-06T17:37:33.994Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0 2022-10-06T17:37:34.001Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:37:34.057Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0|INFO|500||Invoke 2022-10-06T17:37:34.057Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c9b49331-9326-40a3-96f9-c379dd3f06c9], X-ECOMP-RequestID=[6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce], X-TransactionId=[], X-ONAP-RequestID=[6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce], Content-Type=[application/merge-patch+json]} 2022-10-06T17:37:34.080Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:37:34.205Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?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/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221006-17:37:35:421-33872], vertex-id=[180336], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:37:35 GMT], Content-Type=[application/json]} 2022-10-06T17:37:34.205Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:37:34.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f513eb4e-220f-427e-bca5-e99fe4cfda66/model-vers/model-ver/1830e883-59c2-4f37-9782-50f194f05cab?depth=0|INFO|500||InvokeReturn 2022-10-06T17:37:34.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:37:34.207Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:37:34.228Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:37:34.228Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:37:34.229Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:37:34.229Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:37:34.232Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:37:34.232Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077854229, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:37:34.332Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:37:34.333Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:37:34.333Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:37:34.380Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:37:34.381Z||pool-72-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:37:35.245Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:37:35.245Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:37:35.245Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:37:44.816Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:37:44.818Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:37:44.818Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:37:44.819Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:37:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:37:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:37:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:37:53.174Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:37:53.174Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.175Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077550245, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.176Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077696811, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077699699, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077700753, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.177Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077701848, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077702984, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077704089, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077705259, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077706265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:37:53.178Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077707269, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077708275, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077709279, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.179Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077710284, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "3dd7fcf6-a49d-4490-97ab-42a368cd3c25", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077741544, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.180Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:37:53.181Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-10-06T17:37:54.479Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:37:54.480Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:37:54.480Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:37:54.481Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:38:04.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:38:04.048Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:38:04.048Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:38:04.048Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:38:13.635Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:38:13.636Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:38:13.636Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:38:13.636Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:38:23.215Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:38:23.215Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:38:23.216Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:38:23.216Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:38:32.788Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:38:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:38:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:38:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:38:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:38:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:38:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:38:53.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:38:53.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077742559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077754207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077756567, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077757674, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077758776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077759906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077760909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077761913, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:38:53.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077762916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:38:53.246Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:39:02.715Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:39:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:39:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:39:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:39:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:39:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:39:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:39:53.631Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:39:53.632Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:39:53.632Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665077854229, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:39:53.633Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:02.674Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:53.101Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:40:53.102Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:40:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:40:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:40:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:53.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:53.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.742Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8a8e471c-f8ef-49eb-8dd1-44f9118ed567","serviceName":"Demo_pNF_8RW88fTqOX2OZVbWt6d1","serviceVersion":"1.0","serviceUUID":"41efaa9d-cef1-47b9-824a-51736ec2de65","serviceDescription":"catalog service description","serviceInvariantUUID":"feb0104b-44c8-47e0-922c-f0ca6447e568","resources":[{"resourceInstanceName":"pNF 587f3c35-e616 0","resourceName":"pNF 587f3c35-e616","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5","resourceInvariantUUID":"750e4c1e-45ca-44a7-9e38-16ddf0c842a5","resourceCustomizationUUID":"f3c98f4a-9724-4760-b0b2-411a75de1437","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml","artifactChecksum":"N2QxZGYwNTE2YmE1ZjMzZjdiZjRkMWUzZDNiNzJlMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"bc60411d-cba5-4277-bc42-e98d918d437d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar","artifactChecksum":"NGM4YmY1NzkxMzYxMzhmMmVmYTdiMGRmMzU3MTc5NWQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6259baf5-5482-4691-9591-ed4852b44201","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1d24893e-e046-40b4-8874-97657324d675","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml","artifactChecksum":"Y2NiMzcyYjhlOWZlZDk5ZDI4Nzg0OWZkY2QxMDNmNTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"84c4bb59-19ef-4b57-bc53-45d5167bc7e0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b9eeae29-3095-4852-9d92-dd12a77689e7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f43e1560-9df7-4f32-8e97-271c23037c86","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml","artifactChecksum":"NjE4MDExY2QwMmFhYjRlYTJhZmNiMDA4YjI3YTBjZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af9814f2-92c7-4519-a886-4d30c6199f6b","artifactVersion":"1"},{"artifactName":"service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar","artifactChecksum":"MWFmN2JiYjA4YzNkN2FmMmUxZTNkMjhiNzY1ODIxYzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f5fea204-15ec-451a-a2d3-86a4ed35ca6d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:40:53.745Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:53.745Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:53.746Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:53.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.748Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:53.748Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.754Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078008441, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.755Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078004309, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.757Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078020085, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:40:53.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.758Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078019420, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:40:53.758Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "cds", "timestamp": 1665078020438, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:40:53.782Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 2022-10-06T17:40:53.783Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:40:53.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.794Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.794Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.794Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.795Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.795Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.795Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.796Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.797Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-06T17:40:53.798Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.798Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.798Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078016195, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:40:53.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.799Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.799Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.799Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078024976, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:40:53.800Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078025399, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078017237, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078018350, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:40:53.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "aai-ml", "timestamp": 1665078026404, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:40:53.814Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 2022-10-06T17:40:53.814Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:40:53.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.823Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078025996, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:40:53.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.824Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078027192, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:40:53.824Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078027026, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.825Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.826Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078028197, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:40:53.831Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 2022-10-06T17:40:53.832Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:40:53.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "multicloud-k8s-id", "timestamp": 1665078019331, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:40:53.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:40:53.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "ves-openapi-manager", "timestamp": 1665078028028, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:40:53.846Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 2022-10-06T17:40:53.847Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and ComponentName 2022-10-06T17:40:53.850Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:40:53.851Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:53.851Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:40:53.858Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078037389, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:40:53.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.859Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.859Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078039398, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:40:53.859Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:40:53.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:40:53.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "clamp", "timestamp": 1665078040402, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:40:53.864Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 2022-10-06T17:40:53.865Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:40:53.897Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:53.898Z||pool-73-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:40:54.749Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:54.749Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:54.751Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:54.752Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:54.852Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:40:54.853Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:54.853Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:54.890Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:54.891Z||pool-74-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:40:55.752Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:55.752Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:55.755Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:55.755Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:55.855Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:40:55.856Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:55.856Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:55.871Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:55.872Z||pool-75-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:40:56.756Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:56.757Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:56.759Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:56.759Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:56.859Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:40:56.860Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:56.860Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:56.876Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:56.877Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:40:57.761Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:57.761Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:57.764Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:57.764Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:57.864Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:40:57.865Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:57.865Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:57.910Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:57.910Z||pool-77-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:40:58.764Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:58.765Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:58.767Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:58.767Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:58.867Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:40:58.869Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:58.869Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:58.887Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:58.887Z||pool-78-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:40:59.768Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:40:59.768Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:40:59.770Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:40:59.771Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:40:59.871Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:40:59.872Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:40:59.872Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:40:59.896Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:40:59.896Z||pool-79-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:41:00.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:41:00.773Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:41:00.776Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:41:00.776Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:41:00.878Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-10-06T17:41:00.880Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:41:00.880Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:41:00.900Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:41:00.900Z||pool-80-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:41:01.777Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "serviceName": "Demo_pNF_8RW88fTqOX2OZVbWt6d1", "serviceVersion": "1.0", "serviceUUID": "41efaa9d-cef1-47b9-824a-51736ec2de65", "serviceDescription": "catalog service description", "serviceInvariantUUID": "feb0104b-44c8-47e0-922c-f0ca6447e568", "resources": [ { "resourceInstanceName": "pNF 587f3c35-e616 0", "resourceCustomizationUUID": "f3c98f4a-9724-4760-b0b2-411a75de1437", "resourceName": "pNF 587f3c35-e616", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5", "resourceInvariantUUID": "750e4c1e-45ca-44a7-9e38-16ddf0c842a5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "artifactChecksum": "MWFmN2JiYjA4YzNkN2FmMmUxZTNkMjhiNzY1ODIxYzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f5fea204-15ec-451a-a2d3-86a4ed35ca6d" } ], "workloadContext": "Production" } 2022-10-06T17:41:01.777Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:41:01.777Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41efaa9d-cef1-47b9-824a-51736ec2de65 ASDC 2022-10-06T17:41:01.778Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8a8e471c-f8ef-49eb-8dd1-44f9118ed567 ServiceName:Demo_pNF_8RW88fTqOX2OZVbWt6d1 ServiceVersion:1.0 ServiceUUID:41efaa9d-cef1-47b9-824a-51736ec2de65 ServiceInvariantUUID:feb0104b-44c8-47e0-922c-f0ca6447e568 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar ArtifactUUID:f5fea204-15ec-451a-a2d3-86a4ed35ca6d ArtifactChecksum:MWFmN2JiYjA4YzNkN2FmMmUxZTNkMjhiNzY1ODIxYzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 587f3c35-e616 0 ResourceCustomizationUUID:f3c98f4a-9724-4760-b0b2-411a75de1437 ResourceInvariantUUID:750e4c1e-45ca-44a7-9e38-16ddf0c842a5 ResourceName:pNF 587f3c35-e616 ResourceType:PNF ResourceUUID:a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-06T17:41:01.778Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41efaa9d-cef1-47b9-824a-51736ec2de65 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:41:01.806Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:41:01.806Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-06T17:41:01.807Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-06T17:41:01.807Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f5fea204-15ec-451a-a2d3-86a4ed35ca6d from URL: /sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:01.807Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-10-06T17:41:01.807Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:01.878Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-10-06T17:41:01.882Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar f5fea204-15ec-451a-a2d3-86a4ed35ca6d 87781 2022-10-06T17:41:01.883Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar ASDC sendASDCNotification 2022-10-06T17:41:01.883Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:01.883Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:41:01.883Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:41:01.885Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:41:01.885Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078061883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:41:01.988Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-10-06T17:41:01.989Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:41:01.989Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:41:02.006Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:41:02.006Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:41:02.886Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:41:02.887Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-10-06T17:41:02.888Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f5fea204-15ec-451a-a2d3-86a4ed35ca6d, URL: /sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar to file: /app/ASDC/1/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:02.890Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:02.891Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:02.891Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:03.073Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5477786835698447168/Definitions/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml 2022-10-06T17:41:04.021Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:41:04.021Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 587f3c35-e616 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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.022Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-10-06T17:41:04.023Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.023Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.023Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Node template pNF 587f3c35-e616 0 is matching search criteria 2022-10-06T17:41:04.023Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 587f3c35-e616 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Node template pNF 587f3c35-e616 0 is matching search criteria 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 587f3c35-e616 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:41:04.024Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.025Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.026Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.026Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.026Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_8RW88fTqOX2OZVbWt6d1 Description:catalog service description Model UUID:41efaa9d-cef1-47b9-824a-51736ec2de65 Model Version:NULL Model InvariantUuid:feb0104b-44c8-47e0-922c-f0ca6447e568 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:41:04.032Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:41:04.037Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||pNF 587f3c35-e616 0 2022-10-06T17:41:04.037Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5 2022-10-06T17:41:04.037Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 41efaa9d-cef1-47b9-824a-51736ec2de65 2022-10-06T17:41:04.037Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 41efaa9d-cef1-47b9-824a-51736ec2de65 2022-10-06T17:41:04.037Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 587f3c35-e616 0 a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:41:04.042Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@318c08b5, org.onap.sdc.toscaparser.api.parameters.Input@529cf95c, org.onap.sdc.toscaparser.api.parameters.Input@6facf55f, org.onap.sdc.toscaparser.api.parameters.Input@2a039a11, org.onap.sdc.toscaparser.api.parameters.Input@7b9bf644] 2022-10-06T17:41:04.042Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.043Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.043Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 41efaa9d-cef1-47b9-824a-51736ec2de65: pNF 587f3c35-e616 2022-10-06T17:41:04.043Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Processing PNF resource: a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5 2022-10-06T17:41:04.043Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:41:04.043Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_8RW88fTqOX2OZVbWt6d1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:41:04.043Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Resource customization UUID: f3c98f4a-9724-4760-b0b2-411a75de1437 is the same as notified resource customizationUUID: f3c98f4a-9724-4760-b0b2-411a75de1437 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-06T17:41:04.081Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 587f3c35-e616 a3e7341b-9847-4ebe-8d2f-1e4c9e61c2c5 0 ASDC deployResourceStructure 2022-10-06T17:41:04.082Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar ASDC sendASDCNotification 2022-10-06T17:41:04.082Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar 2022-10-06T17:41:04.082Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:41:04.082Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:41:04.085Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:41:04.085Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078064082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:41:04.185Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:41:04.186Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:41:04.186Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:41:04.206Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:41:04.207Z||pool-82-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:41:05.086Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:41:05.100Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:41:05.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:41:05.113Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:41:35.113Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:41:35.126Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and serviceModelVersionId: 41efaa9d-cef1-47b9-824a-51736ec2de65 2022-10-06T17:41:35.127Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : feb0104b-44c8-47e0-922c-f0ca6447e568 2022-10-06T17:41:35.127Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0 2022-10-06T17:41:35.131Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:41:35.183Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0|INFO|500||Invoke 2022-10-06T17:41:35.183Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8a8e471c-f8ef-49eb-8dd1-44f9118ed567], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8e881cef-cb0f-4903-ab9d-51eb9a05bf59], X-ECOMP-RequestID=[8a8e471c-f8ef-49eb-8dd1-44f9118ed567], X-TransactionId=[], X-ONAP-RequestID=[8a8e471c-f8ef-49eb-8dd1-44f9118ed567], Content-Type=[application/merge-patch+json]} 2022-10-06T17:41:35.213Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:41:35.308Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?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/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221006-17:41:36:564-16886], vertex-id=[180344], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:41:36 GMT], Content-Type=[application/json]} 2022-10-06T17:41:35.309Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:41:35.309Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/feb0104b-44c8-47e0-922c-f0ca6447e568/model-vers/model-ver/41efaa9d-cef1-47b9-824a-51736ec2de65?depth=0|INFO|500||InvokeReturn 2022-10-06T17:41:35.310Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:41:35.310Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:41:35.327Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:41:35.328Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8a8e471c-f8ef-49eb-8dd1-44f9118ed567 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:41:35.328Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:41:35.328Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:41:35.330Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:41:35.330Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078095328, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:41:35.431Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-06T17:41:35.432Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:41:35.432Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:41:35.451Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:41:35.452Z||pool-83-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:41:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:41:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:41:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:41:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:41:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:41:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:41:53.239Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:41:53.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:41:53.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:41:53.240Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:02.701Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:42:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:42:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:42:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:42:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:42:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:42:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:42:53.659Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:42:53.660Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.660Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:42:53.661Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.661Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.661Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:42:53.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:42:53.662Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.662Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.662Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/resourceInstances/pnf587f3c35e6160/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:42:53.663Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078053101, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078061883, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:42:53.664Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078064082, "artifactURL": "/sdc/v1/catalog/services/DemoPnf8rw88ftqox2ozvbwt6d1/1.0/artifacts/service-DemoPnf8rw88ftqox2ozvbwt6d1-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:42:53.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:42:53.665Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-10-06T17:42:53.665Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8a8e471c-f8ef-49eb-8dd1-44f9118ed567", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078095328, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:42:53.665Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:43:02.675Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:43:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:43:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:43:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:43:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:43:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:43:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:44:02.670Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:44:02.671Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:44:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:44:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:44:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:44:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:44:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:44:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:45:02.676Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:45:02.707Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:45:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:45:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:45:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:45:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:45:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:45:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:46:02.694Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:46:02.699Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:46:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:46:53.103Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:46:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:46:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:46:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:46:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:47:02.673Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:47:02.680Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:47:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:47:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:47:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:47:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:47:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:47:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:48:02.675Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:48:02.677Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:48:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:48:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:48:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:48:53.103Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:48:53.104Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:48:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:49:02.668Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:49:02.684Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:49:53.101Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:49:53.102Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:49:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:49:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:49:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:49:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:49:58.570Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:49:58.571Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-06T17:49:58.572Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d5d9917-6463-42f7-8670-a905c6165032","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"3ed859f5-932d-4c81-a135-01669aff3073","serviceDescription":"service","serviceInvariantUUID":"7a3e4f97-21f3-49a7-be13-bc370fb749cf","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"885f04b6-aedf-4204-9c97-b824e423fc8b","resourceInvariantUUID":"82e57ca3-b60d-44a9-b559-c055275ba79f","resourceCustomizationUUID":"1dedafef-74ef-4a9a-b447-31664280ccdf","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":"NWQ5ZGQ5NDkxNWVkM2JiOGViMWJmYjUwNGQwYzQ0NDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3c81d61-d229-40cf-99da-2659f957d408","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":"Yzg1NzI5ZGY3YTc0MzA1OGFjMGRiOGIwMmJlZTJmNjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"27267b97-789d-4ffe-a841-002f2ad800f0","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":"a1a5fa9c-d981-4ec6-812b-c4f414bcc068","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":"3be83335-fdbc-4502-8460-efd08c43dc05","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":"0d19a264-a550-4558-93a1-d7e0f7d492ab","artifactVersion":"2","generatedFromUUID":"d2597331-58c8-4f1c-bf03-939b19d276e4"},{"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":"82367a2a-944c-4eb6-94be-d79cef31eb9a","artifactVersion":"2","generatedFromUUID":"a1a5fa9c-d981-4ec6-812b-c4f414bcc068"},{"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":"d2597331-58c8-4f1c-bf03-939b19d276e4","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":"1d5560d5-3b14-4d39-9eb0-7ca9bbad3e91","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":"YzZiYWRiNzk2MjU1NDM0YmJhODI0YjkyNWE0NWY4Y2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70d83649-b9a3-4e98-a15c-5014b795e112","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YjFhNTRhZDA2ZjEyOGY0NzFiYjBmMDcxNTcxMmQ5NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"bbc08988-f3e0-44ab-9244-78b51b279d8e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:49:58.575Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:49:58.575Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:49:58.579Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:49:58.580Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:49:58.680Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:49:58.681Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:49:58.681Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:49:58.694Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:49:58.694Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:49:58.812Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:49:58.813Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:49:58.813Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:49:58.814Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:49:58.814Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:49:58.815Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:49:58.815Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:49:59.580Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:49:59.581Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:49:59.583Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:49:59.583Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:49:59.683Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:49:59.684Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:49:59.684Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:49:59.709Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:49:59.710Z||pool-85-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:00.584Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:00.584Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:00.587Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:00.587Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-06T17:50:00.687Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:50:00.688Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:00.688Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:00.713Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:00.714Z||pool-86-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:01.588Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:01.588Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:01.591Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:01.591Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:50:01.691Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:01.692Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:01.692Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:01.711Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:01.712Z||pool-87-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:02.591Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:02.592Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:02.594Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:02.594Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-06T17:50:02.694Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:02.695Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:02.695Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:02.721Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:02.721Z||pool-88-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:03.595Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:03.595Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:03.597Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:03.598Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-06T17:50:03.698Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:50:03.698Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:03.699Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:03.714Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:03.714Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:04.598Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:04.599Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:04.601Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:04.601Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-06T17:50:04.701Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:04.702Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:04.702Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:04.744Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:04.744Z||pool-90-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:05.602Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:05.602Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:05.605Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:05.605Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:50:05.704Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:50:05.710Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:05.711Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:05.738Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:05.738Z||pool-91-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:06.606Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:06.606Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:06.609Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:06.609Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:50:06.709Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:06.710Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:06.710Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:06.730Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:06.731Z||pool-92-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:07.609Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:50:07.610Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:07.614Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:07.614Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:50:07.714Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:07.715Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:07.715Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:07.748Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:07.748Z||pool-93-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:08.615Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "3ed859f5-932d-4c81-a135-01669aff3073", "serviceDescription": "service", "serviceInvariantUUID": "7a3e4f97-21f3-49a7-be13-bc370fb749cf", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "1dedafef-74ef-4a9a-b447-31664280ccdf", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "885f04b6-aedf-4204-9c97-b824e423fc8b", "resourceInvariantUUID": "82e57ca3-b60d-44a9-b559-c055275ba79f", "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": "Yzg1NzI5ZGY3YTc0MzA1OGFjMGRiOGIwMmJlZTJmNjM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "27267b97-789d-4ffe-a841-002f2ad800f0", "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": "a1a5fa9c-d981-4ec6-812b-c4f414bcc068", "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": "82367a2a-944c-4eb6-94be-d79cef31eb9a", "generatedFromUUID": "a1a5fa9c-d981-4ec6-812b-c4f414bcc068" }, "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": "0d19a264-a550-4558-93a1-d7e0f7d492ab", "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": "82367a2a-944c-4eb6-94be-d79cef31eb9a", "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": "d2597331-58c8-4f1c-bf03-939b19d276e4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "YjFhNTRhZDA2ZjEyOGY0NzFiYjBmMDcxNTcxMmQ5NTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bbc08988-f3e0-44ab-9244-78b51b279d8e" } ], "workloadContext": "Production" } 2022-10-06T17:50:08.615Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:50:08.616Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 3ed859f5-932d-4c81-a135-01669aff3073 ASDC 2022-10-06T17:50:08.616Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:9d5d9917-6463-42f7-8670-a905c6165032 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:3ed859f5-932d-4c81-a135-01669aff3073 ServiceInvariantUUID:7a3e4f97-21f3-49a7-be13-bc370fb749cf 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:bbc08988-f3e0-44ab-9244-78b51b279d8e ArtifactChecksum:YjFhNTRhZDA2ZjEyOGY0NzFiYjBmMDcxNTcxMmQ5NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:1dedafef-74ef-4a9a-b447-31664280ccdf ResourceInvariantUUID:82e57ca3-b60d-44a9-b559-c055275ba79f ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:885f04b6-aedf-4204-9c97-b824e423fc8b 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:27267b97-789d-4ffe-a841-002f2ad800f0 ArtifactChecksum:Yzg1NzI5ZGY3YTc0MzA1OGFjMGRiOGIwMmJlZTJmNjM= 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:a1a5fa9c-d981-4ec6-812b-c4f414bcc068 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:82367a2a-944c-4eb6-94be-d79cef31eb9a 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:0d19a264-a550-4558-93a1-d7e0f7d492ab 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:82367a2a-944c-4eb6-94be-d79cef31eb9a 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:d2597331-58c8-4f1c-bf03-939b19d276e4 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-06T17:50:08.617Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3ed859f5-932d-4c81-a135-01669aff3073 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:50:08.696Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:50:08.701Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:50:08.701Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:50:08.702Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bbc08988-f3e0-44ab-9244-78b51b279d8e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:08.702Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:50:08.702Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:08.861Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:50:08.868Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar bbc08988-f3e0-44ab-9244-78b51b279d8e 162986 2022-10-06T17:50:08.869Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-06T17:50:08.869Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:08.869Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:50:08.869Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:08.872Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:08.872Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078608869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:50:08.978Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-10-06T17:50:08.979Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:08.980Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:08.998Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:09.002Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:09.873Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:50:09.874Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:50:09.874Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: bbc08988-f3e0-44ab-9244-78b51b279d8e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:09.874Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-10-06T17:50:09.875Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:09.875Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:10.048Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9586526232568174659/Definitions/service-BasicCnfMacro-template.yml Log warning: The required parameter "compute_dummy_base_name" is not provided 2022-10-06T17:50:11.250Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:50:11.250Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-06T17:50:11.250Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:11.251Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-10-06T17:50:11.251Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:11.251Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:11.251Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:11.251Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:11.252Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-06T17:50:11.252Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.252Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.253Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:11.253Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-06T17:50:11.253Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:50:11.254Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.254Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.254Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:11.254Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-06T17:50:11.255Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:50:11.255Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.255Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.256Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.256Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-06T17:50:11.256Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-10-06T17:50:11.256Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-10-06T17:50:11.257Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-06T17:50:11.257Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.257Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:50:11.258Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.258Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:11.258Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:50:11.259Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.259Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:11.259Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:50:11.260Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.260Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:11.260Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:50:11.261Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.261Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:11.262Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:50:11.262Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.262Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-10-06T17:50:11.262Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-10-06T17:50:11.263Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e0530776-8f50-491a-81db-7d753a9d7303 2022-10-06T17:50:11.263Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.263Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.263Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.264Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.264Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.264Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.265Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:11.265Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:11.265Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:3ed859f5-932d-4c81-a135-01669aff3073 Model Version:NULL Model InvariantUuid:7a3e4f97-21f3-49a7-be13-bc370fb749cf Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:27e62314-885a-462c-9bd1-fff3d0002e59 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:82e57ca3-b60d-44a9-b559-c055275ba79f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1dedafef-74ef-4a9a-b447-31664280ccdf NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:db766a00-2fd2-4552-b36f-537323360190 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:517dbc0f-d74f-4ad8-b1dc-b9b60c21de62 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:e411b9f3-e1c1-47bf-a736-f24254da16a7 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:1056705c-6ecb-421a-9d64-576273d8ec8a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e0530776-8f50-491a-81db-7d753a9d7303 ModelInvariantUuid:dc29eb03-656a-406e-93e0-41a5d8fc92a7 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:1d2c3648-33be-4b7f-9f82-3b31e4f9476b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:8083392f-2d5f-4243-833d-78afaab0984a ModelInvariantUuid:d3a608f6-11b5-4ea5-9f57-c013a6988573 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:c0717764-638e-42b8-9e64-fe67e550ae1a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:50:11.271Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 885f04b6-aedf-4204-9c97-b824e423fc8b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:50:11.275Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||basic_cnf_macro 0 2022-10-06T17:50:11.275Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 885f04b6-aedf-4204-9c97-b824e423fc8b 2022-10-06T17:50:11.275Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 27267b97-789d-4ffe-a841-002f2ad800f0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-06T17:50:11.276Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:50:11.276Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-06T17:50:11.411Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:50:11.412Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 27267b97-789d-4ffe-a841-002f2ad800f0 1565 2022-10-06T17:50:11.412Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-06T17:50:11.412Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-06T17:50:11.412Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:50:11.413Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:11.415Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:11.415Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078611412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:50:11.515Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:11.516Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:11.517Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:11.560Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:11.560Z||pool-95-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:12.416Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "e411b9f3-e1c1-47bf-a736-f24254da16a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1056705c-6ecb-421a-9d64-576273d8ec8a", "vfModuleModelCustomizationUUID": "08761bab-95a5-49e2-a0de-b1d27fff6ee6", "isBase": true, "artifacts": [ "a1a5fa9c-d981-4ec6-812b-c4f414bcc068", "82367a2a-944c-4eb6-94be-d79cef31eb9a" ], "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": "db766a00-2fd2-4552-b36f-537323360190", "vfModuleModelVersion": "1", "vfModuleModelUUID": "517dbc0f-d74f-4ad8-b1dc-b9b60c21de62", "vfModuleModelCustomizationUUID": "b47a0eb8-00f5-4297-b91e-c56b8b4f3935", "isBase": false, "artifacts": [ "d2597331-58c8-4f1c-bf03-939b19d276e4" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:50:12.422Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1056705c-6ecb-421a-9d64-576273d8ec8a VfModuleModelInvariantUUID:e411b9f3-e1c1-47bf-a736-f24254da16a7 VfModuleModelDescription:NULL Artifacts UUID List:{ a1a5fa9c-d981-4ec6-812b-c4f414bcc068 , 82367a2a-944c-4eb6-94be-d79cef31eb9a } 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:517dbc0f-d74f-4ad8-b1dc-b9b60c21de62 VfModuleModelInvariantUUID:db766a00-2fd2-4552-b36f-537323360190 VfModuleModelDescription:NULL Artifacts UUID List:{ d2597331-58c8-4f1c-bf03-939b19d276e4 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-06T17:50:12.425Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "e411b9f3-e1c1-47bf-a736-f24254da16a7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "1056705c-6ecb-421a-9d64-576273d8ec8a", "vfModuleModelCustomizationUUID": "08761bab-95a5-49e2-a0de-b1d27fff6ee6", "isBase": true, "artifacts": [ "a1a5fa9c-d981-4ec6-812b-c4f414bcc068", "82367a2a-944c-4eb6-94be-d79cef31eb9a" ], "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": "db766a00-2fd2-4552-b36f-537323360190", "vfModuleModelVersion": "1", "vfModuleModelUUID": "517dbc0f-d74f-4ad8-b1dc-b9b60c21de62", "vfModuleModelCustomizationUUID": "b47a0eb8-00f5-4297-b91e-c56b8b4f3935", "isBase": false, "artifacts": [ "d2597331-58c8-4f1c-bf03-939b19d276e4" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:50:12.425Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:1056705c-6ecb-421a-9d64-576273d8ec8a VfModuleModelInvariantUUID:e411b9f3-e1c1-47bf-a736-f24254da16a7 VfModuleModelDescription:NULL Artifacts UUID List:{ a1a5fa9c-d981-4ec6-812b-c4f414bcc068 , 82367a2a-944c-4eb6-94be-d79cef31eb9a } 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:517dbc0f-d74f-4ad8-b1dc-b9b60c21de62 VfModuleModelInvariantUUID:db766a00-2fd2-4552-b36f-537323360190 VfModuleModelDescription:NULL Artifacts UUID List:{ d2597331-58c8-4f1c-bf03-939b19d276e4 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-10-06T17:50:12.426Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a1a5fa9c-d981-4ec6-812b-c4f414bcc068 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-06T17:50:12.426Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:50:12.427Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-06T17:50:12.514Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:50:12.515Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml a1a5fa9c-d981-4ec6-812b-c4f414bcc068 914 2022-10-06T17:50:12.515Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-06T17:50:12.515Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-06T17:50:12.515Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:50:12.516Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:12.518Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:12.518Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078612515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:50:12.618Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:12.619Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:12.619Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:12.641Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:12.641Z||pool-96-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:13.518Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d19a264-a550-4558-93a1-d7e0f7d492ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-06T17:50:13.519Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:50:13.519Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-06T17:50:13.620Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:50:13.621Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 0d19a264-a550-4558-93a1-d7e0f7d492ab 12 2022-10-06T17:50:13.621Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-06T17:50:13.621Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-10-06T17:50:13.621Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:50:13.621Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:13.623Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:13.624Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078613621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:50:13.724Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:13.725Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:13.725Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:13.764Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:13.764Z||pool-97-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"count":1} 2022-10-06T17:50:14.624Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 82367a2a-944c-4eb6-94be-d79cef31eb9a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-06T17:50:14.624Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:50:14.625Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-06T17:50:14.675Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:50:14.675Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 82367a2a-944c-4eb6-94be-d79cef31eb9a 96 2022-10-06T17:50:14.676Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-06T17:50:14.676Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-06T17:50:14.676Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:50:14.676Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:14.678Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:14.678Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078614675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:50:14.779Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:50:14.779Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:14.780Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:14.798Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:14.799Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:15.679Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d2597331-58c8-4f1c-bf03-939b19d276e4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-06T17:50:15.679Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:50:15.680Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-06T17:50:15.729Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:50:15.730Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz d2597331-58c8-4f1c-bf03-939b19d276e4 20206 2022-10-06T17:50:15.730Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-06T17:50:15.730Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-10-06T17:50:15.730Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:50:15.731Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:15.732Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:15.732Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078615730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-06T17:50:15.832Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:15.833Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:15.833Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:15.847Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:15.847Z||pool-99-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:16.736Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3ed859f5-932d-4c81-a135-01669aff3073 2022-10-06T17:50:16.736Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 885f04b6-aedf-4204-9c97-b824e423fc8b ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:50:16.744Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@8ab916f, org.onap.sdc.toscaparser.api.parameters.Input@447c079b, org.onap.sdc.toscaparser.api.parameters.Input@2d3cd7ac, org.onap.sdc.toscaparser.api.parameters.Input@15712b5b, org.onap.sdc.toscaparser.api.parameters.Input@4105e073] 2022-10-06T17:50:16.746Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.746Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.746Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-06T17:50:16.746Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1dedafef-74ef-4a9a-b447-31664280ccdf 2022-10-06T17:50:16.747Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1dedafef-74ef-4a9a-b447-31664280ccdf matches Tosca VF Customization UUID: 1dedafef-74ef-4a9a-b447-31664280ccdf 2022-10-06T17:50:16.747Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1dedafef-74ef-4a9a-b447-31664280ccdf matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-06T17:50:16.749Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.749Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.749Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1dedafef-74ef-4a9a-b447-31664280ccdf: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"} 2022-10-06T17:50:16.749Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@329c80cd 2022-10-06T17:50:16.750Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.750Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:50:16.750Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b47a0eb8-00f5-4297-b91e-c56b8b4f3935 2022-10-06T17:50:16.750Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b47a0eb8-00f5-4297-b91e-c56b8b4f3935 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-06T17:50:16.752Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.752Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:16.752Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:50:16.753Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.753Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:16.753Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:50:16.753Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.753Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-10-06T17:50:16.754Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1dedafef-74ef-4a9a-b447-31664280ccdf Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:50:16.755Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.755Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.755Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3ed859f5-932d-4c81-a135-01669aff3073: basic_cnf_macro 2022-10-06T17:50:16.755Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.757Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:50:16.757Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:50:16.757Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:50:16.801Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 885f04b6-aedf-4204-9c97-b824e423fc8b 2 ASDC deployResourceStructure 2022-10-06T17:50:16.801Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-10-06T17:50:16.801Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-10-06T17:50:16.801Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:50:16.801Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:16.803Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:16.803Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078616801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:50:16.903Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:16.904Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:16.904Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:16.919Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:16.920Z||pool-100-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:17.804Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-10-06T17:50:17.804Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-10-06T17:50:17.805Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:50:17.805Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:17.808Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:17.808Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078617804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:50:17.908Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:17.909Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:17.909Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:17.929Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:17.930Z||pool-101-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:18.808Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-10-06T17:50:18.809Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-10-06T17:50:18.809Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-06T17:50:18.809Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:18.811Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:18.811Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078618808, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:50:18.912Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:18.913Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:18.913Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:18.926Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:18.927Z||pool-102-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:19.813Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-10-06T17:50:19.813Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-10-06T17:50:19.813Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:50:19.814Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:19.816Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:19.816Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078619813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-06T17:50:19.916Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:19.917Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:19.917Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:19.951Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:19.951Z||pool-103-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:20.817Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-10-06T17:50:20.817Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-10-06T17:50:20.817Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-10-06T17:50:20.818Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:20.820Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:20.820Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078620817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:50:20.921Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:50:20.922Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:20.923Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:20.943Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:20.944Z||pool-104-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:50:21.821Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-10-06T17:50:21.821Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-10-06T17:50:21.821Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:50:21.821Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:50:21.826Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:50:21.827Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078621820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:50:21.923Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-10-06T17:50:21.924Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:50:21.924Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:21.937Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:21.938Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:50:22.827Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:50:22.852Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:50:22.855Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:50:22.855Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:50:22.855Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:50:52.856Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:50:52.870Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:50:52.872Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:50:52.872Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:50:52.872Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:50:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:50:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:50:53.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:50:53.144Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:50:53.145Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:50:53.145Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:50:53.146Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:22.874Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:51:22.890Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:51:22.892Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:51:22.892Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:51:22.892Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:51:52.892Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:51:52.909Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:51:52.914Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:51:52.915Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-10-06T17:51:52.915Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-10-06T17:51:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:51:53.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:51:53.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:51:53.128Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:51:53.153Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.153Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.155Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.155Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.155Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.156Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.156Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.156Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:51:53.156Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.156Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.156Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.157Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.157Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.157Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.157Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.157Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.157Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.158Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.158Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.158Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-06T17:51:53.158Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.158Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.159Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:51:53.159Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.159Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.159Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.159Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.159Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.160Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.160Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.160Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.160Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.160Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.160Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.161Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-10-06T17:51:53.161Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.161Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.161Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.161Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.161Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.162Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-06T17:51:53.162Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.162Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.162Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.162Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.162Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.163Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.163Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.163Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.163Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.163Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.163Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.164Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-06T17:51:53.164Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.164Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.164Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.164Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.164Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.165Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-10-06T17:51:53.165Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.165Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.165Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-06T17:51:53.165Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.166Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.166Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.166Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.167Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.167Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.167Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.167Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.167Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-10-06T17:51:53.167Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.168Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.168Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.168Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.168Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.168Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.168Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.169Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.170Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.170Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.170Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.170Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078593101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.171Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "ves-openapi-manager", "timestamp": 1665078597237, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078589309, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.172Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.173Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078609632, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.174Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.174Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.174Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078608869, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.174Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.174Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.174Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078599331, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.175Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.175Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.175Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.175Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.175Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.175Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078610333, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078611412, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.176Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.177Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.177Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "cds", "timestamp": 1665078612206, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.192Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d5d9917-6463-42f7-8670-a905c6165032 2022-10-06T17:51:53.192Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d5d9917-6463-42f7-8670-a905c6165032 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.204Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.204Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078611446, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.204Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.205Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.205Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.205Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.205Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.205Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078612499, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.206Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.206Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.206Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078612515, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.206Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.206Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.207Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.207Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.207Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.207Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078613626, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.207Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.207Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.208Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078613621, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.208Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.208Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.208Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.208Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.208Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.210Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078614675, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.211Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.211Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.211Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.211Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.211Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.211Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078614686, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.219Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d5d9917-6463-42f7-8670-a905c6165032 2022-10-06T17:51:53.220Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d5d9917-6463-42f7-8670-a905c6165032 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.230Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.230Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.231Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.231Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.231Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.231Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.232Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.232Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "multicloud-k8s-id", "timestamp": 1665078615690, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.232Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.232Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.233Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.233Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.233Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.233Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078615730, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.234Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.234Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.234Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.235Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.235Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.235Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.235Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.235Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.236Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078608441, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.236Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.236Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.236Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078616801, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.237Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.237Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.237Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.237Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.237Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.238Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.238Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.238Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.238Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.239Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.239Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.239Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.239Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.239Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.240Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078617804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.240Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.240Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.240Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078619273, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.241Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.241Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.241Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.241Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.242Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.242Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.242Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.242Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.243Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.243Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.243Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.243Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:51:53.244Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.244Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.244Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078618808, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:51:53.244Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.244Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.245Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.245Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.245Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.246Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.246Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.246Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.246Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.247Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.247Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.247Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.247Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.248Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.248Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078619813, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.248Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.248Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.249Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.249Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.249Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.249Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.250Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.250Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.250Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.251Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.251Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.251Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.251Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.252Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.252Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.252Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.252Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.252Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078620817, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-10-06T17:51:53.252Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.253Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.254Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.254Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.254Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.254Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.254Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.254Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.255Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.255Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.255Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.255Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078621820, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.255Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.256Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.256Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-06T17:51:53.256Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.256Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.256Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078613213, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.256Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.257Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.257Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.257Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.257Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.257Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.257Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.258Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.258Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.258Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.258Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.258Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.258Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.259Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.259Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.259Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.259Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.259Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078623977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.259Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.260Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.260Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.260Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.260Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.260Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.260Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "ves-openapi-manager", "timestamp": 1665078617237, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.261Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.262Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.262Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.262Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.262Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "cds", "timestamp": 1665078625306, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.283Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c71d171-7d3c-468f-a8a6-540114f7d070 2022-10-06T17:51:53.284Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c71d171-7d3c-468f-a8a6-540114f7d070 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.300Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.301Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078627067, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078627101, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.302Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.303Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.303Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.303Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.303Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.303Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.303Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "aai-ml", "timestamp": 1665078628105, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.316Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d5d9917-6463-42f7-8670-a905c6165032 2022-10-06T17:51:53.316Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d5d9917-6463-42f7-8670-a905c6165032 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.334Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.334Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078619331, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.334Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078628094, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078629969, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.335Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.336Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078629163, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.336Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.336Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.336Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078630974, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.342Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d5d9917-6463-42f7-8670-a905c6165032 2022-10-06T17:51:53.343Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d5d9917-6463-42f7-8670-a905c6165032 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.353Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.353Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078630221, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.353Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.353Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.353Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.353Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.354Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.354Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078631257, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.361Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c71d171-7d3c-468f-a8a6-540114f7d070 2022-10-06T17:51:53.361Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c71d171-7d3c-468f-a8a6-540114f7d070 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.373Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.373Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "multicloud-k8s-id", "timestamp": 1665078632262, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.374Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.375Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078638435, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078616195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078640092, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.376Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.377Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078642440, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078642806, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.378Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "clamp", "timestamp": 1665078643445, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.396Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d5d9917-6463-42f7-8670-a905c6165032 2022-10-06T17:51:53.397Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d5d9917-6463-42f7-8670-a905c6165032 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.407Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.407Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078643810, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:51:53.412Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c71d171-7d3c-468f-a8a6-540114f7d070 2022-10-06T17:51:53.412Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c71d171-7d3c-468f-a8a6-540114f7d070 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.423Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078638441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.424Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078647203, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.425Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078618350, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078654380, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:51:53.426Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:22.915Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:52:22.932Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:52:22.934Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:52:22.934Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:52:22.935Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:22.946Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:52:52.947Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d5d9917-6463-42f7-8670-a905c6165032 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:52:52.971Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d5d9917-6463-42f7-8670-a905c6165032 and serviceModelVersionId: 3ed859f5-932d-4c81-a135-01669aff3073 2022-10-06T17:52:52.974Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7a3e4f97-21f3-49a7-be13-bc370fb749cf 2022-10-06T17:52:52.976Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7a3e4f97-21f3-49a7-be13-bc370fb749cf/model-vers/model-ver/3ed859f5-932d-4c81-a135-01669aff3073?depth=0 2022-10-06T17:52:52.986Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:52:53.066Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3e4f97-21f3-49a7-be13-bc370fb749cf/model-vers/model-ver/3ed859f5-932d-4c81-a135-01669aff3073?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-10-06T17:52:53.068Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3e4f97-21f3-49a7-be13-bc370fb749cf/model-vers/model-ver/3ed859f5-932d-4c81-a135-01669aff3073?depth=0|INFO|500||Invoke 2022-10-06T17:52:53.094Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3e4f97-21f3-49a7-be13-bc370fb749cf/model-vers/model-ver/3ed859f5-932d-4c81-a135-01669aff3073?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:52:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:52:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:52:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:52:53.192Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3e4f97-21f3-49a7-be13-bc370fb749cf/model-vers/model-ver/3ed859f5-932d-4c81-a135-01669aff3073?depth=0|INFO|500||InvokeReturn 2022-10-06T17:52:53.193Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7a3e4f97-21f3-49a7-be13-bc370fb749cf/model-vers/model-ver/3ed859f5-932d-4c81-a135-01669aff3073?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221006-17:52:54:452-26203], vertex-id=[303128], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:52:54 GMT], Content-Type=[application/json]} 2022-10-06T17:52:53.194Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:52:53.195Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:52:53.195Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:52:53.200Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:52:53.200Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d5d9917-6463-42f7-8670-a905c6165032 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:52:53.200Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:52:53.201Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:52:53.204Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:52:53.204Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078773200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:52:53.304Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:52:53.305Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:52:53.305Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:52:53.339Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:52:53.340Z||pool-106-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:52:53.359Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:52:53.363Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.363Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "aai-ml", "timestamp": 1665078655385, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:53.382Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c71d171-7d3c-468f-a8a6-540114f7d070 2022-10-06T17:52:53.382Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c71d171-7d3c-468f-a8a6-540114f7d070 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.396Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.397Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078659440, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:52:53.397Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.397Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.397Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078662443, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:52:53.398Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.398Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.398Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "clamp", "timestamp": 1665078663449, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:53.411Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c71d171-7d3c-468f-a8a6-540114f7d070 2022-10-06T17:52:53.411Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c71d171-7d3c-468f-a8a6-540114f7d070 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.435Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.435Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.435Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.435Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.436Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.436Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.436Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.436Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.436Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.437Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.437Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.437Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.437Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.437Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.437Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.438Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.438Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.438Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.438Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.438Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.438Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.439Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.439Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.439Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.439Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.439Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.440Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.440Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.440Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.440Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.440Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.441Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.441Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.441Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.441Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.441Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.441Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.442Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.442Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.442Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.442Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.442Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.442Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.443Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.443Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.443Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.443Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.443Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.444Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.444Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.444Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.444Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.444Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.445Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.445Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.445Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.445Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.445Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.445Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.446Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.446Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.446Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.446Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.446Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.447Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.447Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.447Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.447Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.449Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.450Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.450Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.450Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.450Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.450Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.451Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.451Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.451Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.451Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.451Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.451Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.452Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.452Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.452Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.452Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.453Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.453Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.453Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.453Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.453Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-10-06T17:52:53.453Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.454Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.455Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.455Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.455Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.455Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.456Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.456Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.456Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.456Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.456Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.457Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.457Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.457Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.457Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.457Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.457Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.458Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078664454, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:52:53.458Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.458Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.458Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078664310, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:52:53.458Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.458Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.459Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078657237, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.459Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.459Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.459Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "multicloud-k8s-id", "timestamp": 1665078659331, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:52:53.459Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.459Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.460Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.460Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.460Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.460Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078674252, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:52:53.460Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.460Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.461Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078674241, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:52:53.461Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.461Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.461Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.461Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.461Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.462Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078675285, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:52:53.462Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.462Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.462Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.462Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.462Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.463Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "cds", "timestamp": 1665078675579, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.505Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 14d99543-71e1-42aa-a746-0c8dffecdfa8 2022-10-06T17:52:53.506Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d99543-71e1-42aa-a746-0c8dffecdfa8 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.534Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.535Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.535Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.535Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.535Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "ves-openapi-manager", "timestamp": 1665078676292, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:53.558Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 14d99543-71e1-42aa-a746-0c8dffecdfa8 2022-10-06T17:52:53.559Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d99543-71e1-42aa-a746-0c8dffecdfa8 and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.601Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.601Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078668441, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:52:53.601Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078678269, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.602Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.603Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.603Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.603Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.603Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.603Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.603Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.604Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.604Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.604Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.604Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.604Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.604Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.605Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.605Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.605Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078683203, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:52:53.605Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.605Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.605Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:53.606Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.606Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.606Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "aai-ml", "timestamp": 1665078684208, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:53.621Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 14d99543-71e1-42aa-a746-0c8dffecdfa8 2022-10-06T17:52:53.621Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d99543-71e1-42aa-a746-0c8dffecdfa8 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.639Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.639Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078684439, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:52:53.640Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.640Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.640Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078676198, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:52:53.640Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:52:53.641Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.641Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078685458, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:52:53.641Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.641Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.641Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078685994, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:52:53.641Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.642Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.642Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "clamp", "timestamp": 1665078686464, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:53.651Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 14d99543-71e1-42aa-a746-0c8dffecdfa8 2022-10-06T17:52:53.652Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d99543-71e1-42aa-a746-0c8dffecdfa8 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:52:53.685Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.685Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078688184, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:52:53.685Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:52:53.686Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:52:53.686Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1665078689188, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:52:53.699Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 14d99543-71e1-42aa-a746-0c8dffecdfa8 2022-10-06T17:52:53.699Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 14d99543-71e1-42aa-a746-0c8dffecdfa8 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 (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:52:54.225Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:52:54.225Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:52:54.225Z|9d5d9917-6463-42f7-8670-a905c6165032|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:52:58.728Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:52:58.729Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-06T17:52:58.729Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c71d171-7d3c-468f-a8a6-540114f7d070","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e95e82ad-8b3d-4ab2-a01f-d1791a93729e","serviceDescription":"service","serviceInvariantUUID":"cc5f565a-9d1f-4ae1-a792-d2612491afa6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b8966d5-e65f-4561-af01-6c88f3eca9d7","resourceInvariantUUID":"64fd1e27-4311-43c6-a84e-3601355f4014","resourceCustomizationUUID":"1be2a5cf-b9da-42dc-8175-19aef10d68e8","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":"ZmUyNzM3NmM4MTRmOWQwYjdjNzZiZTFhOTZlYWQwNTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"06147e57-5690-4598-a8eb-b7805938c1fa","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":"NjdjZGZkNTZkYWZiZDcyMDA4YTZhOTk0ZmRmYjZhZmI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe4796d9-f18c-4388-a7ea-b12024867d1a","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":"bf36a9dc-c7da-4a96-a1c3-457efd9454ef","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":"2c5cbfaf-8194-44df-822d-aaefe2562783","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":"7e52a670-857c-4e68-be33-c55f340580fa","artifactVersion":"2","generatedFromUUID":"bf36a9dc-c7da-4a96-a1c3-457efd9454ef"},{"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":"MTlhOTA5OWNmNzY0ZTQ0MzVmZjMwZmU4ZTU5MzgzYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c78bb4fe-4176-409e-bdff-9984194b0292","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":"ODg4OTMxNzM5NTljZGYzMzVhNDBkMTM0NWU4OWE1M2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f3239d4e-cdfa-475e-b1cf-9b3b7ba50ba8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWEyNTk3MmI4MDRjOTcyNzBiNGVlNGFhZjdmNjgxODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"189083f4-0e41-4fb6-9886-f28ed8194d39","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:52:58.732Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:52:58.732Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:52:58.735Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:52:58.735Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:52:58.835Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:52:58.836Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:52:58.836Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:52:58.869Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:52:58.870Z||pool-107-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:52:59.735Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:52:59.736Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:52:59.738Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:52:59.738Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:52:59.838Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:52:59.839Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:52:59.839Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:52:59.880Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:52:59.881Z||pool-108-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:00.751Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:00.751Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:00.754Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:00.754Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-06T17:53:00.854Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:00.856Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:00.856Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:00.871Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:00.872Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:01.755Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:01.756Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:01.758Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:01.758Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:01.858Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:01.859Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:01.859Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:01.873Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:01.873Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:02.758Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:02.759Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:02.761Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:02.762Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-06T17:53:02.862Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:02.863Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:02.863Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:02.915Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:02.917Z||pool-111-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":3,"count":1} 2022-10-06T17:53:03.766Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:03.768Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:03.770Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:03.770Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:03.871Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:03.872Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:03.872Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:03.892Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:03.892Z||pool-112-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:04.771Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:04.771Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:04.774Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:04.774Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:04.874Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:04.875Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:04.875Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:04.896Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:04.897Z||pool-113-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:05.774Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:05.775Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:05.777Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:05.777Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:53:05.877Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:05.878Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:05.879Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:05.895Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:05.895Z||pool-114-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:06.778Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e95e82ad-8b3d-4ab2-a01f-d1791a93729e", "serviceDescription": "service", "serviceInvariantUUID": "cc5f565a-9d1f-4ae1-a792-d2612491afa6", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "1be2a5cf-b9da-42dc-8175-19aef10d68e8", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3b8966d5-e65f-4561-af01-6c88f3eca9d7", "resourceInvariantUUID": "64fd1e27-4311-43c6-a84e-3601355f4014", "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": "NjdjZGZkNTZkYWZiZDcyMDA4YTZhOTk0ZmRmYjZhZmI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe4796d9-f18c-4388-a7ea-b12024867d1a", "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": "bf36a9dc-c7da-4a96-a1c3-457efd9454ef", "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": "7e52a670-857c-4e68-be33-c55f340580fa", "generatedFromUUID": "bf36a9dc-c7da-4a96-a1c3-457efd9454ef" }, "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": "7e52a670-857c-4e68-be33-c55f340580fa", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWEyNTk3MmI4MDRjOTcyNzBiNGVlNGFhZjdmNjgxODA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "189083f4-0e41-4fb6-9886-f28ed8194d39" } ], "workloadContext": "Production" } 2022-10-06T17:53:06.779Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:53:06.779Z|9d5d9917-6463-42f7-8670-a905c6165032|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e95e82ad-8b3d-4ab2-a01f-d1791a93729e ASDC 2022-10-06T17:53:06.779Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:2c71d171-7d3c-468f-a8a6-540114f7d070 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e95e82ad-8b3d-4ab2-a01f-d1791a93729e ServiceInvariantUUID:cc5f565a-9d1f-4ae1-a792-d2612491afa6 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:189083f4-0e41-4fb6-9886-f28ed8194d39 ArtifactChecksum:ZWEyNTk3MmI4MDRjOTcyNzBiNGVlNGFhZjdmNjgxODA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:1be2a5cf-b9da-42dc-8175-19aef10d68e8 ResourceInvariantUUID:64fd1e27-4311-43c6-a84e-3601355f4014 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:3b8966d5-e65f-4561-af01-6c88f3eca9d7 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:fe4796d9-f18c-4388-a7ea-b12024867d1a ArtifactChecksum:NjdjZGZkNTZkYWZiZDcyMDA4YTZhOTk0ZmRmYjZhZmI= 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:bf36a9dc-c7da-4a96-a1c3-457efd9454ef 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:7e52a670-857c-4e68-be33-c55f340580fa 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:7e52a670-857c-4e68-be33-c55f340580fa ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-10-06T17:53:06.779Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e95e82ad-8b3d-4ab2-a01f-d1791a93729e ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:53:06.888Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:53:06.889Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:53:06.889Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:53:06.889Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 189083f4-0e41-4fb6-9886-f28ed8194d39 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-06T17:53:06.889Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:53:06.890Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-06T17:53:06.990Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:53:06.994Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 189083f4-0e41-4fb6-9886-f28ed8194d39 82628 2022-10-06T17:53:06.994Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-06T17:53:06.994Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-06T17:53:06.994Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:53:06.995Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:06.997Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:06.997Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078786994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:53:07.097Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:07.098Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:07.098Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:07.129Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:07.129Z||pool-115-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:07.998Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:53:07.999Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:53:08.000Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 189083f4-0e41-4fb6-9886-f28ed8194d39, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:08.000Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-10-06T17:53:08.001Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:08.001Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:08.220Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15136173065494307255/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" 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 "compute_ubuntu20_key_name" is not provided Log warning: The required parameter "compute_ubuntu20_name" is not provided Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" 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_network_role_tag" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided Log warning: The required parameter "compute_ubuntu20_metadata" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-10-06T17:53:09.415Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:53:09.415Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-06T17:53:09.415Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.416Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-06T17:53:09.416Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.416Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.416Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.417Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.417Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.417Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.417Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-10-06T17:53:09.417Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-06T17:53:09.418Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.418Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.418Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:09.419Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-06T17:53:09.419Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:53:09.419Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.419Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.420Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:09.420Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-06T17:53:09.420Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:53:09.420Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.421Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.421Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.421Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-06T17:53:09.421Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-10-06T17:53:09.422Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-10-06T17:53:09.422Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-10-06T17:53:09.422Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-06T17:53:09.422Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-10-06T17:53:09.422Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.423Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:53:09.423Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.423Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:09.423Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:53:09.424Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.424Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:09.424Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:53:09.424Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.424Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:09.425Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:53:09.425Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.425Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-06T17:53:09.425Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-06T17:53:09.425Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-06T17:53:09.426Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d966803-5324-4ed8-8e34-10f51bc803cc 2022-10-06T17:53:09.426Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.426Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.426Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.426Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.427Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.427Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.427Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:09.427Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:09.427Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e95e82ad-8b3d-4ab2-a01f-d1791a93729e Model Version:NULL Model InvariantUuid:cc5f565a-9d1f-4ae1-a792-d2612491afa6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:85215a64-ba8b-4f9e-a73b-4e8e74b4a816 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:64fd1e27-4311-43c6-a84e-3601355f4014 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1be2a5cf-b9da-42dc-8175-19aef10d68e8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:70cd235e-0ed0-46b5-9ab7-c475892e6ba7 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:6e6f3a79-8b2e-4ba1-ac4e-4d68169405a4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2d966803-5324-4ed8-8e34-10f51bc803cc ModelInvariantUuid:56ddd397-38d7-4aa7-9492-b9455a68df92 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ca44ff82-5cd6-4c05-8d65-c7fa9c2fb76b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:db6eb022-b147-4c28-aa8f-80fee9bedf5f ModelInvariantUuid:ec38eb63-677b-419f-a17f-b3735697c56a ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:09b0fd58-5165-4aff-bb5a-d4ff9a0c99fd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:53:09.433Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b8966d5-e65f-4561-af01-6c88f3eca9d7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:53:09.436Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||basic_vm_macro 0 2022-10-06T17:53:09.436Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b8966d5-e65f-4561-af01-6c88f3eca9d7 2022-10-06T17:53:09.436Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fe4796d9-f18c-4388-a7ea-b12024867d1a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-06T17:53:09.437Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:53:09.437Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-06T17:53:09.515Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:53:09.515Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json fe4796d9-f18c-4388-a7ea-b12024867d1a 792 2022-10-06T17:53:09.515Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-10-06T17:53:09.516Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-06T17:53:09.516Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:53:09.516Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:09.518Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:09.518Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078789515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:53:09.618Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:09.619Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:09.619Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:09.688Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:09.689Z||pool-116-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:10.519Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70cd235e-0ed0-46b5-9ab7-c475892e6ba7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6e6f3a79-8b2e-4ba1-ac4e-4d68169405a4", "vfModuleModelCustomizationUUID": "478177e3-09b8-4e6a-bf2e-a9d2aa44fe93", "isBase": true, "artifacts": [ "bf36a9dc-c7da-4a96-a1c3-457efd9454ef", "7e52a670-857c-4e68-be33-c55f340580fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:53:10.525Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6e6f3a79-8b2e-4ba1-ac4e-4d68169405a4 VfModuleModelInvariantUUID:70cd235e-0ed0-46b5-9ab7-c475892e6ba7 VfModuleModelDescription:NULL Artifacts UUID List:{ bf36a9dc-c7da-4a96-a1c3-457efd9454ef , 7e52a670-857c-4e68-be33-c55f340580fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:53:10.527Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "70cd235e-0ed0-46b5-9ab7-c475892e6ba7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "6e6f3a79-8b2e-4ba1-ac4e-4d68169405a4", "vfModuleModelCustomizationUUID": "478177e3-09b8-4e6a-bf2e-a9d2aa44fe93", "isBase": true, "artifacts": [ "bf36a9dc-c7da-4a96-a1c3-457efd9454ef", "7e52a670-857c-4e68-be33-c55f340580fa" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-10-06T17:53:10.527Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:6e6f3a79-8b2e-4ba1-ac4e-4d68169405a4 VfModuleModelInvariantUUID:70cd235e-0ed0-46b5-9ab7-c475892e6ba7 VfModuleModelDescription:NULL Artifacts UUID List:{ bf36a9dc-c7da-4a96-a1c3-457efd9454ef , 7e52a670-857c-4e68-be33-c55f340580fa } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-10-06T17:53:10.527Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bf36a9dc-c7da-4a96-a1c3-457efd9454ef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-06T17:53:10.527Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:53:10.528Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-06T17:53:10.611Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:53:10.612Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml bf36a9dc-c7da-4a96-a1c3-457efd9454ef 5033 2022-10-06T17:53:10.612Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-06T17:53:10.612Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-06T17:53:10.613Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:53:10.613Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:10.616Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:10.616Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078790612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:53:10.716Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:10.717Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:10.717Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:10.779Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:10.779Z||pool-117-thread-1|||||INFO|500||cambria reply ok (63 ms):{"serverTimeMs":6,"count":1} 2022-10-06T17:53:11.617Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 7e52a670-857c-4e68-be33-c55f340580fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-06T17:53:11.617Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:53:11.617Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-06T17:53:11.681Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:53:11.681Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7e52a670-857c-4e68-be33-c55f340580fa 903 2022-10-06T17:53:11.682Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-06T17:53:11.682Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-06T17:53:11.682Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:53:11.683Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:11.684Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:11.685Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078791682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:53:11.786Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-10-06T17:53:11.788Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:11.788Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:11.804Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:11.804Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:12.685Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: e95e82ad-8b3d-4ab2-a01f-d1791a93729e 2022-10-06T17:53:12.686Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3b8966d5-e65f-4561-af01-6c88f3eca9d7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:53:12.708Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ef92cd1, org.onap.sdc.toscaparser.api.parameters.Input@b84c9fc, org.onap.sdc.toscaparser.api.parameters.Input@6b09e0fb, org.onap.sdc.toscaparser.api.parameters.Input@46cf9f84, org.onap.sdc.toscaparser.api.parameters.Input@61f7ac28] 2022-10-06T17:53:12.710Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.711Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.711Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-10-06T17:53:12.712Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 1be2a5cf-b9da-42dc-8175-19aef10d68e8 2022-10-06T17:53:12.712Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1be2a5cf-b9da-42dc-8175-19aef10d68e8 matches Tosca VF Customization UUID: 1be2a5cf-b9da-42dc-8175-19aef10d68e8 2022-10-06T17:53:12.713Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 1be2a5cf-b9da-42dc-8175-19aef10d68e8 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-10-06T17:53:12.716Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.717Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.717Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 1be2a5cf-b9da-42dc-8175-19aef10d68e8: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"} 2022-10-06T17:53:12.718Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5232ecbe 2022-10-06T17:53:12.718Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.719Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-10-06T17:53:12.719Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 478177e3-09b8-4e6a-bf2e-a9d2aa44fe93 2022-10-06T17:53:12.720Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 478177e3-09b8-4e6a-bf2e-a9d2aa44fe93 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-10-06T17:53:12.723Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.724Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:12.724Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:53:12.725Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.725Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:12.726Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:53:12.726Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.727Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-10-06T17:53:12.728Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-10-06T17:53:12.728Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-10-06T17:53:12.729Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2d966803-5324-4ed8-8e34-10f51bc803cc Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-10-06T17:53:12.732Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.732Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:12.732Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-10-06T17:53:12.732Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.733Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-10-06T17:53:12.733Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1be2a5cf-b9da-42dc-8175-19aef10d68e8 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:53:12.735Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.735Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.735Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid e95e82ad-8b3d-4ab2-a01f-d1791a93729e: basic_vm_macro 2022-10-06T17:53:12.735Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.735Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.736Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:12.737Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:12.737Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-10-06T17:53:12.820Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3b8966d5-e65f-4561-af01-6c88f3eca9d7 1 ASDC deployResourceStructure 2022-10-06T17:53:12.821Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-10-06T17:53:12.821Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-10-06T17:53:12.821Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:53:12.821Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:12.823Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:12.823Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078792821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:53:12.923Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:12.924Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:12.924Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:12.942Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:12.942Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:13.823Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-10-06T17:53:13.824Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-10-06T17:53:13.824Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:53:13.824Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:13.826Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:13.826Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078793823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:53:13.926Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:13.928Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:13.928Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:13.955Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:13.956Z||pool-120-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:14.827Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-10-06T17:53:14.827Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-10-06T17:53:14.827Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:53:14.828Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:14.829Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:14.829Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078794827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-06T17:53:14.930Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:14.931Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:14.931Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:14.979Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:14.980Z||pool-121-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:15.830Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-10-06T17:53:15.830Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-10-06T17:53:15.830Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:53:15.831Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:15.833Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:15.833Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078795830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:53:15.933Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:15.934Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:15.934Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:15.952Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:15.953Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:16.834Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c71d171-7d3c-468f-a8a6-540114f7d070 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:53:16.852Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c71d171-7d3c-468f-a8a6-540114f7d070 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:53:16.856Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:53:16.856Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:53:16.856Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:53:16.856Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:53:16.857Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:53:16.864Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:53:46.864Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c71d171-7d3c-468f-a8a6-540114f7d070 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:53:46.874Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c71d171-7d3c-468f-a8a6-540114f7d070 and serviceModelVersionId: e95e82ad-8b3d-4ab2-a01f-d1791a93729e 2022-10-06T17:53:46.874Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cc5f565a-9d1f-4ae1-a792-d2612491afa6 2022-10-06T17:53:46.875Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0 2022-10-06T17:53:46.879Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:53:46.919Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0|INFO|500||Invoke 2022-10-06T17:53:46.919Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c71d171-7d3c-468f-a8a6-540114f7d070], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[24ab830b-32fc-4619-be37-f088ccb74f97], X-ECOMP-RequestID=[2c71d171-7d3c-468f-a8a6-540114f7d070], X-TransactionId=[], X-ONAP-RequestID=[2c71d171-7d3c-468f-a8a6-540114f7d070], Content-Type=[application/merge-patch+json]} 2022-10-06T17:53:46.942Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:53:47.053Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?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/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221006-17:53:48:301-5974], vertex-id=[213104], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:53:48 GMT], Content-Type=[application/json]} 2022-10-06T17:53:47.054Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:53:47.055Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cc5f565a-9d1f-4ae1-a792-d2612491afa6/model-vers/model-ver/e95e82ad-8b3d-4ab2-a01f-d1791a93729e?depth=0|INFO|500||InvokeReturn 2022-10-06T17:53:47.055Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:53:47.055Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:53:47.061Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:53:47.061Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c71d171-7d3c-468f-a8a6-540114f7d070 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:53:47.062Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:53:47.062Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:47.064Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:47.064Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078827061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:53:47.164Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:47.166Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:47.166Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:47.188Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:47.189Z||pool-123-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:53:48.077Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-10-06T17:53:48.077Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"14d99543-71e1-42aa-a746-0c8dffecdfa8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9837c593-ed1d-4f5d-8923-e02c7f147ad5","serviceDescription":"service","serviceInvariantUUID":"017926cb-8cc2-4d9f-917e-9dc59a55675e","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"972a0534-b171-43fd-852d-9ae72baabc03","resourceInvariantUUID":"764761ae-d739-47fb-a319-4d4538e28f31","resourceCustomizationUUID":"5ee8f7b8-c1ff-43b9-ba4b-b4d350399934","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":"ZWEyNGY2NzJiNjYyYjYwNGY2MWZlZDNjYmY0ZWE0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d0ee8ccd-f3e6-45cb-8ade-dcb02cb7c2a6","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":"80c75213-e258-490b-aab9-1c3eb1fa00e4","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":"4d5b0258-411e-43df-af3c-4ead8e1f86bd","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":"MmM4NWQxNTVkOWJmNTdlOTgyODFkNDJjMmMyMjc3OTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a2034ae9-33fa-4317-b18a-29bb707fbab4","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":"e91d5a50-2e6d-42ef-bafd-8a8c471d8696","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":"ffbaf89f-4c98-438d-b707-956159502f56","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":"37b355fd-4859-4c43-92de-a17fe7ea4cc4","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":"YmU3OTY5MTdiODM1MWQzMTFjZmQxNDVjNjIzNDllMmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"49b39b38-c4fc-4ee7-9940-16965c6aeef7","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjYzMmIxNjZkMjc1ZTJjOGFlZjRiMmE1NmUwMDk1YjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c4cc53d4-aa26-4272-8585-e7640a8f6151","artifactVersion":"1"}],"workloadContext":"Production"} 2022-10-06T17:53:48.077Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:48.078Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:48.080Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:48.080Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:48.181Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:48.182Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:48.182Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:48.197Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:48.198Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:49.081Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:49.081Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:49.083Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:49.083Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:49.184Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:49.185Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:49.185Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:49.202Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:49.202Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:50.084Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:50.085Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:50.087Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:50.087Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:50.187Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:50.188Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:50.188Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:50.204Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:50.205Z||pool-126-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:51.088Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:51.088Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:51.090Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:51.090Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:51.190Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:51.191Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:51.192Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:51.209Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:51.210Z||pool-127-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:52.091Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:52.091Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:52.093Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:52.093Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:52.194Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:52.195Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:52.195Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:52.208Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:52.209Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:53.094Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:53.094Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:53.096Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:53.096Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:53:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:53:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:53:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d5d9917-6463-42f7-8670-a905c6165032", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078773200, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:53:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:53:53.196Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:53:53.197Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:53.198Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:53.214Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:53.214Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:54.097Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:54.098Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:54.101Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:54.101Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:54.200Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-10-06T17:53:54.201Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:54.201Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:54.220Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:54.221Z||pool-130-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:55.102Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:55.102Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:55.104Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:55.104Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:53:55.204Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:55.205Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:55.205Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:55.216Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:55.217Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:53:56.105Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-10-06T17:53:56.105Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:56.107Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:56.107Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:53:56.207Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:56.208Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:56.208Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:56.234Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:56.235Z||pool-132-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:57.108Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "9837c593-ed1d-4f5d-8923-e02c7f147ad5", "serviceDescription": "service", "serviceInvariantUUID": "017926cb-8cc2-4d9f-917e-9dc59a55675e", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5ee8f7b8-c1ff-43b9-ba4b-b4d350399934", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "972a0534-b171-43fd-852d-9ae72baabc03", "resourceInvariantUUID": "764761ae-d739-47fb-a319-4d4538e28f31", "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": "NjYzMmIxNjZkMjc1ZTJjOGFlZjRiMmE1NmUwMDk1YjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c4cc53d4-aa26-4272-8585-e7640a8f6151" } ], "workloadContext": "Production" } 2022-10-06T17:53:57.108Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-10-06T17:53:57.108Z|2c71d171-7d3c-468f-a8a6-540114f7d070|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9837c593-ed1d-4f5d-8923-e02c7f147ad5 ASDC 2022-10-06T17:53:57.109Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:14d99543-71e1-42aa-a746-0c8dffecdfa8 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:9837c593-ed1d-4f5d-8923-e02c7f147ad5 ServiceInvariantUUID:017926cb-8cc2-4d9f-917e-9dc59a55675e 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:c4cc53d4-aa26-4272-8585-e7640a8f6151 ArtifactChecksum:NjYzMmIxNjZkMjc1ZTJjOGFlZjRiMmE1NmUwMDk1YjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5ee8f7b8-c1ff-43b9-ba4b-b4d350399934 ResourceInvariantUUID:764761ae-d739-47fb-a319-4d4538e28f31 ResourceName:test-pnf ResourceType:PNF ResourceUUID:972a0534-b171-43fd-852d-9ae72baabc03 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-10-06T17:53:57.109Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9837c593-ed1d-4f5d-8923-e02c7f147ad5 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:53:57.133Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:53:57.134Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:53:57.134Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:53:57.134Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4cc53d4-aa26-4272-8585-e7640a8f6151 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-06T17:53:57.134Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-10-06T17:53:57.135Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-06T17:53:57.269Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-10-06T17:53:57.275Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar c4cc53d4-aa26-4272-8585-e7640a8f6151 110859 2022-10-06T17:53:57.276Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-06T17:53:57.276Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-06T17:53:57.276Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-10-06T17:53:57.276Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:57.279Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:57.279Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078837276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:53:57.379Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:57.379Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:57.380Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:57.392Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:57.392Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-10-06T17:53:58.279Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-10-06T17:53:58.280Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-10-06T17:53:58.281Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: c4cc53d4-aa26-4272-8585-e7640a8f6151, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:58.281Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-10-06T17:53:58.281Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:58.282Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:58.432Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2170903774358673200/Definitions/service-TestPnfMacro-template.yml 2022-10-06T17:53:59.123Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-10-06T17:53:59.123Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-10-06T17:53:59.124Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.125Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.125Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-06T17:53:59.125Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-06T17:53:59.125Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:53:59.125Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.126Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.127Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:9837c593-ed1d-4f5d-8923-e02c7f147ad5 Model Version:NULL Model InvariantUuid:017926cb-8cc2-4d9f-917e-9dc59a55675e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-10-06T17:53:59.135Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 972a0534-b171-43fd-852d-9ae72baabc03 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:53:59.138Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||test-pnf 0 2022-10-06T17:53:59.138Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 972a0534-b171-43fd-852d-9ae72baabc03 2022-10-06T17:53:59.138Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 9837c593-ed1d-4f5d-8923-e02c7f147ad5 2022-10-06T17:53:59.138Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 9837c593-ed1d-4f5d-8923-e02c7f147ad5 2022-10-06T17:53:59.139Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 972a0534-b171-43fd-852d-9ae72baabc03 ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:53:59.142Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6126a331, org.onap.sdc.toscaparser.api.parameters.Input@127bb9a8, org.onap.sdc.toscaparser.api.parameters.Input@a160e62, org.onap.sdc.toscaparser.api.parameters.Input@480bf968, org.onap.sdc.toscaparser.api.parameters.Input@1ce0f473] 2022-10-06T17:53:59.142Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.142Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.143Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 9837c593-ed1d-4f5d-8923-e02c7f147ad5: test-pnf 2022-10-06T17:53:59.143Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Processing PNF resource: 972a0534-b171-43fd-852d-9ae72baabc03 2022-10-06T17:53:59.143Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-10-06T17:53:59.143Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-10-06T17:53:59.143Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||Resource customization UUID: 5ee8f7b8-c1ff-43b9-ba4b-b4d350399934 is the same as notified resource customizationUUID: 5ee8f7b8-c1ff-43b9-ba4b-b4d350399934 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-10-06T17:53:59.175Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 972a0534-b171-43fd-852d-9ae72baabc03 0 ASDC deployResourceStructure 2022-10-06T17:53:59.175Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-10-06T17:53:59.175Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-10-06T17:53:59.175Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-10-06T17:53:59.175Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:53:59.177Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:53:59.177Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078839175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:53:59.277Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:53:59.278Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:53:59.279Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:53:59.293Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:53:59.293Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-10-06T17:54:00.177Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 14d99543-71e1-42aa-a746-0c8dffecdfa8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:54:00.189Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 14d99543-71e1-42aa-a746-0c8dffecdfa8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:54:00.192Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:54:00.193Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:54:00.193Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-10-06T17:54:00.193Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-10-06T17:54:00.198Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-10-06T17:54:30.198Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 14d99543-71e1-42aa-a746-0c8dffecdfa8 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-10-06T17:54:30.207Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 14d99543-71e1-42aa-a746-0c8dffecdfa8 and serviceModelVersionId: 9837c593-ed1d-4f5d-8923-e02c7f147ad5 2022-10-06T17:54:30.207Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 017926cb-8cc2-4d9f-917e-9dc59a55675e 2022-10-06T17:54:30.208Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/017926cb-8cc2-4d9f-917e-9dc59a55675e/model-vers/model-ver/9837c593-ed1d-4f5d-8923-e02c7f147ad5?depth=0 2022-10-06T17:54:30.214Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-10-06T17:54:30.256Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017926cb-8cc2-4d9f-917e-9dc59a55675e/model-vers/model-ver/9837c593-ed1d-4f5d-8923-e02c7f147ad5?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-10-06T17:54:30.259Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017926cb-8cc2-4d9f-917e-9dc59a55675e/model-vers/model-ver/9837c593-ed1d-4f5d-8923-e02c7f147ad5?depth=0|INFO|500||Invoke 2022-10-06T17:54:30.286Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017926cb-8cc2-4d9f-917e-9dc59a55675e/model-vers/model-ver/9837c593-ed1d-4f5d-8923-e02c7f147ad5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-10-06T17:54:30.384Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017926cb-8cc2-4d9f-917e-9dc59a55675e/model-vers/model-ver/9837c593-ed1d-4f5d-8923-e02c7f147ad5?depth=0|INFO|500||InvokeReturn 2022-10-06T17:54:30.385Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/017926cb-8cc2-4d9f-917e-9dc59a55675e/model-vers/model-ver/9837c593-ed1d-4f5d-8923-e02c7f147ad5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221006-17:54:31:646-16315], vertex-id=[217240], Content-Length=[0], Date=[Thu, 06 Oct 2022 17:54:31 GMT], Content-Type=[application/json]} 2022-10-06T17:54:30.386Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-10-06T17:54:30.386Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-10-06T17:54:30.386Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-10-06T17:54:30.392Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-10-06T17:54:30.392Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 14d99543-71e1-42aa-a746-0c8dffecdfa8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-10-06T17:54:30.393Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-10-06T17:54:30.393Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-10-06T17:54:30.396Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-10-06T17:54:30.396Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078870392, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:54:30.496Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-10-06T17:54:30.498Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-10-06T17:54:30.499Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as IHETFsDWdNRPgCrf) ... 2022-10-06T17:54:30.537Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:54:30.537Z||pool-135-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-10-06T17:54:31.411Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:54:31.412Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:54:31.412Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:54:40.969Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:54:40.970Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:54:40.971Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:54:40.971Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:54:50.544Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:54:50.545Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:54:50.545Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:54:50.546Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:54:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:54:53.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:54:53.105Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:54:53.135Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:54:53.135Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.135Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.136Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.136Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.136Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.137Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078786994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:54:53.138Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078789515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078790612, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.139Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078791682, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078792821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078793823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-10-06T17:54:53.140Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078794827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078795830, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.141Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "2c71d171-7d3c-468f-a8a6-540114f7d070", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078827061, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.142Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-10-06T17:54:53.143Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-10-06T17:55:00.100Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:55:00.101Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:55:00.102Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:55:00.102Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:55:09.689Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:55:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:55:53.102Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:55:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:55:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:55:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:55:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:55:53.137Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:55:53.137Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-10-06T17:55:53.137Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:55:53.138Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-10-06T17:56:02.691Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:56:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:56:53.102Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:56:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:56:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:56:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:56:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:56:53.629Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:56:53.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-06T17:56:53.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078774224, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-10-06T17:56:53.631Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078837276, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078839175, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "14d99543-71e1-42aa-a746-0c8dffecdfa8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1665078870392, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-10-06T17:56:53.632Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-10-06T17:57:02.730Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:57:53.102Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:57:53.103Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:57:53.103Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:57:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:57:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:57:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:58:02.669Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:58:02.673Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:58:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:58:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:58:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:58:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:58:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:58:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:59:02.671Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:59:02.680Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T17:59:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:59:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:59:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T17:59:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T17:59:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T17:59:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:00:02.655Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:00:02.655Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:00:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:00:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:00:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:00:53.103Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:00:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:00:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:01:02.663Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:01:02.664Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:01:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:01:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:01:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:01:53.103Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:01:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:01:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:02:02.682Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:02:02.689Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:02:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:02:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:02:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:02:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:02:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:02:53.105Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:03:02.686Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:03:02.701Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:03:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:03:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:03:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:03:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:03:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:03:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:04:02.663Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:04:02.672Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:04:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:04:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:04:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:04:53.103Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:04:53.104Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:04:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:05:02.686Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:05:02.687Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:05:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:05:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:05:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:05:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:05:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:05:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:06:02.687Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:06:02.687Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:06:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:06:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:06:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:06:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:06:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:06:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:07:02.660Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:07:02.662Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:07:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:07:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:07:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:07:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:07:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:07:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:08:02.665Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:08:02.666Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:08:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:08:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:08:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:08:53.103Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:08:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:08:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:09:02.656Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:09:02.664Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:09:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:09:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:09:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:09:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:09:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:09:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:10:02.659Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:10:02.659Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:10:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:10:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:10:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:10:53.103Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:10:53.104Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:10:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:11:02.683Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:11:02.684Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:11:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:11:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:11:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:11:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:11:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:11:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:12:02.661Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:12:02.672Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:12:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:12:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:12:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:12:53.104Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:12:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:12:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:13:02.689Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:13:02.690Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:13:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:13:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:13:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:13:53.103Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:13:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:13:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:14:02.688Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:14:02.689Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:14:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:14:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:14:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:14:53.103Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:14:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:14:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:15:02.658Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:15:02.665Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:15:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:15:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:15:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:15:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:15:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:15:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:16:02.664Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:16:02.676Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:16:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:16:53.102Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:16:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:16:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:16:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:16:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:17:02.695Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:17:02.695Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:17:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:17:53.103Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:17:53.103Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:17:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:17:53.104Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:17:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:18:02.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:18:02.661Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:18:53.101Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:18:53.103Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:18:53.103Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:18:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:18:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:18:53.104Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:19:02.658Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:19:02.662Z|14d99543-71e1-42aa-a746-0c8dffecdfa8|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:19:53.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:19:53.102Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:19:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:19:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:19:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:19:53.104Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:20:02.660Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:20:02.672Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:20:53.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:20:53.102Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:20:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:20:53.103Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:20:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:20:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:21:02.711Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:21:02.727Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:21:53.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:21:53.102Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:21:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:21:53.103Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:21:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:21:53.104Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:22:02.657Z|6d1a76cb-7d05-43d3-bff2-c9bf5a9882ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:22:02.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:22:53.101Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:22:53.102Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:22:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:22:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:22:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:22:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:23:02.661Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:23:02.681Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:23:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:23:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:23:53.102Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:23:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:23:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:23:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:24:02.670Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:24:02.678Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:24:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:24:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:24:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:24:53.103Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:24:53.104Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:24:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:25:02.668Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:25:02.669Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:25:53.101Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:25:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:25:53.103Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:25:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:25:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:25:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:26:02.672Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:26:02.673Z|8a8e471c-f8ef-49eb-8dd1-44f9118ed567|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:26:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:26:53.103Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:26:53.104Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:26:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:26:53.104Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:26:53.104Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:27:02.673Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:27:02.697Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:27:53.101Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:27:53.102Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:27:53.102Z||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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:27:53.103Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-10-06T18:27:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-10-06T18:27:53.104Z|0805b086-c478-4b4b-bdeb-f152764a2185|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 IHETFsDWdNRPgCrf) ... 2022-10-06T18:28:02.665Z|0805b086-c478-4b4b-bdeb-f152764a2185|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-10-06T18:28:02.712Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK