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-06-09T04:03:13.392Z||main|||||INFO|500||The following profiles are active: basic 2022-06-09T04:03:29.318Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-09T04:03:29.319Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-09T04:03:29.562Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-09T04:03:34.820Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-09T04:03:35.324Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-09T04:03:35.908Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-09T04:03:35.917Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-09T04:03:36.067Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-09T04:03:36.459Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-09T04:03:37.340Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-09T04:03:40.048Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-09T04:03:43.178Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-09T04:03:43.268Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-09T04:03:44.209Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-09T04:03:44.616Z||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-06-09T04:03:46.479Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-09T04:03:48.131Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-09T04:03:48.180Z||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$$6480366b.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-06-09T04:03:48.181Z||main|||||WARN|500||The sdc end point is not alive 2022-06-09T04:03:52.521Z||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-06-09T04:03:56.083Z||main|||||WARN|500||--- 2022-06-09T04:03:56.084Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-09T04:03:56.084Z||main|||||WARN|500||--- 2022-06-09T04:03:56.656Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-09T04:04:01.849Z||main|||||INFO|500||Started Application in 53.05 seconds (JVM running for 56.061) 2022-06-09T04:04:01.868Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-09T04:04:01.876Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-09T04:04:01.891Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-09T04:04:01.935Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-09T04:04:01.984Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4a5e4707-a100-4161-a1fb-8a7a6b471e82 url= /sdc/v1/artifactTypes 2022-06-09T04:04:01.984Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-09T04:04:02.292Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-09T04:04:02.323Z||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-06-09T04:04:02.347Z||scheduling-1|||||DEBUG|500||create keys 2022-06-09T04:04:02.360Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-09T04:04:02.435Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:04:02.456Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 8a719ea6-13a2-455a-96c9-d7d0e399617a url= /sdc/v1/registerForDistribution 2022-06-09T04:04:02.661Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 8a719ea6-13a2-455a-96c9-d7d0e399617a url= /sdc/v1/registerForDistribution 2022-06-09T04:04:02.662Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-09T04:04:02.697Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:04:02.697Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:04:02.705Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-09T04:04:02.735Z||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-06-09T04:04:02.736Z||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-06-09T04:04:02.737Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:04:02.736Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:04:13.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:04:13.248Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:05:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:05:02.677Z||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-06-09T04:05:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:05:02.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:05:02.679Z||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-06-09T04:05:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:05:12.390Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:05:12.390Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:06:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:06:02.677Z||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-06-09T04:06:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:06:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:06:02.679Z||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-06-09T04:06:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:06:12.279Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:06:12.300Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:07:02.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:07:02.677Z||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-06-09T04:07:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:07:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:07:02.679Z||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-06-09T04:07:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:07:12.319Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:07:12.320Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:08:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:08:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:08:02.677Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:08:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:08:02.680Z||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-06-09T04:08:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:08:12.271Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:08:12.272Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:09:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:09:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:09:02.677Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:09:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:09:02.680Z||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-06-09T04:09:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:09:12.288Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:09:12.310Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:10:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:10:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:10:02.677Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:10:02.678Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:10:02.679Z||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-06-09T04:10:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:10:12.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:10:12.291Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:11:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:11:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:11:02.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:11:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:11:02.681Z||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-06-09T04:11:02.682Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:11:12.303Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:11:12.307Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:12:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:12:02.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:12:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:12:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:12:02.679Z||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-06-09T04:12:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:12:12.277Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:12:12.281Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:13:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:13:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:13:02.679Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:13:02.679Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:13:02.679Z||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-06-09T04:13:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:13:12.298Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:13:12.313Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:13:16.242Z||http-nio-8085-exec-2|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-09T04:14:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:14:02.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:14:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:14:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:14:02.679Z||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-06-09T04:14:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:14:12.287Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:14:12.314Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:15:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:15:02.678Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:15:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:15:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:15:02.679Z||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-06-09T04:15:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:15:12.273Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:15:12.294Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:16:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:16:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:16:02.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:16:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:16:02.680Z||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-06-09T04:16:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:16:12.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:16:12.298Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:17:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:17:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:17:02.677Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:17:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:17:02.679Z||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-06-09T04:17:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:17:12.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:17:12.304Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:18:02.676Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:18:02.677Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:18:02.678Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:18:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:18:02.679Z||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-06-09T04:18:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:18:12.259Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:18:12.266Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:19:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:19:02.677Z||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-06-09T04:19:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:19:02.680Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:19:02.683Z||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-06-09T04:19:02.683Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:19:12.298Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:19:12.301Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:20:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:20:02.677Z||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-06-09T04:20:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:20:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:20:02.680Z||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-06-09T04:20:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:20:12.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:20:12.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:21:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:21:02.677Z||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-06-09T04:21:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:21:02.678Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:21:02.679Z||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-06-09T04:21:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:21:12.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:21:12.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:22:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:22:02.677Z||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-06-09T04:22:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:22:02.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:22:02.679Z||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-06-09T04:22:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:22:12.278Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:22:12.280Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:23:02.676Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:23:02.677Z||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-06-09T04:23:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:23:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:23:02.680Z||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-06-09T04:23:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:23:12.258Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:23:12.272Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:24:02.676Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:24:02.677Z||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-06-09T04:24:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:24:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:24:02.680Z||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-06-09T04:24:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:24:12.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:24:12.312Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:25:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:25:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:25:02.679Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:25:02.680Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:25:02.680Z||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-06-09T04:25:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:25:12.273Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:25:12.282Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:26:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:26:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:26:02.677Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:26:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:26:02.679Z||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-06-09T04:26:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:26:12.276Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:26:12.286Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:27:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:27:02.676Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:27:02.677Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:27:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:27:02.679Z||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-06-09T04:27:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:27:12.264Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:27:12.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:28:02.676Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:28:02.677Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-09T04:28:02.677Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GuooXKzmq98BzA20) ... 2022-06-09T04:28:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:28:02.679Z||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-06-09T04:28:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:28:12.286Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:28:12.286Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:29:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:29:02.677Z||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-06-09T04:29:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:29:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:29:02.680Z||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-06-09T04:29:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:29:12.298Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:29:12.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:30:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:30:02.676Z||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-06-09T04:30:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:30:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:30:02.680Z||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-06-09T04:30:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:30:12.282Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:30:12.284Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:31:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:31:02.677Z||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-06-09T04:31:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:31:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:31:02.679Z||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-06-09T04:31:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:31:12.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:31:12.267Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:32:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:32:02.677Z||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-06-09T04:32:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:32:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:32:02.679Z||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-06-09T04:32:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:32:12.366Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:32:12.374Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:33:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:33:02.677Z||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-06-09T04:33:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:33:02.680Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:33:02.681Z||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-06-09T04:33:02.682Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:33:12.393Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:33:12.404Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:34:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:34:02.677Z||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-06-09T04:34:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:34:02.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:34:02.680Z||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-06-09T04:34:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:34:12.320Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:34:12.354Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:35:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:35:02.677Z||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-06-09T04:35:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:35:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:35:02.679Z||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-06-09T04:35:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:35:12.266Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:35:12.292Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:36:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:36:02.677Z||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-06-09T04:36:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:36:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:36:02.679Z||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-06-09T04:36:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:36:12.280Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:36:12.289Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:37:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:37:02.678Z||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-06-09T04:37:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:37:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:37:02.679Z||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-06-09T04:37:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:37:12.271Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:37:12.273Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:38:02.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:38:02.677Z||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-06-09T04:38:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:38:02.678Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:38:02.679Z||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-06-09T04:38:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:38:12.306Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:38:12.361Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:39:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:39:02.677Z||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-06-09T04:39:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:39:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:39:02.679Z||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-06-09T04:39:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:39:12.275Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:39:12.276Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:40:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:40:02.676Z||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-06-09T04:40:02.676Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:40:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:40:02.679Z||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-06-09T04:40:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:40:12.267Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:40:12.273Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:41:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:41:02.677Z||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-06-09T04:41:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:41:02.678Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:41:02.679Z||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-06-09T04:41:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:41:12.315Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:41:12.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:42:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:42:02.677Z||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-06-09T04:42:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:42:02.678Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:42:02.679Z||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-06-09T04:42:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:42:12.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:42:12.397Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:43:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:43:02.677Z||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-06-09T04:43:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:43:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:43:02.679Z||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-06-09T04:43:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:43:12.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:43:12.495Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:44:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:44:02.676Z||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-06-09T04:44:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:44:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:44:02.679Z||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-06-09T04:44:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:44:12.327Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:44:12.345Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:45:02.677Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:45:02.678Z||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-06-09T04:45:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:45:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:45:02.679Z||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-06-09T04:45:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:45:12.274Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:45:12.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:46:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:46:02.677Z||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-06-09T04:46:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:46:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:46:02.679Z||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-06-09T04:46:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:46:12.277Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:46:12.309Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:47:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:47:02.677Z||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-06-09T04:47:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:47:02.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:47:02.679Z||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-06-09T04:47:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:47:12.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:47:12.363Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:48:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:48:02.677Z||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-06-09T04:48:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:48:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:48:02.679Z||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-06-09T04:48:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:48:12.347Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:48:12.417Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:02.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:49:02.679Z||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-06-09T04:49:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:49:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:49:02.680Z||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-06-09T04:49:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:49:03.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:03.360Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.360Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"83684195-2a20-4ec9-bcf8-16dad98c79dd","serviceName":"vFW 2022-06-09 04-46-41","serviceVersion":"1.0","serviceUUID":"01efc2eb-948c-4042-ab90-3e06facc5da8","serviceDescription":"catalog service description","serviceInvariantUUID":"6bb4a92d-4041-4945-899d-cb1018a3087f","resources":[{"resourceInstanceName":"vFW 5c6935b8-ce80 0","resourceName":"vFW 5c6935b8-ce80","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7e7994f9-5d1b-49fd-a48c-5863438ba67b","resourceInvariantUUID":"941303ec-f6d8-4fb8-84f7-e667af362d15","resourceCustomizationUUID":"d0f7be1f-6595-42f1-af4d-94f421170912","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml","artifactChecksum":"YzExNGIzZTU5YzhhMmRkZWFhMTk5ODdhNTYyN2U1MDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5ecfe7ca-ee09-40ae-a9fe-699c0830074d","artifactVersion":"1"},{"artifactName":"vfw5c6935b8ce800_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json","artifactChecksum":"ZDFmM2QxNDMzMTc0MDQ3NDkxMzQ4Y2ZmNjM1N2QyZDM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2b933dd0-1684-4241-a0e5-76868334ed98","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"64cd557c-bedc-41e2-9323-24c85851920a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml","artifactChecksum":"NzJiMTMzNmM1NTYyM2Y3NmM2NjA5NmE0N2ZiNWRhMjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9c35e17c-fa2b-4ee7-9864-45b380387633","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d4263194-097f-4b0f-b60e-ba4858bc0b84","artifactVersion":"2","generatedFromUUID":"64cd557c-bedc-41e2-9323-24c85851920a"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220609044641-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml","artifactChecksum":"Y2E3ZjA3MWNkNjA2YjA2NmQ5MWZhMjdiYWEwMzY1NDM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"706440af-aa5d-47ce-8f3d-990a07c01c25","artifactVersion":"1"},{"artifactName":"service-Vfw20220609044641-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar","artifactChecksum":"NjE1ODc2NzRiZjc0YWNjMjNhYWJiNjM0OWI2NjI3NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T04:49:03.377Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:03.381Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:03.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.392Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:03.413Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:03.413Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOTIFIED" } 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOTIFIED" } 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750103096, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:03.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750104868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750102056, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750103791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:03.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "ves-openapi-manager", "timestamp": 1654750106194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-09T04:49:03.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750106985, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750113192, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750114144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.446Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750113905, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.447Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750114162, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:03.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "cds", "timestamp": 1654750115166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-09T04:49:03.514Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-09T04:49:03.520Z||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-06-09T04:49:03.520Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T04:49:03.577Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:03.578Z||pool-3-thread-1|||||INFO|500||cambria reply ok (59 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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-09T04:49:03.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd 2022-06-09T04:49:03.728Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd 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-06-09T04:49:03.754Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.754Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750114922, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:49:03.755Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.755Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750109447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:03.756Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-09T04:49:03.756Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.756Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "policy-id", "timestamp": 1654750115929, "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-06-09T04:49:03.773Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd 2022-06-09T04:49:03.774Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd 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-06-09T04:49:03.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750117377, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750118488, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.785Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.786Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.786Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750119590, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.786Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.787Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.787Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750118499, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:49:03.787Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.788Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.788Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750120732, "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-06-09T04:49:03.795Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd 2022-06-09T04:49:03.795Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-09T04:49:03.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750119503, "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-06-09T04:49:03.817Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd 2022-06-09T04:49:03.817Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd 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-06-09T04:49:03.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "multicloud-k8s-id", "timestamp": 1654750121736, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "DEPLOY_OK" } 2022-06-09T04:49:03.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750132114, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:03.833Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.833Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.833Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750133360, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:49:03.834Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.834Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.834Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750133484, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:49:03.835Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:49:03.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "clamp", "timestamp": 1654750134387, "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-06-09T04:49:03.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd 2022-06-09T04:49:03.846Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd 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-06-09T04:49:03.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T04:49:03.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "aai-ml", "timestamp": 1654750134509, "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-06-09T04:49:03.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 83684195-2a20-4ec9-bcf8-16dad98c79dd 2022-06-09T04:49:03.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 83684195-2a20-4ec9-bcf8-16dad98c79dd 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-06-09T04:49:04.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:04.423Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:04.426Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:04.426Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOTIFIED" } 2022-06-09T04:49:04.526Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T04:49:04.527Z||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-06-09T04:49:04.528Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:04.580Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:04.581Z||pool-4-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:05.427Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:05.428Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:05.431Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:05.431Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-09T04:49:05.531Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:05.533Z||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-06-09T04:49:05.533Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:05.590Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:05.591Z||pool-5-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:06.432Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:06.433Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:06.435Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:06.435Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:06.535Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:06.536Z||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-06-09T04:49:06.537Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:06.573Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:06.574Z||pool-6-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":11,"count":1} 2022-06-09T04:49:07.436Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:07.438Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:07.441Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:07.443Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-09T04:49:07.542Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T04:49:07.543Z||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-06-09T04:49:07.543Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:07.571Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:07.571Z||pool-7-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":3,"count":1} 2022-06-09T04:49:08.449Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:08.450Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:08.452Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:08.452Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:49:08.553Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-09T04:49:08.554Z||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-06-09T04:49:08.554Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:08.584Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:08.584Z||pool-8-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:09.453Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:49:09.454Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:09.456Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:09.456Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:49:09.556Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:09.557Z||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-06-09T04:49:09.558Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:09.591Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:09.591Z||pool-9-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:49:10.458Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "serviceName": "vFW 2022-06-09 04-46-41", "serviceVersion": "1.0", "serviceUUID": "01efc2eb-948c-4042-ab90-3e06facc5da8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6bb4a92d-4041-4945-899d-cb1018a3087f", "resources": [ { "resourceInstanceName": "vFW 5c6935b8-ce80 0", "resourceCustomizationUUID": "d0f7be1f-6595-42f1-af4d-94f421170912", "resourceName": "vFW 5c6935b8-ce80", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "7e7994f9-5d1b-49fd-a48c-5863438ba67b", "resourceInvariantUUID": "941303ec-f6d8-4fb8-84f7-e667af362d15", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw5c6935b8ce800_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "artifactChecksum": "ZDFmM2QxNDMzMTc0MDQ3NDkxMzQ4Y2ZmNjM1N2QyZDM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2b933dd0-1684-4241-a0e5-76868334ed98", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "64cd557c-bedc-41e2-9323-24c85851920a", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d4263194-097f-4b0f-b60e-ba4858bc0b84", "generatedFromUUID": "64cd557c-bedc-41e2-9323-24c85851920a" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d4263194-097f-4b0f-b60e-ba4858bc0b84", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220609044641-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "artifactChecksum": "NjE1ODc2NzRiZjc0YWNjMjNhYWJiNjM0OWI2NjI3NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36" } ], "workloadContext": "Production" } 2022-06-09T04:49:10.460Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T04:49:10.460Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 01efc2eb-948c-4042-ab90-3e06facc5da8 ASDC 2022-06-09T04:49:10.613Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:83684195-2a20-4ec9-bcf8-16dad98c79dd ServiceName:vFW 2022-06-09 04-46-41 ServiceVersion:1.0 ServiceUUID:01efc2eb-948c-4042-ab90-3e06facc5da8 ServiceInvariantUUID:6bb4a92d-4041-4945-899d-cb1018a3087f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220609044641-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar ArtifactUUID:0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36 ArtifactChecksum:NjE1ODc2NzRiZjc0YWNjMjNhYWJiNjM0OWI2NjI3NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 5c6935b8-ce80 0 ResourceCustomizationUUID:d0f7be1f-6595-42f1-af4d-94f421170912 ResourceInvariantUUID:941303ec-f6d8-4fb8-84f7-e667af362d15 ResourceName:vFW 5c6935b8-ce80 ResourceType:VF ResourceUUID:7e7994f9-5d1b-49fd-a48c-5863438ba67b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw5c6935b8ce800_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json ArtifactUUID:2b933dd0-1684-4241-a0e5-76868334ed98 ArtifactChecksum:ZDFmM2QxNDMzMTc0MDQ3NDkxMzQ4Y2ZmNjM1N2QyZDM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml ArtifactUUID:64cd557c-bedc-41e2-9323-24c85851920a ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env ArtifactUUID:d4263194-097f-4b0f-b60e-ba4858bc0b84 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env ArtifactUUID:d4263194-097f-4b0f-b60e-ba4858bc0b84 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-09T04:49:10.613Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 01efc2eb-948c-4042-ab90-3e06facc5da8 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-06-09T04:49:10.668Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T04:49:10.670Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-09T04:49:10.671Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-09T04:49:10.671Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36 from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:10.671Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:49:10.673Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:10.797Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:49:10.815Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar 0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36 99021 2022-06-09T04:49:10.816Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar ASDC sendASDCNotification 2022-06-09T04:49:10.817Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:10.817Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:49:10.818Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:10.820Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:10.820Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750150815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:10.920Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:10.921Z||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-06-09T04:49:10.922Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:10.973Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:10.974Z||pool-10-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:11.821Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T04:49:11.822Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-09T04:49:11.822Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0ea67c4e-dbd8-42b4-bfd6-7d42dc781a36, URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar to file: /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:11.823Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220609044641-csar.csar 2022-06-09T04:49:11.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:11.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:12.672Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12452224759387802522/Definitions/service-Vfw20220609044641-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-06-09T04:49:15.854Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T04:49:15.859Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.860Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.861Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.861Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.861Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.862Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.863Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 5c6935b8-ce80 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.863Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.863Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-Vfw20220609044641-csar.csar 2022-06-09T04:49:15.864Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-09T04:49:15.870Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.872Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.876Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:15.877Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-09T04:49:15.879Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T04:49:15.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:15.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-09T04:49:15.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T04:49:15.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.888Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.889Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:15.889Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:15.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:15.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-09T04:49:15.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.891Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.891Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-09T04:49:15.891Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.892Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.893Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-09T04:49:15.893Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.894Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-09T04:49:15.894Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.894Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-09T04:49:15.895Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.895Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T04:49:15.896Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.897Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:15.897Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:15.898Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.898Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:15.898Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:15.899Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.899Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:15.899Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:15.900Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.900Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:15.900Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:15.901Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:15.901Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.903Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-09T04:49:15.903Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.903Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-09T04:49:15.904Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.904Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=165d4213-6fc8-4602-a672-51184d523feb 2022-06-09T04:49:15.904Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.905Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:15.905Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:15.905Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:15.906Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-09T04:49:15.906Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.906Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.907Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-09T04:49:15.907Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.907Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-09T04:49:15.908Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-09T04:49:15.908Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.909Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-09T04:49:15.909Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.909Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e143b706-8931-4083-9595-c2087ccbef36 2022-06-09T04:49:15.910Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.910Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:15.910Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:15.911Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:15.911Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-09T04:49:15.911Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.912Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-09T04:49:15.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-09T04:49:15.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:15.913Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:15.914Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-09T04:49:15.914Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d514adfd-6fe4-4090-b281-64baaea945e6 2022-06-09T04:49:15.914Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.915Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.915Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.915Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:15.916Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:15.917Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-09 04-46-41 Description:catalog service description Model UUID:01efc2eb-948c-4042-ab90-3e06facc5da8 Model Version:NULL Model InvariantUuid:6bb4a92d-4041-4945-899d-cb1018a3087f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 5c6935b8-ce80 Model UUID:850c3ca9-dcc0-4426-a40b-8bb7ae78e258 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:941303ec-f6d8-4fb8-84f7-e667af362d15 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d0f7be1f-6595-42f1-af4d-94f421170912 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:03d75aa4-8a01-45ef-bf3f-c456dd1b2175 ModelName:Vfw5c6935b8Ce80..base_vfw..module-0 ModelUuid:e768ded1-ca83-4cea-a876-8c0290cd6965 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:165d4213-6fc8-4602-a672-51184d523feb ModelInvariantUuid:0fb73591-c9bc-4e3b-be0b-322397cc36c7 ModelName:vFW 5c6935b8-ce80-nodes.vfwCvfc ModelUuid:5d2a33bb-bae3-4c89-8357-7ab471305b25 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:50226b4b-61b5-4fb1-be5a-3271a9e7affc ModelInvariantUuid:d952ee53-a506-42d6-bc6b-893efbe3e937 ModelName:Vfw5c6935b8Ce80.compute.nodes.heat.vfw ModelUuid:6e9408e9-347d-4b25-8a03-eefb4afbd438 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e143b706-8931-4083-9595-c2087ccbef36 ModelInvariantUuid:eae42b6c-c7be-4bfc-a42f-c3734ca7f2ef ModelName:vFW 5c6935b8-ce80-nodes.vsnCvfc ModelUuid:04557614-a59f-4b3d-833a-7f2ba98dfea6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7dd6ccd1-b011-4b76-9e7a-f64a02524461 ModelInvariantUuid:4aaa8abc-0c8d-4041-a79b-ea18c4c247c4 ModelName:Vfw5c6935b8Ce80.compute.nodes.heat.vsn ModelUuid:f9ac3faf-2b1c-4bcd-84d8-430e497a8315 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d514adfd-6fe4-4090-b281-64baaea945e6 ModelInvariantUuid:29507c01-9f8a-47b1-99b5-067f183fea86 ModelName:vFW 5c6935b8-ce80-nodes.vpgCvfc ModelUuid:c85ab51f-0232-4bc8-a3db-cf308de02973 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2aa9c819-775c-45bc-9892-3b9ac5471a77 ModelInvariantUuid:dda2f382-5871-46e5-93ed-71c8e4a04aca ModelName:Vfw5c6935b8Ce80.compute.nodes.heat.vpg ModelUuid:2543c9bd-2260-4bdc-88b1-25145dba5a97 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-06-09T04:49:15.929Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 7e7994f9-5d1b-49fd-a48c-5863438ba67b 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-06-09T04:49:16.043Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||vFW 5c6935b8-ce80 0 2022-06-09T04:49:16.053Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7e7994f9-5d1b-49fd-a48c-5863438ba67b 2022-06-09T04:49:16.053Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 2b933dd0-1684-4241-a0e5-76868334ed98 from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json 2022-06-09T04:49:16.053Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:49:16.054Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json 2022-06-09T04:49:16.267Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:49:16.267Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json 2b933dd0-1684-4241-a0e5-76868334ed98 785 2022-06-09T04:49:16.268Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json ASDC sendASDCNotification 2022-06-09T04:49:16.268Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json 2022-06-09T04:49:16.269Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:49:16.269Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:16.274Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:16.274Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750156268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:16.377Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-09T04:49:16.378Z||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-06-09T04:49:16.378Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:16.413Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:16.416Z||pool-11-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:49:17.276Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5c6935b8Ce80..base_vfw..module-0", "vfModuleModelInvariantUUID": "03d75aa4-8a01-45ef-bf3f-c456dd1b2175", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e768ded1-ca83-4cea-a876-8c0290cd6965", "vfModuleModelCustomizationUUID": "d4624e96-7d38-4921-9b2d-649fbacb9045", "isBase": true, "artifacts": [ "64cd557c-bedc-41e2-9323-24c85851920a", "d4263194-097f-4b0f-b60e-ba4858bc0b84" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-09T04:49:17.297Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5c6935b8Ce80..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e768ded1-ca83-4cea-a876-8c0290cd6965 VfModuleModelInvariantUUID:03d75aa4-8a01-45ef-bf3f-c456dd1b2175 VfModuleModelDescription:NULL Artifacts UUID List:{ 64cd557c-bedc-41e2-9323-24c85851920a , d4263194-097f-4b0f-b60e-ba4858bc0b84 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw5c6935b8Ce80..base_vfw..module-0", "vfModuleModelInvariantUUID": "03d75aa4-8a01-45ef-bf3f-c456dd1b2175", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e768ded1-ca83-4cea-a876-8c0290cd6965", "vfModuleModelCustomizationUUID": "d4624e96-7d38-4921-9b2d-649fbacb9045", "isBase": true, "artifacts": [ "64cd557c-bedc-41e2-9323-24c85851920a", "d4263194-097f-4b0f-b60e-ba4858bc0b84" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw5c6935b8Ce80..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e768ded1-ca83-4cea-a876-8c0290cd6965 VfModuleModelInvariantUUID:03d75aa4-8a01-45ef-bf3f-c456dd1b2175 VfModuleModelDescription:NULL Artifacts UUID List:{ 64cd557c-bedc-41e2-9323-24c85851920a , d4263194-097f-4b0f-b60e-ba4858bc0b84 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 64cd557c-bedc-41e2-9323-24c85851920a from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml 2022-06-09T04:49:17.303Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:49:17.304Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml 2022-06-09T04:49:17.368Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml 64cd557c-bedc-41e2-9323-24c85851920a 20368 2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml 2022-06-09T04:49:17.370Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:49:17.371Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:17.373Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:17.373Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750157370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:17.473Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:17.474Z||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-06-09T04:49:17.474Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:17.505Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:17.506Z||pool-12-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:18.374Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d4263194-097f-4b0f-b60e-ba4858bc0b84 from URL: /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env 2022-06-09T04:49:18.374Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:49:18.375Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env 2022-06-09T04:49:18.444Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:49:18.445Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env d4263194-097f-4b0f-b60e-ba4858bc0b84 2098 2022-06-09T04:49:18.445Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-09T04:49:18.446Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env 2022-06-09T04:49:18.446Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:49:18.446Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:18.449Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:18.449Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750158445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-09T04:49:18.549Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:18.550Z||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-06-09T04:49:18.550Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:18.589Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:18.590Z||pool-13-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:49:19.450Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 01efc2eb-948c-4042-ab90-3e06facc5da8 2022-06-09T04:49:19.450Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 5c6935b8-ce80 0 7e7994f9-5d1b-49fd-a48c-5863438ba67b 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-06-09T04:49:19.489Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59ccb65d, org.onap.sdc.toscaparser.api.parameters.Input@497d9bc8, org.onap.sdc.toscaparser.api.parameters.Input@36ad8310, org.onap.sdc.toscaparser.api.parameters.Input@1e15a25, org.onap.sdc.toscaparser.api.parameters.Input@3da36a1a] 2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= d0f7be1f-6595-42f1-af4d-94f421170912 2022-06-09T04:49:19.493Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0f7be1f-6595-42f1-af4d-94f421170912 matches Tosca VF Customization UUID: d0f7be1f-6595-42f1-af4d-94f421170912 2022-06-09T04:49:19.494Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: d0f7be1f-6595-42f1-af4d-94f421170912 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-06-09T04:49:19.502Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.502Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.503Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id d0f7be1f-6595-42f1-af4d-94f421170912: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-06-09T04:49:19.504Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@204f7fce 2022-06-09T04:49:19.504Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.504Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T04:49:19.505Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d4624e96-7d38-4921-9b2d-649fbacb9045 2022-06-09T04:49:19.506Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d4624e96-7d38-4921-9b2d-649fbacb9045 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-06-09T04:49:19.512Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.513Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:19.513Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:19.515Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.515Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:19.515Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:19.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:19.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:19.517Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:19.517Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-09T04:49:19.517Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-09T04:49:19.518Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-09T04:49:19.518Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:19.519Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-09T04:49:19.520Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.520Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=165d4213-6fc8-4602-a672-51184d523feb 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-06-09T04:49:19.535Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.536Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:19.536Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:19.536Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.537Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-09T04:49:19.538Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-09T04:49:19.539Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.540Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e143b706-8931-4083-9595-c2087ccbef36 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-06-09T04:49:19.544Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.544Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:19.544Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:19.547Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.547Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is not matching search criteria 2022-06-09T04:49:19.547Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.548Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-09T04:49:19.549Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-09T04:49:19.550Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=d514adfd-6fe4-4090-b281-64baaea945e6 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-06-09T04:49:19.552Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.553Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:19.553Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:49:19.554Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.554Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Node template vFW 5c6935b8-ce80 0 is matching search criteria 2022-06-09T04:49:19.554Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 5c6935b8-ce80 0] matching following query criteria: sdcType=VF, customizationUUID=d0f7be1f-6595-42f1-af4d-94f421170912 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-06-09T04:49:19.556Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.556Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.556Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 01efc2eb-948c-4042-ab90-3e06facc5da8: vFW 5c6935b8-ce80 2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.557Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.558Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:49:19.559Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-06-09 04-46-41 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:49:19.559Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-06-09 04-46-41 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-09T04:49:19.836Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 5c6935b8-ce80 7e7994f9-5d1b-49fd-a48c-5863438ba67b 1 ASDC deployResourceStructure 2022-06-09T04:49:19.837Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json ASDC sendASDCNotification 2022-06-09T04:49:19.837Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json 2022-06-09T04:49:19.837Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:49:19.841Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:19.842Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:19.842Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750159837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "DEPLOY_OK" } 2022-06-09T04:49:19.943Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:19.944Z||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-06-09T04:49:19.945Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:20.031Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:20.032Z||pool-14-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml 2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:49:20.844Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:20.846Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:20.846Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750160844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-09T04:49:20.947Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:20.948Z||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-06-09T04:49:20.948Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:21.028Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:21.029Z||pool-15-thread-1|||||INFO|500||cambria reply ok (82 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:49:21.848Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-09T04:49:21.848Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env 2022-06-09T04:49:21.848Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:49:21.849Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:21.851Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:21.851Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750161847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-09T04:49:21.951Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:21.952Z||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-06-09T04:49:21.952Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:22.028Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:22.029Z||pool-16-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":2,"count":1} 2022-06-09T04:49:22.853Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar ASDC sendASDCNotification 2022-06-09T04:49:22.853Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar 2022-06-09T04:49:22.854Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:49:22.854Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:49:22.856Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:49:22.856Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750162853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:49:22.956Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:49:22.957Z||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-06-09T04:49:22.957Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:49:23.017Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:49:23.018Z||pool-17-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:49:23.857Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T04:49:23.877Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T04:49:23.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T04:49:23.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T04:49:23.881Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:49:23.882Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:49:23.883Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-06-09T04:49:23.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T04:49:53.890Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd 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-06-09T04:49:53.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 83684195-2a20-4ec9-bcf8-16dad98c79dd and serviceModelVersionId: 01efc2eb-948c-4042-ab90-3e06facc5da8 2022-06-09T04:49:53.902Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6bb4a92d-4041-4945-899d-cb1018a3087f 2022-06-09T04:50:02.698Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:50:02.700Z||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-06-09T04:50:02.700Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:50:02.857Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:02.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:50:02.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:50:02.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:50:09.516Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0 2022-06-09T04:50:09.665Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T04:50:10.258Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|INFO|500||Invoke 2022-06-09T04:50:10.267Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[83684195-2a20-4ec9-bcf8-16dad98c79dd], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0e460d4-9315-4695-ac34-459e79c086fb], X-ECOMP-RequestID=[83684195-2a20-4ec9-bcf8-16dad98c79dd], X-TransactionId=[], X-ONAP-RequestID=[83684195-2a20-4ec9-bcf8-16dad98c79dd], Content-Type=[application/merge-patch+json]} 2022-06-09T04:50:10.420Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T04:50:10.736Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?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/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220609-04:50:09:643-76604], vertex-id=[188424], Content-Length=[0], Date=[Thu, 09 Jun 2022 04:50:09 GMT], Content-Type=[application/json]} 2022-06-09T04:50:10.737Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-09T04:50:10.738Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6bb4a92d-4041-4945-899d-cb1018a3087f/model-vers/model-ver/01efc2eb-948c-4042-ab90-3e06facc5da8?depth=0|INFO|500||InvokeReturn 2022-06-09T04:50:10.742Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T04:50:10.742Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-06-09T04:50:10.747Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-06-09T04:50:10.748Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 83684195-2a20-4ec9-bcf8-16dad98c79dd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T04:50:10.750Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T04:50:10.751Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:10.754Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:10.754Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750210748, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T04:50:10.854Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:10.855Z||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-06-09T04:50:10.855Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:10.890Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:10.892Z||pool-18-thread-1|||||INFO|500||cambria reply ok (36 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-06-09T04:50:11.768Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:50:11.769Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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-06-09T04:50:11.769Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|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 GuooXKzmq98BzA20) ... 2022-06-09T04:50:12.417Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:12.419Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T04:50:12.419Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"9180958c-8aba-4031-a4ba-98c29fb9a452","serviceName":"basic_onboard_RtPgZW","serviceVersion":"1.0","serviceUUID":"9ee77f18-2cd7-4ef1-a044-977dfdcd1af1","serviceDescription":"service","serviceInvariantUUID":"f129b526-b5f7-41e5-81df-48a7b5cf703f","resources":[{"resourceInstanceName":"basic_onboard_RtPgZW 0","resourceName":"basic_onboard_RtPgZW","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2e6673c8-07a6-4081-8257-c4e0ede29b35","resourceInvariantUUID":"cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb","resourceCustomizationUUID":"76420663-e181-4c8d-b7c7-d2518b5d51f4","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml","artifactChecksum":"Njc0MDk5MDJkMGZjZjY3YjQ1NmUwMTMwZDlmN2I5Mjc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e829f948-5f18-44f4-9c14-1975b53c0d42","artifactVersion":"1"},{"artifactName":"basic_onboard_rtpgzw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json","artifactChecksum":"MTI4N2E3OWY4YTFkYzM3NmUwMWJkMTljYzUyYmMxYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"13ad8e98-a146-414c-be32-a1656e7322b9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a42eec37-f832-4e59-bd5d-905d47c7ddbd","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c75d5d8e-8ed3-434b-9a12-45b8df83a47e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92ed35cc-0552-4ff1-bdd0-70eaf6122532","artifactVersion":"2","generatedFromUUID":"a42eec37-f832-4e59-bd5d-905d47c7ddbd"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRtpgzw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml","artifactChecksum":"ZTg4MmRhZTk1ZDUxMjljY2MzNjllZTRiMDA3MDE2YTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"657d9339-ed8c-4dfe-afbe-796c071e93b8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRtpgzw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar","artifactChecksum":"YjlmZjA5NDZkOWQ5MGQ3ZDQ0OTNhOWMyYThkYzcxZWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"621c9a46-2191-4103-882c-4186f8dc06cb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T04:50:12.422Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:12.422Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:12.425Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:12.425Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:50:12.525Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:12.526Z||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-06-09T04:50:12.527Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:12.555Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:12.556Z||pool-19-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:13.425Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:13.427Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:13.430Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:13.430Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOTIFIED" } 2022-06-09T04:50:13.530Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:13.532Z||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-06-09T04:50:13.532Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:13.559Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:13.560Z||pool-20-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:14.431Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:14.432Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:14.435Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:14.435Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-09T04:50:14.535Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:14.536Z||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-06-09T04:50:14.537Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:14.558Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:14.559Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:15.436Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:15.437Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:15.439Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:15.439Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:50:15.540Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:15.541Z||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-06-09T04:50:15.541Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:15.582Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:15.583Z||pool-22-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:16.440Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:16.441Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:16.443Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:16.443Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-09T04:50:16.543Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T04:50:16.545Z||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-06-09T04:50:16.545Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:16.573Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:16.574Z||pool-23-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:17.444Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:17.445Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:17.447Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:17.448Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:50:17.548Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:17.549Z||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-06-09T04:50:17.549Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:17.612Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:17.613Z||pool-24-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:18.448Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T04:50:18.449Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:18.452Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:18.452Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:50:18.552Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:18.553Z||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-06-09T04:50:18.553Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:18.573Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:18.574Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:50:19.454Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "serviceName": "basic_onboard_RtPgZW", "serviceVersion": "1.0", "serviceUUID": "9ee77f18-2cd7-4ef1-a044-977dfdcd1af1", "serviceDescription": "service", "serviceInvariantUUID": "f129b526-b5f7-41e5-81df-48a7b5cf703f", "resources": [ { "resourceInstanceName": "basic_onboard_RtPgZW 0", "resourceCustomizationUUID": "76420663-e181-4c8d-b7c7-d2518b5d51f4", "resourceName": "basic_onboard_RtPgZW", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2e6673c8-07a6-4081-8257-c4e0ede29b35", "resourceInvariantUUID": "cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_rtpgzw0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "artifactChecksum": "MTI4N2E3OWY4YTFkYzM3NmUwMWJkMTljYzUyYmMxYTM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "13ad8e98-a146-414c-be32-a1656e7322b9", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a42eec37-f832-4e59-bd5d-905d47c7ddbd", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "92ed35cc-0552-4ff1-bdd0-70eaf6122532", "generatedFromUUID": "a42eec37-f832-4e59-bd5d-905d47c7ddbd" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "92ed35cc-0552-4ff1-bdd0-70eaf6122532", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRtpgzw-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "artifactChecksum": "YjlmZjA5NDZkOWQ5MGQ3ZDQ0OTNhOWMyYThkYzcxZWM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "621c9a46-2191-4103-882c-4186f8dc06cb" } ], "workloadContext": "Production" } 2022-06-09T04:50:19.454Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T04:50:19.455Z|83684195-2a20-4ec9-bcf8-16dad98c79dd|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 ASDC 2022-06-09T04:50:19.455Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:9180958c-8aba-4031-a4ba-98c29fb9a452 ServiceName:basic_onboard_RtPgZW ServiceVersion:1.0 ServiceUUID:9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 ServiceInvariantUUID:f129b526-b5f7-41e5-81df-48a7b5cf703f ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRtpgzw-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar ArtifactUUID:621c9a46-2191-4103-882c-4186f8dc06cb ArtifactChecksum:YjlmZjA5NDZkOWQ5MGQ3ZDQ0OTNhOWMyYThkYzcxZWM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_RtPgZW 0 ResourceCustomizationUUID:76420663-e181-4c8d-b7c7-d2518b5d51f4 ResourceInvariantUUID:cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb ResourceName:basic_onboard_RtPgZW ResourceType:VF ResourceUUID:2e6673c8-07a6-4081-8257-c4e0ede29b35 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_rtpgzw0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json ArtifactUUID:13ad8e98-a146-414c-be32-a1656e7322b9 ArtifactChecksum:MTI4N2E3OWY4YTFkYzM3NmUwMWJkMTljYzUyYmMxYTM= 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/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml ArtifactUUID:a42eec37-f832-4e59-bd5d-905d47c7ddbd 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/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env ArtifactUUID:92ed35cc-0552-4ff1-bdd0-70eaf6122532 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/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env ArtifactUUID:92ed35cc-0552-4ff1-bdd0-70eaf6122532 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-09T04:50:19.456Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 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-06-09T04:50:19.492Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T04:50:19.493Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 621c9a46-2191-4103-882c-4186f8dc06cb from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:50:19.494Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:19.593Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:50:19.598Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar 621c9a46-2191-4103-882c-4186f8dc06cb 71579 2022-06-09T04:50:19.599Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar ASDC sendASDCNotification 2022-06-09T04:50:19.599Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:19.599Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:50:19.600Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:19.602Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:19.602Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750219599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:50:19.702Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:19.704Z||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-06-09T04:50:19.704Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:19.739Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:19.740Z||pool-26-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:20.602Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T04:50:20.604Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-09T04:50:20.604Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 621c9a46-2191-4103-882c-4186f8dc06cb, URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar to file: /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:20.605Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:20.605Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:20.606Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:20.724Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9211368666548095458/Definitions/service-BasicOnboardRtpgzw-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.885Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_RtPgZW 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.886Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.887Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:21.888Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.889Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is not matching search criteria 2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-09T04:50:21.890Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.891Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T04:50:21.891Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.891Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:21.892Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.893Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is not matching search criteria 2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5af52c7a-f672-42da-8144-26ac69ffb167 2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.894Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:21.895Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:21.896Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_RtPgZW Description:service Model UUID:9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 Model Version:NULL Model InvariantUuid:f129b526-b5f7-41e5-81df-48a7b5cf703f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_RtPgZW Model UUID:63075b40-2a61-4f04-9d00-89fcbd078b46 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cb2d49fc-0a62-445a-b0ac-1f5ff169e0cb Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:76420663-e181-4c8d-b7c7-d2518b5d51f4 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:8f6b4d8d-faf9-47f5-b4a6-1d3246578a94 ModelName:BasicOnboardRtpgzw..base_ubuntu18..module-0 ModelUuid:f8f0dd9d-8985-4ac4-8fdb-98f101754305 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:5af52c7a-f672-42da-8144-26ac69ffb167 ModelInvariantUuid:5f748d4f-3687-4f41-b19b-4ee3420bc365 ModelName:basic_onboard_RtPgZW-nodes.ubuntu18Cvfc ModelUuid:f8a10047-989a-4a14-b81b-2ce0ce756271 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:003167ca-5a93-491a-baf2-5f04c8ee6b14 ModelInvariantUuid:7cd0ab5e-8a38-4249-be1a-fd6f2d4f0f9f ModelName:BasicOnboardRtpgzw.compute.nodes.heat.ubuntu18 ModelUuid:ae12256d-e4df-40f8-8177-e8359e95bf9d 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-06-09T04:50:21.901Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2e6673c8-07a6-4081-8257-c4e0ede29b35 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-06-09T04:50:21.904Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||basic_onboard_RtPgZW 0 2022-06-09T04:50:21.904Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2e6673c8-07a6-4081-8257-c4e0ede29b35 2022-06-09T04:50:21.904Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 13ad8e98-a146-414c-be32-a1656e7322b9 from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json 2022-06-09T04:50:21.905Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:50:21.905Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json 2022-06-09T04:50:22.158Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:50:22.159Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json 13ad8e98-a146-414c-be32-a1656e7322b9 798 2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json ASDC sendASDCNotification 2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json 2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:50:22.160Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:22.162Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:22.162Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750222159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T04:50:22.263Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:22.265Z||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-06-09T04:50:22.265Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:22.337Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:22.338Z||pool-27-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:50:23.164Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRtpgzw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8f6b4d8d-faf9-47f5-b4a6-1d3246578a94", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8f0dd9d-8985-4ac4-8fdb-98f101754305", "vfModuleModelCustomizationUUID": "61ff32b5-ac31-466a-80d1-316db8e59dd8", "isBase": true, "artifacts": [ "a42eec37-f832-4e59-bd5d-905d47c7ddbd", "92ed35cc-0552-4ff1-bdd0-70eaf6122532" ], "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-06-09T04:50:23.167Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRtpgzw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8f0dd9d-8985-4ac4-8fdb-98f101754305 VfModuleModelInvariantUUID:8f6b4d8d-faf9-47f5-b4a6-1d3246578a94 VfModuleModelDescription:NULL Artifacts UUID List:{ a42eec37-f832-4e59-bd5d-905d47c7ddbd , 92ed35cc-0552-4ff1-bdd0-70eaf6122532 } 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-06-09T04:50:23.169Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRtpgzw..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "8f6b4d8d-faf9-47f5-b4a6-1d3246578a94", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f8f0dd9d-8985-4ac4-8fdb-98f101754305", "vfModuleModelCustomizationUUID": "61ff32b5-ac31-466a-80d1-316db8e59dd8", "isBase": true, "artifacts": [ "a42eec37-f832-4e59-bd5d-905d47c7ddbd", "92ed35cc-0552-4ff1-bdd0-70eaf6122532" ], "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-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRtpgzw..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f8f0dd9d-8985-4ac4-8fdb-98f101754305 VfModuleModelInvariantUUID:8f6b4d8d-faf9-47f5-b4a6-1d3246578a94 VfModuleModelDescription:NULL Artifacts UUID List:{ a42eec37-f832-4e59-bd5d-905d47c7ddbd , 92ed35cc-0552-4ff1-bdd0-70eaf6122532 } 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-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a42eec37-f832-4e59-bd5d-905d47c7ddbd from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml 2022-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:50:23.170Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml 2022-06-09T04:50:23.288Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:50:23.289Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml a42eec37-f832-4e59-bd5d-905d47c7ddbd 5033 2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml 2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:50:23.290Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:23.293Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:23.293Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750223290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T04:50:23.393Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:23.395Z||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-06-09T04:50:23.396Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:23.452Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:23.453Z||pool-28-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:50:24.294Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 92ed35cc-0552-4ff1-bdd0-70eaf6122532 from URL: /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env 2022-06-09T04:50:24.295Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-09T04:50:24.295Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env 2022-06-09T04:50:24.609Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-09T04:50:24.610Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env 92ed35cc-0552-4ff1-bdd0-70eaf6122532 909 2022-06-09T04:50:24.610Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-09T04:50:24.610Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env 2022-06-09T04:50:24.611Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T04:50:24.611Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:24.614Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:24.614Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750224610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-09T04:50:24.714Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:24.715Z||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-06-09T04:50:24.715Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:24.741Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:24.742Z||pool-29-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1} 2022-06-09T04:50:25.614Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 2022-06-09T04:50:25.615Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_RtPgZW 0 2e6673c8-07a6-4081-8257-c4e0ede29b35 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-06-09T04:50:25.629Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f13dc30, org.onap.sdc.toscaparser.api.parameters.Input@36d2508f, org.onap.sdc.toscaparser.api.parameters.Input@625770cf, org.onap.sdc.toscaparser.api.parameters.Input@10b890aa, org.onap.sdc.toscaparser.api.parameters.Input@15b3cd1] 2022-06-09T04:50:25.630Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 76420663-e181-4c8d-b7c7-d2518b5d51f4 2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 76420663-e181-4c8d-b7c7-d2518b5d51f4 matches Tosca VF Customization UUID: 76420663-e181-4c8d-b7c7-d2518b5d51f4 2022-06-09T04:50:25.631Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 76420663-e181-4c8d-b7c7-d2518b5d51f4 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-06-09T04:50:25.633Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.634Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 76420663-e181-4c8d-b7c7-d2518b5d51f4: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@28c87dd1 2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.635Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T04:50:25.636Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 61ff32b5-ac31-466a-80d1-316db8e59dd8 2022-06-09T04:50:25.636Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 61ff32b5-ac31-466a-80d1-316db8e59dd8 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-06-09T04:50:25.638Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.638Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:25.639Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:50:25.639Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.639Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:25.640Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:50:25.640Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.640Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is not matching search criteria 2022-06-09T04:50:25.641Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-09T04:50:25.641Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-09T04:50:25.642Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=5af52c7a-f672-42da-8144-26ac69ffb167 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-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.644Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_RtPgZW 0 is matching search criteria 2022-06-09T04:50:25.645Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_RtPgZW 0] matching following query criteria: sdcType=VF, customizationUUID=76420663-e181-4c8d-b7c7-d2518b5d51f4 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-06-09T04:50:25.646Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1: basic_onboard_RtPgZW 2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.647Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.648Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_RtPgZW is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T04:50:25.649Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_RtPgZW 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-06-09T04:50:25.727Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_RtPgZW 2e6673c8-07a6-4081-8257-c4e0ede29b35 1 ASDC deployResourceStructure 2022-06-09T04:50:25.727Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json ASDC sendASDCNotification 2022-06-09T04:50:25.728Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json 2022-06-09T04:50:25.728Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:50:25.728Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:25.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:25.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750225727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T04:50:25.830Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:25.832Z||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-06-09T04:50:25.832Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:25.897Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:25.898Z||pool-30-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:26.731Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-09T04:50:26.732Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml 2022-06-09T04:50:26.732Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:50:26.733Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:26.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:26.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750226731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-09T04:50:26.836Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:26.837Z||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-06-09T04:50:26.837Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:26.860Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:26.861Z||pool-31-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-09T04:50:27.737Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-09T04:50:27.738Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env 2022-06-09T04:50:27.738Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:50:27.738Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:27.740Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:27.740Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750227737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-09T04:50:27.840Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T04:50:27.842Z||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-06-09T04:50:27.842Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:27.876Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:27.877Z||pool-32-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:28.741Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar ASDC sendASDCNotification 2022-06-09T04:50:28.746Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar 2022-06-09T04:50:28.746Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T04:50:28.747Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:50:28.753Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:50:28.753Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750228741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:50:28.852Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T04:50:28.853Z||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-06-09T04:50:28.853Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:50:28.879Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:50:28.880Z||pool-33-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-09T04:50:29.754Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T04:50:29.768Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T04:50:29.770Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T04:50:29.770Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T04:50:29.770Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T04:50:59.771Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T04:50:59.782Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T04:50:59.784Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T04:50:59.784Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T04:50:59.784Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T04:51:02.680Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:51:02.681Z||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-06-09T04:51:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:51:02.756Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:51:02.759Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.759Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "NOTIFIED" } 2022-06-09T04:51:02.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-09T04:51:02.761Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-09T04:51:02.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750142676, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.765Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.765Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.765Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.766Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.766Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.766Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750150815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.767Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.767Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.767Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.768Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.768Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.768Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOTIFIED" } 2022-06-09T04:51:02.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.769Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.769Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.769Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-09T04:51:02.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-09T04:51:02.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.778Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.778Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-09T04:51:02.778Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.779Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.779Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.780Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.781Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.781Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750156268, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.782Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.782Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750147056, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.782Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750149446, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "ves-openapi-manager", "timestamp": 1654750146194, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.783Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.783Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750144869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.784Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.784Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.784Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750157370, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.784Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750157863, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750157133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.785Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750156914, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.786Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750158445, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.787Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.787Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.787Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "cds", "timestamp": 1654750158138, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-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-06-09T04:51:02.806Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452 2022-06-09T04:51:02.806Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 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-06-09T04:51:02.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750158934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.818Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.818Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.818Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750157919, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750159837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/vfw5c6935b8ce800_modules.json", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.819Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.819Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "policy-id", "timestamp": 1654750158923, "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-06-09T04:51:02.826Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452 2022-06-09T04:51:02.826Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 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-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750160078, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.836Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750160844, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.836Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750161106, "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-06-09T04:51:02.845Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452 2022-06-09T04:51:02.845Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-09T04:51:02.853Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.853Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750161847, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/resourceInstances/vfw5c6935b8ce800/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.854Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.854Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.854Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "multicloud-k8s-id", "timestamp": 1654750162119, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.855Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.855Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750162853, "artifactURL": "/sdc/v1/catalog/services/Vfw20220609044641/1.0/artifacts/service-Vfw20220609044641-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.855Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.856Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.856Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.857Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.857Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.857Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.858Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.858Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.858Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.859Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.859Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.860Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.860Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.860Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.861Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.861Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.861Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOTIFIED" } 2022-06-09T04:51:02.863Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.864Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.864Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.864Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.865Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.865Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.865Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.866Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.866Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.866Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.867Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.867Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750163791, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.867Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.868Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750163096, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.868Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.868Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.869Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.869Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.869Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.870Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.870Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.870Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750171705, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.871Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.871Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.871Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750170877, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.872Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.872Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.872Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:51:02.873Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.873Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.873Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750166985, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:51:02.874Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-09T04:51:02.874Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.874Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750173148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.875Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.875Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.875Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654750174154, "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-06-09T04:51:02.885Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452 2022-06-09T04:51:02.885Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 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-06-09T04:51:02.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750180818, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.898Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.898Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.898Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "aai-ml", "timestamp": 1654750181836, "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-06-09T04:51:02.904Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452 2022-06-09T04:51:02.904Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 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-06-09T04:51:02.919Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.919Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750185657, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:51:02.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.920Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750188661, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:51:02.920Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:51:02.920Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-09T04:51:02.921Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "clamp", "timestamp": 1654750189667, "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-06-09T04:51:02.929Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9180958c-8aba-4031-a4ba-98c29fb9a452 2022-06-09T04:51:02.929Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9180958c-8aba-4031-a4ba-98c29fb9a452 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-06-09T04:51:29.785Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T04:51:29.798Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T04:51:29.802Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T04:51:29.802Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T04:51:29.802Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T04:51:29.803Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T04:51:29.804Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:51:29.816Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T04:51:59.817Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 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-06-09T04:51:59.826Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9180958c-8aba-4031-a4ba-98c29fb9a452 and serviceModelVersionId: 9ee77f18-2cd7-4ef1-a044-977dfdcd1af1 2022-06-09T04:51:59.826Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f129b526-b5f7-41e5-81df-48a7b5cf703f 2022-06-09T04:51:59.827Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0 2022-06-09T04:51:59.833Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T04:51:59.901Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?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-06-09T04:51:59.902Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0|INFO|500||Invoke 2022-06-09T04:51:59.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T04:52:00.359Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0|INFO|500||InvokeReturn 2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f129b526-b5f7-41e5-81df-48a7b5cf703f/model-vers/model-ver/9ee77f18-2cd7-4ef1-a044-977dfdcd1af1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-04:51:59:186-79041], vertex-id=[188616], Content-Length=[0], Date=[Thu, 09 Jun 2022 04:51:59 GMT], Content-Type=[application/json]} 2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T04:52:00.360Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:52:00.367Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:52:00.367Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9180958c-8aba-4031-a4ba-98c29fb9a452 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T04:52:00.367Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T04:52:00.368Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-09T04:52:00.372Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T04:52:00.372Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750320367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T04:52:00.471Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T04:52:00.473Z||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-06-09T04:52:00.473Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T04:52:00.588Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:52:00.589Z||pool-34-thread-1|||||INFO|500||cambria reply ok (117 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-06-09T04:52:01.388Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:52:01.389Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:52:01.389Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:52:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:52:02.680Z||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-06-09T04:52:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:52:02.740Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:52:02.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "83684195-2a20-4ec9-bcf8-16dad98c79dd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750210748, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T04:52:02.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:52:02.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "NOTIFIED" } 2022-06-09T04:52:02.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-09T04:52:02.744Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T04:52:02.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-09T04:52:02.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T04:52:02.746Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750211767, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "NOTIFIED" } 2022-06-09T04:52:02.747Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-09T04:52:02.747Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.747Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750219599, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T04:52:02.747Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.748Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.748Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750222159, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T04:52:02.748Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750223290, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T04:52:02.749Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.749Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750224610, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750225727, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/basic_onboard_rtpgzw0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750226731, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750227737, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/resourceInstances/basic_onboard_rtpgzw0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-09T04:52:02.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:02.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-09T04:52:02.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750228741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRtpgzw/1.0/artifacts/service-BasicOnboardRtpgzw-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T04:52:02.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:52:11.059Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:52:11.060Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:52:11.061Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:52:11.061Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:52:20.670Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:53:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:53:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:53:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:53:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:53:02.680Z||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-06-09T04:53:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:53:03.228Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:53:03.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T04:53:03.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9180958c-8aba-4031-a4ba-98c29fb9a452", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654750320367, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T04:53:03.231Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T04:53:12.313Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:54:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:54:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:54:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:54:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:54:02.679Z||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-06-09T04:54:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:54:12.354Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:54:12.380Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:55:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:55:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:55:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:55:02.679Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:55:02.679Z||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-06-09T04:55:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:55:12.282Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:55:12.293Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:56:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:56:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:56:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:56:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:56:02.679Z||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-06-09T04:56:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:56:12.278Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:56:12.282Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:57:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:57:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:57:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:57:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:57:02.679Z||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-06-09T04:57:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:57:12.277Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:57:12.287Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:58:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:58:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:58:02.677Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:58:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:58:02.679Z||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-06-09T04:58:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:58:12.367Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:58:12.369Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:59:02.675Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:59:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T04:59:02.676Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T04:59:02.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T04:59:02.679Z||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-06-09T04:59:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T04:59:12.283Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T04:59:12.283Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:00:02.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:00:02.677Z||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-06-09T05:00:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:00:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:00:02.680Z||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-06-09T05:00:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:00:12.278Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:00:12.287Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:01:02.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:01:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:01:02.679Z||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-06-09T05:01:02.679Z||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-06-09T05:01:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:01:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:01:12.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:01:12.292Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:02:02.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:02:02.676Z||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-06-09T05:02:02.676Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:02:02.678Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:02:02.679Z||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-06-09T05:02:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:02:12.289Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:02:12.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:03:02.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:03:02.677Z||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-06-09T05:03:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:03:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:03:02.679Z||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-06-09T05:03:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:03:12.273Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:03:12.281Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:04:02.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:04:02.677Z||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-06-09T05:04:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:04:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:04:02.679Z||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-06-09T05:04:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:04:12.252Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:04:12.262Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:05:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:05:02.676Z||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-06-09T05:05:02.676Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:05:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:05:02.679Z||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-06-09T05:05:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:05:12.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:05:12.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:06:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:06:02.678Z||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-06-09T05:06:02.678Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:06:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:06:02.680Z||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-06-09T05:06:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:06:12.259Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:06:12.275Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:07:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:07:02.677Z||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-06-09T05:07:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:07:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:07:02.679Z||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-06-09T05:07:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:07:12.297Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:07:12.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:08:02.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:08:02.676Z||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-06-09T05:08:02.676Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:08:02.678Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:08:02.679Z||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-06-09T05:08:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:08:12.568Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:08:12.611Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:09:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:09:02.678Z||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-06-09T05:09:02.678Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:09:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:09:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:09:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:09:12.344Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:09:12.372Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:02.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:10:02.677Z||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-06-09T05:10:02.678Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:10:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:10:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:10:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:10:08.092Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:08.094Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:10:08.094Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cb4aa7ac-333a-4725-92e9-16d2cbb3389f","serviceName":"Demo_pNF_zCb4eKBP8yy6tjRD6UkN","serviceVersion":"1.0","serviceUUID":"141f4e02-4b6a-408a-8886-49330d9657de","serviceDescription":"catalog service description","serviceInvariantUUID":"5132b35d-1cbb-4802-80ce-6180a6e93e8d","resources":[{"resourceInstanceName":"pNF a0fbf114-5fc7 0","resourceName":"pNF a0fbf114-5fc7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"431851ee-d1c4-4aa9-a065-5b8e9ac0d841","resourceInvariantUUID":"fe5194bc-1c15-40f5-be41-663228e797ce","resourceCustomizationUUID":"c27b2eda-90e3-4fdf-a553-7367536a9a59","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml","artifactChecksum":"ODAxOTllZjM4NjM2ZjczMjhlOGY0ZWUyMGE1NTU3Nzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95c301b9-121f-4977-b84d-4459b15b7d30","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar","artifactChecksum":"Yzg1YWZkM2IzMzdiMGE5ZDIwMTIzNzI3ZDk1Y2Q0NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91f0ae5f-c191-413a-964d-604478513e3d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afa5e78e-0bda-4b14-95ac-6a9a5e946ca1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml","artifactChecksum":"OTcxOTY5OWNlYzdjYTZkODJhNjY3ZWQyYzBiZjQyYzQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3ab6323a-e20f-4600-9726-442725fde9b0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"64a6ca99-a978-44f6-a004-b204dedd5b77","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"31357ceb-f827-4b9f-878a-431cc99df28f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml","artifactChecksum":"N2Q3NmVhMWNlZTNlYjY4MTM0YWFiOWU2YTVhOGY4MDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4512cb4e-4163-41ec-8392-1ab08c047847","artifactVersion":"1"},{"artifactName":"service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar","artifactChecksum":"MTJhNzIyOWRjNDBjNDExZjZkMDZkZTk5Nzg1MWY0Zjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d6340d53-f64f-459a-a5e3-4a92b8c096be","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:10:08.103Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:08.104Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:08.110Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:08.110Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:08.209Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:10:08.210Z||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-06-09T05:10:08.211Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:08.254Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:08.255Z||pool-35-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":18,"count":1} 2022-06-09T05:10:08.404Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:08.404Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:10:08.404Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:08.405Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:10:09.112Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:09.113Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:09.118Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:09.119Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:09.215Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-09T05:10:09.217Z||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-06-09T05:10:09.218Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:09.259Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:09.260Z||pool-36-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:10:10.120Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:10.128Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:10.133Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:10.133Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:10.231Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-09T05:10:10.232Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:10:10.232Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:10.277Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:10.278Z||pool-37-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":3,"count":1} 2022-06-09T05:10:11.134Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:11.135Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:11.137Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:11.137Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:11.237Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:11.239Z||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-06-09T05:10:11.239Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:11.350Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:11.351Z||pool-38-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:10:12.138Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:12.139Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:12.142Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:12.142Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:12.242Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:12.243Z||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-06-09T05:10:12.244Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:12.272Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:12.273Z||pool-39-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:10:13.143Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:13.144Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:13.146Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:13.146Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:13.246Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:13.248Z||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-06-09T05:10:13.248Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:13.308Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:13.309Z||pool-40-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:10:14.149Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:14.150Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:14.153Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:14.153Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:10:14.253Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:14.254Z||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-06-09T05:10:14.254Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:14.322Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:14.323Z||pool-41-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:10:15.157Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:10:15.158Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:15.160Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:15.160Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:10:15.260Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:15.261Z||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-06-09T05:10:15.261Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:15.316Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:15.318Z||pool-42-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:10:16.164Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "serviceName": "Demo_pNF_zCb4eKBP8yy6tjRD6UkN", "serviceVersion": "1.0", "serviceUUID": "141f4e02-4b6a-408a-8886-49330d9657de", "serviceDescription": "catalog service description", "serviceInvariantUUID": "5132b35d-1cbb-4802-80ce-6180a6e93e8d", "resources": [ { "resourceInstanceName": "pNF a0fbf114-5fc7 0", "resourceCustomizationUUID": "c27b2eda-90e3-4fdf-a553-7367536a9a59", "resourceName": "pNF a0fbf114-5fc7", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "431851ee-d1c4-4aa9-a065-5b8e9ac0d841", "resourceInvariantUUID": "fe5194bc-1c15-40f5-be41-663228e797ce", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "artifactChecksum": "MTJhNzIyOWRjNDBjNDExZjZkMDZkZTk5Nzg1MWY0Zjc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d6340d53-f64f-459a-a5e3-4a92b8c096be" } ], "workloadContext": "Production" } 2022-06-09T05:10:16.164Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:10:16.165Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 141f4e02-4b6a-408a-8886-49330d9657de ASDC 2022-06-09T05:10:16.166Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:cb4aa7ac-333a-4725-92e9-16d2cbb3389f ServiceName:Demo_pNF_zCb4eKBP8yy6tjRD6UkN ServiceVersion:1.0 ServiceUUID:141f4e02-4b6a-408a-8886-49330d9657de ServiceInvariantUUID:5132b35d-1cbb-4802-80ce-6180a6e93e8d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar ArtifactUUID:d6340d53-f64f-459a-a5e3-4a92b8c096be ArtifactChecksum:MTJhNzIyOWRjNDBjNDExZjZkMDZkZTk5Nzg1MWY0Zjc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF a0fbf114-5fc7 0 ResourceCustomizationUUID:c27b2eda-90e3-4fdf-a553-7367536a9a59 ResourceInvariantUUID:fe5194bc-1c15-40f5-be41-663228e797ce ResourceName:pNF a0fbf114-5fc7 ResourceType:PNF ResourceUUID:431851ee-d1c4-4aa9-a065-5b8e9ac0d841 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-09T05:10:16.166Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 141f4e02-4b6a-408a-8886-49330d9657de 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-06-09T05:10:16.207Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:10:16.208Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:10:16.209Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:10:16.209Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d6340d53-f64f-459a-a5e3-4a92b8c096be from URL: /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:16.209Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:10:16.210Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:16.403Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar d6340d53-f64f-459a-a5e3-4a92b8c096be 82650 2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar ASDC sendASDCNotification 2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:10:16.409Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:16.411Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:16.411Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751416409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:10:16.511Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:16.512Z||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-06-09T05:10:16.513Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:16.565Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:16.566Z||pool-43-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:10:17.412Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:10:17.413Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:10:17.413Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d6340d53-f64f-459a-a5e3-4a92b8c096be, URL: /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar to file: /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:17.414Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:17.414Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:17.414Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:17.579Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4253441439924590759/Definitions/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml 2022-06-09T05:10:18.467Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:10:18.467Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:10:18.467Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF a0fbf114-5fc7 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-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.468Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.469Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:10:18.469Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.469Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Node template pNF a0fbf114-5fc7 0 is matching search criteria 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF a0fbf114-5fc7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Node template pNF a0fbf114-5fc7 0 is matching search criteria 2022-06-09T05:10:18.470Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF a0fbf114-5fc7 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.471Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.472Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_zCb4eKBP8yy6tjRD6UkN Description:catalog service description Model UUID:141f4e02-4b6a-408a-8886-49330d9657de Model Version:NULL Model InvariantUuid:5132b35d-1cbb-4802-80ce-6180a6e93e8d 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-06-09T05:10:18.480Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 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-06-09T05:10:18.486Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||pNF a0fbf114-5fc7 0 2022-06-09T05:10:18.486Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 2022-06-09T05:10:18.487Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 141f4e02-4b6a-408a-8886-49330d9657de 2022-06-09T05:10:18.487Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 141f4e02-4b6a-408a-8886-49330d9657de 2022-06-09T05:10:18.488Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF a0fbf114-5fc7 0 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 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-06-09T05:10:18.494Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f300a3e, org.onap.sdc.toscaparser.api.parameters.Input@6c998031, org.onap.sdc.toscaparser.api.parameters.Input@1816e417, org.onap.sdc.toscaparser.api.parameters.Input@54cd3590, org.onap.sdc.toscaparser.api.parameters.Input@1be3b4cd] 2022-06-09T05:10:18.494Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.494Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 141f4e02-4b6a-408a-8886-49330d9657de: pNF a0fbf114-5fc7 2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Processing PNF resource: 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_zCb4eKBP8yy6tjRD6UkN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:10:18.495Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||Resource customization UUID: c27b2eda-90e3-4fdf-a553-7367536a9a59 is the same as notified resource customizationUUID: c27b2eda-90e3-4fdf-a553-7367536a9a59 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-06-09T05:10:18.599Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF a0fbf114-5fc7 431851ee-d1c4-4aa9-a065-5b8e9ac0d841 0 ASDC deployResourceStructure 2022-06-09T05:10:18.600Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar ASDC sendASDCNotification 2022-06-09T05:10:18.600Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar 2022-06-09T05:10:18.600Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:10:18.601Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:10:18.602Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:10:18.602Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751418600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:10:18.703Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:10:18.704Z||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-06-09T05:10:18.704Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:10:18.736Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:10:18.736Z||pool-44-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:10:19.604Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:10:19.618Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:10:19.621Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:10:19.622Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:10:19.622Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:10:49.625Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:10:49.652Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:10:49.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:10:49.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:10:49.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:11:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:11:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:11:02.681Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:11:02.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:11:02.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:11:02.730Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:11:02.731Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:11:19.655Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:11:19.669Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:11:19.671Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:11:19.671Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:11:19.671Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:11:49.672Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:11:49.686Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:11:49.693Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:11:49.694Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:11:49.694Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:12:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:12:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:12:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:12:02.791Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:12:02.792Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:12:02.792Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:12:02.794Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:12:19.694Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:12:19.708Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:12:19.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:12:19.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:12:19.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:12:49.711Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:12:49.725Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:12:49.728Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:12:49.728Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:12:49.728Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:13:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:13:02.680Z||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-06-09T05:13:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:13:02.742Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:02.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.746Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.750Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.751Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.753Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.753Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.753Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.754Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.755Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.756Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.757Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.758Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751406194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751402676, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.759Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751404868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751407056, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.760Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751416409, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751415446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751415400, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.761Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751416055, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "multicloud-k8s-id", "timestamp": 1654751409446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751416406, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.762Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751416656, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:13:02.764Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.764Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "cds", "timestamp": 1654751417076, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-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-06-09T05:13:02.776Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f 2022-06-09T05:13:02.777Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:02.790Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.791Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "policy-id", "timestamp": 1654751417411, "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-06-09T05:13:02.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f 2022-06-09T05:13:02.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.804Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751418600, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:13:02.804Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.804Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.805Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "ves-openapi-manager", "timestamp": 1654751417662, "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-06-09T05:13:02.810Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f 2022-06-09T05:13:02.810Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:02.819Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.819Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.819Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.820Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.820Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.820Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.821Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.821Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.821Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.822Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.822Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.822Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.823Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.824Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.827Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.827Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751423791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751423098, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/resourceInstances/pnfa0fbf1145fc70/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751432850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.839Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751431976, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:02.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751426986, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:13:02.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751433977, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:13:02.842Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751434981, "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-06-09T05:13:02.848Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f 2022-06-09T05:13:02.849Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:02.859Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.859Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751439102, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:13:02.859Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.860Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.860Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "aai-ml", "timestamp": 1654751440110, "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-06-09T05:13:02.865Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f 2022-06-09T05:13:02.866Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:02.875Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.875Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751444889, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:13:02.875Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.876Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.876Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751446913, "artifactURL": "/sdc/v1/catalog/services/DemoPnfZcb4ekbp8yy6tjrd6ukn/1.0/artifacts/service-DemoPnfZcb4ekbp8yy6tjrd6ukn-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:13:02.877Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:13:02.877Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:13:02.877Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "clamp", "timestamp": 1654751447925, "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-06-09T05:13:02.882Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cb4aa7ac-333a-4725-92e9-16d2cbb3389f 2022-06-09T05:13:02.882Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:19.729Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:13:19.746Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:13:19.754Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.755Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:13:19.756Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:13:19.761Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:13:49.761Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f 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-06-09T05:13:49.771Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cb4aa7ac-333a-4725-92e9-16d2cbb3389f and serviceModelVersionId: 141f4e02-4b6a-408a-8886-49330d9657de 2022-06-09T05:13:49.772Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5132b35d-1cbb-4802-80ce-6180a6e93e8d 2022-06-09T05:13:49.774Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0 2022-06-09T05:13:49.783Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:13:49.857Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?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-06-09T05:13:49.859Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0|INFO|500||Invoke 2022-06-09T05:13:49.893Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:13:50.328Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0|INFO|500||InvokeReturn 2022-06-09T05:13:50.329Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5132b35d-1cbb-4802-80ce-6180a6e93e8d/model-vers/model-ver/141f4e02-4b6a-408a-8886-49330d9657de?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-05:13:49:127-27987], vertex-id=[385176], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:13:49 GMT], Content-Type=[application/json]} 2022-06-09T05:13:50.329Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:13:50.329Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:13:50.330Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:13:50.339Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:13:50.340Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cb4aa7ac-333a-4725-92e9-16d2cbb3389f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:13:50.341Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:13:50.341Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:13:50.345Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:13:50.346Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751630340, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:13:50.445Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:13:50.447Z||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-06-09T05:13:50.447Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:13:50.484Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:50.485Z||pool-45-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":2,"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-06-09T05:13:51.360Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:13:51.360Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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-06-09T05:13:51.361Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|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 GuooXKzmq98BzA20) ... 2022-06-09T05:13:56.107Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:56.109Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:13:56.109Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"093c4099-3aa8-4472-955f-c84ef504a128","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3faf364d-3645-4940-b765-69fb98c776c1","serviceDescription":"service","serviceInvariantUUID":"d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"234928ea-9e0e-423d-b605-08969c3f08ac","resourceInvariantUUID":"7421f541-101c-4bd4-90f2-9170a85937de","resourceCustomizationUUID":"b55ad444-f940-42fc-b33c-ef02f85e3e69","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":"ODhjMDcyM2Q4ZGVjZTRmNTFhZWE1MDc2MDQ5MTAzY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c209b732-07c3-4310-9d21-d64abd07fc53","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":"M2VhNWMyZGJjNGY5MzJjYTA1YWIzYjQyMzc1Nzc5NWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d394ead7-22e2-47cb-b4f4-09dadd2b51c5","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":"591c06a3-98a7-4ea6-bbda-517270bcb3dc","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":"8db0f28b-ae21-491b-8164-8d91ce4716b6","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":"3b20ef06-a673-49e9-b027-7b92a2249809","artifactVersion":"2","generatedFromUUID":"591c06a3-98a7-4ea6-bbda-517270bcb3dc"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWY4OTFmZmM3Mjk3M2ZjNDU3NjBiZDhjYjA5ZmU3Zjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1ccce969-2d9b-4efe-881b-96d1e1e505fa","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZGU1MTZkNTVlZGIwNzE1Nzk2ZDljNDlkM2E3ODVkMjk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8d56312-9e18-410d-bf3f-12896d076de9","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:13:56.113Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:13:56.114Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:13:56.116Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:13:56.116Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:56.216Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:13:56.218Z||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-06-09T05:13:56.218Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:13:56.245Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:56.245Z||pool-46-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:13:57.117Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:13:57.118Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:13:57.125Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:13:57.126Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:13:57.221Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-09T05:13:57.222Z||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-06-09T05:13:57.222Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:13:57.254Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:57.255Z||pool-47-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:13:58.126Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:13:58.127Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:13:58.130Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:13:58.130Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:13:58.230Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:13:58.231Z||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-06-09T05:13:58.231Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:13:58.257Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:58.258Z||pool-48-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:13:59.131Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:13:59.132Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:13:59.134Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:13:59.134Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:13:59.234Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:13:59.235Z||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-06-09T05:13:59.235Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:13:59.266Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:13:59.266Z||pool-49-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:00.135Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:00.136Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:00.138Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:00.139Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-09T05:14:00.239Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:00.240Z||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-06-09T05:14:00.240Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:00.328Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:00.329Z||pool-50-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:14:01.139Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:01.140Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:01.143Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:01.143Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:01.243Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:14:01.244Z||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-06-09T05:14:01.245Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:01.318Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:01.319Z||pool-51-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:14:02.144Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:02.145Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:02.147Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:02.147Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.247Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:02.248Z||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-06-09T05:14:02.248Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:02.309Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:02.310Z||pool-52-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:14:02.679Z||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-06-09T05:14:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:14:02.779Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:02.823Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.823Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.824Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.824Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.825Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.825Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.825Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.826Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.826Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.826Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.827Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.828Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.828Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:14:02.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.829Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.829Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.829Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.830Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.830Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.830Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:14:02.831Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.831Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:14:02.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.832Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.832Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.833Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.833Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.833Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.834Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.834Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.835Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.836Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.836Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.837Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.837Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751467057, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.838Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "ves-openapi-manager", "timestamp": 1654751466194, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751469449, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.839Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.839Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751464869, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751481509, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751482345, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.840Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751481306, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.841Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "cds", "timestamp": 1654751482519, "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-06-09T05:14:02.858Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128 2022-06-09T05:14:02.859Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 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-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751482311, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:02.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751483504, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.868Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.868Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.869Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "policy-id", "timestamp": 1654751483315, "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-06-09T05:14:02.874Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128 2022-06-09T05:14:02.874Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 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-06-09T05:14:02.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.883Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751484704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.883Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.883Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.884Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.884Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.885Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.885Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.885Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751485732, "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-06-09T05:14:02.890Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128 2022-06-09T05:14:02.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-09T05:14:02.897Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.897Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.898Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "multicloud-k8s-id", "timestamp": 1654751486735, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.899Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.900Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.901Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.902Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.903Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.904Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.905Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.906Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.907Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.908Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751491667, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751490907, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751483524, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751484868, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751493916, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751493103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "cds", "timestamp": 1654751494948, "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-06-09T05:14:02.930Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 2022-06-09T05:14:02.930Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 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-06-09T05:14:02.938Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.938Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751494784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.939Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.939Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.939Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751494113, "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-06-09T05:14:02.943Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128 2022-06-09T05:14:02.943Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 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-06-09T05:14:02.951Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.951Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "ves-openapi-manager", "timestamp": 1654751486194, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.952Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-09T05:14:02.952Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.952Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751495789, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.953Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.954Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.954Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "policy-id", "timestamp": 1654751496792, "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-06-09T05:14:02.959Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 2022-06-09T05:14:02.959Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 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-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751489446, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:02.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751499244, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751500393, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751500081, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751501485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "aai-ml", "timestamp": 1654751501095, "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-06-09T05:14:02.977Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128 2022-06-09T05:14:02.977Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 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-06-09T05:14:02.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751502751, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.986Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751502909, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:02.987Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:02.987Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:02.987Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751503804, "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-06-09T05:14:02.994Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 2022-06-09T05:14:02.994Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "multicloud-k8s-id", "timestamp": 1654751504807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751483096, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751504916, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751504388, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:03.006Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:03.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "clamp", "timestamp": 1654751505924, "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-06-09T05:14:03.012Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 093c4099-3aa8-4472-955f-c84ef504a128 2022-06-09T05:14:03.012Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093c4099-3aa8-4472-955f-c84ef504a128 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-06-09T05:14:03.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751506553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751507557, "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-06-09T05:14:03.036Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 2022-06-09T05:14:03.036Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 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-06-09T05:14:03.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.045Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751483791, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751511260, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:03.046Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.047Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:03.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751486985, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:03.049Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-09T05:14:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751519678, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:03.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:14:03.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:14:03.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "aai-ml", "timestamp": 1654751520685, "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-06-09T05:14:03.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 2022-06-09T05:14:03.055Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 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-06-09T05:14:03.148Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3faf364d-3645-4940-b765-69fb98c776c1", "serviceDescription": "service", "serviceInvariantUUID": "d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "b55ad444-f940-42fc-b33c-ef02f85e3e69", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "234928ea-9e0e-423d-b605-08969c3f08ac", "resourceInvariantUUID": "7421f541-101c-4bd4-90f2-9170a85937de", "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": "M2VhNWMyZGJjNGY5MzJjYTA1YWIzYjQyMzc1Nzc5NWE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d394ead7-22e2-47cb-b4f4-09dadd2b51c5", "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": "591c06a3-98a7-4ea6-bbda-517270bcb3dc", "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": "3b20ef06-a673-49e9-b027-7b92a2249809", "generatedFromUUID": "591c06a3-98a7-4ea6-bbda-517270bcb3dc" }, "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": "3b20ef06-a673-49e9-b027-7b92a2249809", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZGU1MTZkNTVlZGIwNzE1Nzk2ZDljNDlkM2E3ODVkMjk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b8d56312-9e18-410d-bf3f-12896d076de9" } ], "workloadContext": "Production" } 2022-06-09T05:14:03.149Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:14:03.149Z|cb4aa7ac-333a-4725-92e9-16d2cbb3389f|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3faf364d-3645-4940-b765-69fb98c776c1 ASDC 2022-06-09T05:14:03.150Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:093c4099-3aa8-4472-955f-c84ef504a128 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3faf364d-3645-4940-b765-69fb98c776c1 ServiceInvariantUUID:d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5 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:b8d56312-9e18-410d-bf3f-12896d076de9 ArtifactChecksum:ZGU1MTZkNTVlZGIwNzE1Nzk2ZDljNDlkM2E3ODVkMjk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:b55ad444-f940-42fc-b33c-ef02f85e3e69 ResourceInvariantUUID:7421f541-101c-4bd4-90f2-9170a85937de ResourceName:basic_vm ResourceType:VF ResourceUUID:234928ea-9e0e-423d-b605-08969c3f08ac 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:d394ead7-22e2-47cb-b4f4-09dadd2b51c5 ArtifactChecksum:M2VhNWMyZGJjNGY5MzJjYTA1YWIzYjQyMzc1Nzc5NWE= 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:591c06a3-98a7-4ea6-bbda-517270bcb3dc 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:3b20ef06-a673-49e9-b027-7b92a2249809 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:3b20ef06-a673-49e9-b027-7b92a2249809 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-09T05:14:03.150Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3faf364d-3645-4940-b765-69fb98c776c1 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-06-09T05:14:03.184Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:14:03.185Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:14:03.185Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:14:03.186Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8d56312-9e18-410d-bf3f-12896d076de9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-09T05:14:03.186Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:03.186Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-09T05:14:03.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:03.398Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b8d56312-9e18-410d-bf3f-12896d076de9 71070 2022-06-09T05:14:03.399Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-09T05:14:03.399Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-09T05:14:03.399Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:03.400Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:03.402Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:03.402Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751643399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:03.503Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-09T05:14:03.504Z||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-06-09T05:14:03.504Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:03.612Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:03.613Z||pool-53-thread-1|||||INFO|500||cambria reply ok (109 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:04.403Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:14:04.404Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:14:04.405Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b8d56312-9e18-410d-bf3f-12896d076de9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:04.406Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-09T05:14:04.406Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:04.406Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:04.616Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10060374048614610686/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-09T05:14:05.960Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:14:05.961Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.965Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:05.965Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:14:05.965Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:14:05.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.967Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-09T05:14:05.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:14:05.970Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.970Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:05.970Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:05.971Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.972Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b37a6a6b-76a5-4c81-b1f3-6d2fc98ec782 2022-06-09T05:14:05.973Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.974Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:05.975Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3faf364d-3645-4940-b765-69fb98c776c1 Model Version:NULL Model InvariantUuid:d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:f9d72102-fa6b-4d80-98b1-f8c198131a07 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7421f541-101c-4bd4-90f2-9170a85937de Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b55ad444-f940-42fc-b33c-ef02f85e3e69 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f971af30-bcd0-4974-a31c-93a13c043472 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:e3f2a840-700c-46f7-bc33-058c963f99fc ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b37a6a6b-76a5-4c81-b1f3-6d2fc98ec782 ModelInvariantUuid:aa169514-c3e7-4f05-9c67-558bdd2494fd ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:6304589f-16b7-418e-a6c5-271f7f3e6c2f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:c830877f-9a75-4573-b17a-2eede447481e ModelInvariantUuid:275e4199-777f-4119-9a31-135f71ff55ad ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:07baa05e-56a2-4895-ab80-e7c916c8bef2 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-06-09T05:14:05.983Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 234928ea-9e0e-423d-b605-08969c3f08ac 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-06-09T05:14:05.986Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||basic_vm 0 2022-06-09T05:14:05.986Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 234928ea-9e0e-423d-b605-08969c3f08ac 2022-06-09T05:14:05.986Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d394ead7-22e2-47cb-b4f4-09dadd2b51c5 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-09T05:14:05.987Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:05.987Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:06.188Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:06.188Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d394ead7-22e2-47cb-b4f4-09dadd2b51c5 787 2022-06-09T05:14:06.189Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:06.189Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:06.189Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:06.190Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:06.192Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:06.192Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751646189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:06.292Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:06.293Z||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-06-09T05:14:06.294Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:06.318Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:06.319Z||pool-54-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:14:07.192Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f971af30-bcd0-4974-a31c-93a13c043472", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3f2a840-700c-46f7-bc33-058c963f99fc", "vfModuleModelCustomizationUUID": "f01e9abb-5d77-40f2-94c6-ddc3328cd395", "isBase": true, "artifacts": [ "591c06a3-98a7-4ea6-bbda-517270bcb3dc", "3b20ef06-a673-49e9-b027-7b92a2249809" ], "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-06-09T05:14:07.197Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3f2a840-700c-46f7-bc33-058c963f99fc VfModuleModelInvariantUUID:f971af30-bcd0-4974-a31c-93a13c043472 VfModuleModelDescription:NULL Artifacts UUID List:{ 591c06a3-98a7-4ea6-bbda-517270bcb3dc , 3b20ef06-a673-49e9-b027-7b92a2249809 } 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-06-09T05:14:07.200Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f971af30-bcd0-4974-a31c-93a13c043472", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3f2a840-700c-46f7-bc33-058c963f99fc", "vfModuleModelCustomizationUUID": "f01e9abb-5d77-40f2-94c6-ddc3328cd395", "isBase": true, "artifacts": [ "591c06a3-98a7-4ea6-bbda-517270bcb3dc", "3b20ef06-a673-49e9-b027-7b92a2249809" ], "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-06-09T05:14:07.200Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3f2a840-700c-46f7-bc33-058c963f99fc VfModuleModelInvariantUUID:f971af30-bcd0-4974-a31c-93a13c043472 VfModuleModelDescription:NULL Artifacts UUID List:{ 591c06a3-98a7-4ea6-bbda-517270bcb3dc , 3b20ef06-a673-49e9-b027-7b92a2249809 } 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-06-09T05:14:07.201Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 591c06a3-98a7-4ea6-bbda-517270bcb3dc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-09T05:14:07.201Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:07.201Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 591c06a3-98a7-4ea6-bbda-517270bcb3dc 5033 2022-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:07.284Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:07.285Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:07.285Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:07.286Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:07.287Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751647284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:07.387Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:07.390Z||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-06-09T05:14:07.395Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:07.438Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:07.438Z||pool-55-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:14:08.287Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 3b20ef06-a673-49e9-b027-7b92a2249809 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-09T05:14:08.288Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:08.288Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:08.347Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3b20ef06-a673-49e9-b027-7b92a2249809 903 2022-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:08.348Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:08.349Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:08.350Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:08.351Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751648348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:08.451Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:08.453Z||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-06-09T05:14:08.453Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:08.482Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:08.483Z||pool-56-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:09.361Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 3faf364d-3645-4940-b765-69fb98c776c1 2022-06-09T05:14:09.362Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 234928ea-9e0e-423d-b605-08969c3f08ac 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-06-09T05:14:09.378Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ac18dff, org.onap.sdc.toscaparser.api.parameters.Input@7808e830, org.onap.sdc.toscaparser.api.parameters.Input@1d60bf36, org.onap.sdc.toscaparser.api.parameters.Input@42101352, org.onap.sdc.toscaparser.api.parameters.Input@6498d09a] 2022-06-09T05:14:09.379Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.379Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.380Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-09T05:14:09.380Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b55ad444-f940-42fc-b33c-ef02f85e3e69 2022-06-09T05:14:09.380Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b55ad444-f940-42fc-b33c-ef02f85e3e69 matches Tosca VF Customization UUID: b55ad444-f940-42fc-b33c-ef02f85e3e69 2022-06-09T05:14:09.380Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b55ad444-f940-42fc-b33c-ef02f85e3e69 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-06-09T05:14:09.382Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.383Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.383Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b55ad444-f940-42fc-b33c-ef02f85e3e69: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-06-09T05:14:09.383Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1a771a9 2022-06-09T05:14:09.383Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.384Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:14:09.384Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f01e9abb-5d77-40f2-94c6-ddc3328cd395 2022-06-09T05:14:09.384Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f01e9abb-5d77-40f2-94c6-ddc3328cd395 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-06-09T05:14:09.387Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.387Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:09.387Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:09.387Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.387Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:09.388Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:09.388Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.388Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-09T05:14:09.388Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-09T05:14:09.388Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-09T05:14:09.388Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b37a6a6b-76a5-4c81-b1f3-6d2fc98ec782 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-06-09T05:14:09.391Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.391Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:09.391Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:09.391Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.391Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-09T05:14:09.391Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=b55ad444-f940-42fc-b33c-ef02f85e3e69 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-06-09T05:14:09.393Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.393Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 3faf364d-3645-4940-b765-69fb98c776c1: basic_vm 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.394Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:09.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:09.395Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:09.495Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 234928ea-9e0e-423d-b605-08969c3f08ac 1 ASDC deployResourceStructure 2022-06-09T05:14:09.495Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:09.496Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:09.496Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:14:09.496Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:09.498Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:09.498Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751649495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:14:09.599Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:09.600Z||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-06-09T05:14:09.600Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:09.634Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:09.635Z||pool-57-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":3,"count":1} 2022-06-09T05:14:10.499Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:10.500Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:10.500Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:14:10.501Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:10.503Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:10.503Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751650499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:14:10.603Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:14:10.604Z||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-06-09T05:14:10.604Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:10.632Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:10.633Z||pool-58-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:14:11.505Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:11.505Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||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-06-09T05:14:11.506Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:14:11.506Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:11.508Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:11.508Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751651505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-09T05:14:11.608Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:14:11.609Z||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-06-09T05:14:11.610Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:11.644Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:11.645Z||pool-59-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:12.510Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-06-09T05:14:12.511Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-09T05:14:12.511Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:14:12.511Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:12.513Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:12.513Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751652510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:14:12.614Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:12.615Z||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-06-09T05:14:12.615Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:12.654Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:12.655Z||pool-60-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:14:13.514Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093c4099-3aa8-4472-955f-c84ef504a128 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:14:13.527Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093c4099-3aa8-4472-955f-c84ef504a128 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:14:13.530Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:14:13.530Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:14:13.530Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:14:13.530Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:14:13.531Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:14:13.536Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:14:43.537Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093c4099-3aa8-4472-955f-c84ef504a128 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-06-09T05:14:43.544Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093c4099-3aa8-4472-955f-c84ef504a128 and serviceModelVersionId: 3faf364d-3645-4940-b765-69fb98c776c1 2022-06-09T05:14:43.544Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5 2022-06-09T05:14:43.546Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5/model-vers/model-ver/3faf364d-3645-4940-b765-69fb98c776c1?depth=0 2022-06-09T05:14:43.550Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:14:43.618Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5/model-vers/model-ver/3faf364d-3645-4940-b765-69fb98c776c1?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-06-09T05:14:43.620Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5/model-vers/model-ver/3faf364d-3645-4940-b765-69fb98c776c1?depth=0|INFO|500||Invoke 2022-06-09T05:14:43.640Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5/model-vers/model-ver/3faf364d-3645-4940-b765-69fb98c776c1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:14:43.905Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5/model-vers/model-ver/3faf364d-3645-4940-b765-69fb98c776c1?depth=0|INFO|500||InvokeReturn 2022-06-09T05:14:43.907Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9a4c98c-ac9d-420f-b7d3-5d1cee9b81e5/model-vers/model-ver/3faf364d-3645-4940-b765-69fb98c776c1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-05:14:42:872-99011], vertex-id=[159992], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:14:42 GMT], Content-Type=[application/json]} 2022-06-09T05:14:43.907Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:14:43.908Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:14:43.908Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:14:43.914Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:14:43.914Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093c4099-3aa8-4472-955f-c84ef504a128 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:14:43.914Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:14:43.914Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:43.917Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:43.917Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751683914, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:14:44.017Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:44.018Z||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-06-09T05:14:44.018Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:44.098Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:44.098Z||pool-61-thread-1|||||INFO|500||cambria reply ok (81 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-06-09T05:14:44.929Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:14:44.929Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"3113f5f9-a31a-4443-b4d2-963a9ede8ed1","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"476b885a-484c-43b7-af4b-95087468c867","serviceDescription":"service","serviceInvariantUUID":"4a2d6a62-95d4-487b-8032-f67bfbdf626c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"eb35a9ef-2292-44ba-89f1-699a5af8b5e6","resourceInvariantUUID":"93d6d7c9-876f-40e5-a7ec-2610678e127f","resourceCustomizationUUID":"08d30c8b-cbaf-4b23-beaf-fc8d12544af2","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":"OGFhMDU3ODc4NWE0ZjAwYTk5N2U5OTQ4NGVmMzRjMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5758b9e2-b03c-4fff-af61-532899967705","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":"24be4f5a-39df-4275-8f37-499c477bb596","artifactVersion":"2","generatedFromUUID":"df67316a-8ce2-4b22-b7fc-61c062d18f7c"},{"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":"df67316a-8ce2-4b22-b7fc-61c062d18f7c","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":"ZjBiMjBmNjZmMzU3MjA3MTI5YWE0YTVmMTU4ZjhmZDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cd3e3cb1-5664-4ad3-8657-4625fb58a261","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":"c693a694-9d05-4da2-b5fa-bb158611b61e","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":"618535c5-8192-4c1e-9003-8cdd05e3ec5c","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":"eb1cbac4-ef01-4829-b2ab-f354d6e35b71","artifactVersion":"2","generatedFromUUID":"c693a694-9d05-4da2-b5fa-bb158611b61e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MzIyYTAwY2QyN2U2MDU2YTlkOWQ1YTA3NzAzYzE3MWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6e33fe1f-a6b7-43f3-80f4-06f16e1340df","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzQyOTEzNDk5OGI2NTA4ODEwZDFkMzY0NjVkMjMyNDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b0e1f331-37be-4e35-b9d9-e18d614a0537","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:14:44.930Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:44.930Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:44.932Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:44.932Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:45.033Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:45.034Z||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-06-09T05:14:45.034Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:45.081Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:45.082Z||pool-62-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:45.934Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:45.935Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:45.937Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:45.937Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-09T05:14:46.037Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:46.038Z||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-06-09T05:14:46.038Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:46.077Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:46.078Z||pool-63-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:46.938Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:46.938Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:46.941Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:46.941Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-09T05:14:47.041Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:47.043Z||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-06-09T05:14:47.043Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:47.068Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:47.069Z||pool-64-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:47.942Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:47.942Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:47.944Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:47.944Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:14:48.044Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:48.056Z||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-06-09T05:14:48.057Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:48.082Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:48.083Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:48.945Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:48.946Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:48.949Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:48.949Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-09T05:14:49.049Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:14:49.050Z||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-06-09T05:14:49.050Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:49.076Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:49.077Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:14:49.951Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:49.952Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:49.955Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:49.955Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:50.055Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:50.056Z||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-06-09T05:14:50.057Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:50.085Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:50.085Z||pool-67-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:14:50.956Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:50.956Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:50.959Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:50.959Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-09T05:14:51.059Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:51.060Z||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-06-09T05:14:51.060Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:51.104Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:51.105Z||pool-68-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:51.959Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:51.960Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:51.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:51.962Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:14:52.062Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:52.063Z||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-06-09T05:14:52.063Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:52.116Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:52.116Z||pool-69-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:52.963Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:14:52.964Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:52.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:52.966Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:14:53.066Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:14:53.067Z||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-06-09T05:14:53.068Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:53.087Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:53.088Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:53.968Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "476b885a-484c-43b7-af4b-95087468c867", "serviceDescription": "service", "serviceInvariantUUID": "4a2d6a62-95d4-487b-8032-f67bfbdf626c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "08d30c8b-cbaf-4b23-beaf-fc8d12544af2", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "eb35a9ef-2292-44ba-89f1-699a5af8b5e6", "resourceInvariantUUID": "93d6d7c9-876f-40e5-a7ec-2610678e127f", "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": "24be4f5a-39df-4275-8f37-499c477bb596", "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": "df67316a-8ce2-4b22-b7fc-61c062d18f7c", "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": "ZjBiMjBmNjZmMzU3MjA3MTI5YWE0YTVmMTU4ZjhmZDQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cd3e3cb1-5664-4ad3-8657-4625fb58a261", "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": "c693a694-9d05-4da2-b5fa-bb158611b61e", "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": "eb1cbac4-ef01-4829-b2ab-f354d6e35b71", "generatedFromUUID": "c693a694-9d05-4da2-b5fa-bb158611b61e" }, "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": "eb1cbac4-ef01-4829-b2ab-f354d6e35b71", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzQyOTEzNDk5OGI2NTA4ODEwZDFkMzY0NjVkMjMyNDI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b0e1f331-37be-4e35-b9d9-e18d614a0537" } ], "workloadContext": "Production" } 2022-06-09T05:14:53.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:14:53.969Z|093c4099-3aa8-4472-955f-c84ef504a128|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 476b885a-484c-43b7-af4b-95087468c867 ASDC 2022-06-09T05:14:53.970Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:3113f5f9-a31a-4443-b4d2-963a9ede8ed1 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:476b885a-484c-43b7-af4b-95087468c867 ServiceInvariantUUID:4a2d6a62-95d4-487b-8032-f67bfbdf626c 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:b0e1f331-37be-4e35-b9d9-e18d614a0537 ArtifactChecksum:YzQyOTEzNDk5OGI2NTA4ODEwZDFkMzY0NjVkMjMyNDI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:08d30c8b-cbaf-4b23-beaf-fc8d12544af2 ResourceInvariantUUID:93d6d7c9-876f-40e5-a7ec-2610678e127f ResourceName:basic_cnf ResourceType:VF ResourceUUID:eb35a9ef-2292-44ba-89f1-699a5af8b5e6 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:24be4f5a-39df-4275-8f37-499c477bb596 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:df67316a-8ce2-4b22-b7fc-61c062d18f7c 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:cd3e3cb1-5664-4ad3-8657-4625fb58a261 ArtifactChecksum:ZjBiMjBmNjZmMzU3MjA3MTI5YWE0YTVmMTU4ZjhmZDQ= 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:c693a694-9d05-4da2-b5fa-bb158611b61e 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:eb1cbac4-ef01-4829-b2ab-f354d6e35b71 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:eb1cbac4-ef01-4829-b2ab-f354d6e35b71 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-09T05:14:53.970Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 476b885a-484c-43b7-af4b-95087468c867 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-06-09T05:14:54.006Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:14:54.007Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:14:54.007Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:14:54.007Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0e1f331-37be-4e35-b9d9-e18d614a0537 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-09T05:14:54.008Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:54.008Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-09T05:14:54.640Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:54.644Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b0e1f331-37be-4e35-b9d9-e18d614a0537 68947 2022-06-09T05:14:54.644Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-09T05:14:54.644Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-09T05:14:54.645Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:54.645Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:54.647Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:54.647Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751694644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:54.747Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:54.748Z||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-06-09T05:14:54.748Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:54.815Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:54.816Z||pool-71-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:55.647Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:14:55.649Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:14:55.649Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: b0e1f331-37be-4e35-b9d9-e18d614a0537, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-09T05:14:55.650Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-09T05:14:55.650Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-09T05:14:55.651Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-09T05:14:55.764Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1905609155546684440/Definitions/service-BasicCnf-template.yml 2022-06-09T05:14:57.105Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-09T05:14:57.106Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-09T05:14:57.107Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:14:57.107Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.107Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.107Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:14:57.107Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:14:57.107Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:14:57.108Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.108Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.108Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:14:57.108Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:14:57.108Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:14:57.109Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.109Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.109Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.109Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-09T05:14:57.110Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-09T05:14:57.110Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-09T05:14:57.110Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-09T05:14:57.110Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.110Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:14:57.110Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:14:57.111Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2d09ef86-c977-46ea-92dd-934404c47bb9 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.112Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.113Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.113Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.113Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.113Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:14:57.113Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:14:57.113Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:476b885a-484c-43b7-af4b-95087468c867 Model Version:NULL Model InvariantUuid:4a2d6a62-95d4-487b-8032-f67bfbdf626c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:fc6346a5-ed49-48e9-b067-0f3a0a300973 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:93d6d7c9-876f-40e5-a7ec-2610678e127f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:08d30c8b-cbaf-4b23-beaf-fc8d12544af2 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3c6eaf98-ef96-4df8-8066-dba6bc44b7a2 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3d5ae03e-45d6-464a-b377-406507a217d2 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:2d09ef86-c977-46ea-92dd-934404c47bb9 ModelInvariantUuid:280e6e92-85ed-4669-85cd-d2a460171ea8 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:93ea2650-30df-4ba4-b6a4-a3bd8d3d1440 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:f3400b64-f3cc-4f41-a07f-f66d9e211556 ModelInvariantUuid:9494d704-7a1f-4803-98d4-d4ef6c083c42 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:56584166-dec2-40b8-9473-bb4c399c6857 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-06-09T05:14:57.123Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: eb35a9ef-2292-44ba-89f1-699a5af8b5e6 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-06-09T05:14:57.126Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||basic_cnf 0 2022-06-09T05:14:57.126Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: eb35a9ef-2292-44ba-89f1-699a5af8b5e6 2022-06-09T05:14:57.126Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 24be4f5a-39df-4275-8f37-499c477bb596 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-09T05:14:57.126Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:57.126Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:57.192Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:57.193Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 24be4f5a-39df-4275-8f37-499c477bb596 12 2022-06-09T05:14:57.193Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:57.193Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:57.193Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:57.193Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:57.214Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:57.214Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751697193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:57.295Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-06-09T05:14:57.297Z||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-06-09T05:14:57.297Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:57.340Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:57.341Z||pool-72-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:14:58.217Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: df67316a-8ce2-4b22-b7fc-61c062d18f7c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-09T05:14:58.217Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:58.218Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:58.272Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:58.273Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz df67316a-8ce2-4b22-b7fc-61c062d18f7c 2688 2022-06-09T05:14:58.273Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:58.273Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:58.274Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:58.274Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:58.276Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:58.276Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751698273, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:58.377Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:58.378Z||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-06-09T05:14:58.378Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:58.402Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:58.402Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:14:59.278Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cd3e3cb1-5664-4ad3-8657-4625fb58a261 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-09T05:14:59.279Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:14:59.280Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:59.332Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:14:59.333Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json cd3e3cb1-5664-4ad3-8657-4625fb58a261 828 2022-06-09T05:14:59.333Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:59.334Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:14:59.334Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:14:59.334Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:14:59.337Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:14:59.337Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751699333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:14:59.437Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:14:59.438Z||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-06-09T05:14:59.439Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:14:59.482Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:14:59.483Z||pool-74-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:15:00.339Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3c6eaf98-ef96-4df8-8066-dba6bc44b7a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d5ae03e-45d6-464a-b377-406507a217d2", "vfModuleModelCustomizationUUID": "08c1d2c4-078e-49c4-8fd9-4421502200eb", "isBase": true, "artifacts": [ "df67316a-8ce2-4b22-b7fc-61c062d18f7c", "c693a694-9d05-4da2-b5fa-bb158611b61e", "eb1cbac4-ef01-4829-b2ab-f354d6e35b71" ], "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-06-09T05:15:00.342Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d5ae03e-45d6-464a-b377-406507a217d2 VfModuleModelInvariantUUID:3c6eaf98-ef96-4df8-8066-dba6bc44b7a2 VfModuleModelDescription:NULL Artifacts UUID List:{ df67316a-8ce2-4b22-b7fc-61c062d18f7c , c693a694-9d05-4da2-b5fa-bb158611b61e , eb1cbac4-ef01-4829-b2ab-f354d6e35b71 } 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-06-09T05:15:00.344Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "3c6eaf98-ef96-4df8-8066-dba6bc44b7a2", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3d5ae03e-45d6-464a-b377-406507a217d2", "vfModuleModelCustomizationUUID": "08c1d2c4-078e-49c4-8fd9-4421502200eb", "isBase": true, "artifacts": [ "df67316a-8ce2-4b22-b7fc-61c062d18f7c", "c693a694-9d05-4da2-b5fa-bb158611b61e", "eb1cbac4-ef01-4829-b2ab-f354d6e35b71" ], "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-06-09T05:15:00.344Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3d5ae03e-45d6-464a-b377-406507a217d2 VfModuleModelInvariantUUID:3c6eaf98-ef96-4df8-8066-dba6bc44b7a2 VfModuleModelDescription:NULL Artifacts UUID List:{ df67316a-8ce2-4b22-b7fc-61c062d18f7c , c693a694-9d05-4da2-b5fa-bb158611b61e , eb1cbac4-ef01-4829-b2ab-f354d6e35b71 } 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-06-09T05:15:00.344Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c693a694-9d05-4da2-b5fa-bb158611b61e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-09T05:15:00.344Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:15:00.344Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:00.551Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:15:00.552Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml c693a694-9d05-4da2-b5fa-bb158611b61e 1164 2022-06-09T05:15:00.552Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:00.553Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:00.553Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:15:00.553Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:00.555Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:00.556Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751700552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:15:00.656Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:00.657Z||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-06-09T05:15:00.657Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:00.710Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:00.711Z||pool-75-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:15:01.556Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eb1cbac4-ef01-4829-b2ab-f354d6e35b71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-09T05:15:01.557Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:15:01.557Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:01.671Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:15:01.672Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env eb1cbac4-ef01-4829-b2ab-f354d6e35b71 200 2022-06-09T05:15:01.673Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:01.674Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:01.674Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:15:01.674Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:01.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:01.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751701673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:15:01.777Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:01.779Z||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-06-09T05:15:01.779Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:01.809Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:01.810Z||pool-76-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:15:02.678Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 476b885a-484c-43b7-af4b-95087468c867 2022-06-09T05:15:02.678Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 eb35a9ef-2292-44ba-89f1-699a5af8b5e6 ASDC 2022-06-09T05:15:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:15:02.680Z||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-06-09T05:15:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:15:02.689Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select 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-06-09T05:15:02.701Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@544069cd, org.onap.sdc.toscaparser.api.parameters.Input@72e7093b, org.onap.sdc.toscaparser.api.parameters.Input@25f2c8ff, org.onap.sdc.toscaparser.api.parameters.Input@59d612ba, org.onap.sdc.toscaparser.api.parameters.Input@e0f164c] 2022-06-09T05:15:02.703Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.703Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.703Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-09T05:15:02.703Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 08d30c8b-cbaf-4b23-beaf-fc8d12544af2 2022-06-09T05:15:02.704Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 08d30c8b-cbaf-4b23-beaf-fc8d12544af2 matches Tosca VF Customization UUID: 08d30c8b-cbaf-4b23-beaf-fc8d12544af2 2022-06-09T05:15:02.704Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 08d30c8b-cbaf-4b23-beaf-fc8d12544af2 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-06-09T05:15:02.706Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.706Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.707Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 08d30c8b-cbaf-4b23-beaf-fc8d12544af2: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-09T05:15:02.707Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1ec77aa0 2022-06-09T05:15:02.707Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.707Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:15:02.707Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 08c1d2c4-078e-49c4-8fd9-4421502200eb 2022-06-09T05:15:02.708Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 08c1d2c4-078e-49c4-8fd9-4421502200eb 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-06-09T05:15:02.710Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.710Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:15:02.710Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:15:02.711Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.711Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:15:02.711Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:15:02.711Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.712Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-09T05:15:02.712Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-09T05:15:02.712Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=2d09ef86-c977-46ea-92dd-934404c47bb9 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-06-09T05:15:02.714Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.714Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:15:02.715Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:15:02.715Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.715Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-09T05:15:02.716Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=08d30c8b-cbaf-4b23-beaf-fc8d12544af2 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-06-09T05:15:02.717Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.717Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.718Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 476b885a-484c-43b7-af4b-95087468c867: basic_cnf 2022-06-09T05:15:02.718Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.718Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.719Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.719Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.719Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.719Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.720Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.720Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.720Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:15:02.720Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:15:02.721Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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 (?, ?, ?, ?, ?, ?, ?) 2022-06-09T05:15:02.726Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:02.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:15:02.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751522900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-06-09T05:15:02.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:15:02.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:15:02.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751524923, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:15:02.729Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:15:02.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-09T05:15:02.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "clamp", "timestamp": 1654751525930, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } 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: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 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=? 2022-06-09T05:15:02.737Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 2022-06-09T05:15:02.738Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and ComponentName clamp 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 watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, 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-06-09T05:15:02.787Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf eb35a9ef-2292-44ba-89f1-699a5af8b5e6 1 ASDC deployResourceStructure 2022-06-09T05:15:02.789Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:02.789Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:02.789Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-09T05:15:02.789Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:02.791Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:02.791Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751702788, "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-06-09T05:15:02.892Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:02.893Z||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-06-09T05:15:02.893Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:02.915Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:02.916Z||pool-77-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:15:03.793Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:03.793Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:03.793Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-09T05:15:03.794Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:03.796Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:03.796Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751703792, "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-06-09T05:15:03.896Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:03.897Z||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-06-09T05:15:03.897Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:03.938Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:03.939Z||pool-78-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:15:04.797Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:04.798Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:04.798Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:15:04.798Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:04.800Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:04.800Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751704797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:15:04.901Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:04.901Z||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-06-09T05:15:04.902Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:04.930Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:04.931Z||pool-79-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:15:05.801Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:05.802Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:05.802Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:15:05.803Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:05.805Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:05.806Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751705801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:15:05.906Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:05.907Z||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-06-09T05:15:05.907Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:05.927Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:05.928Z||pool-80-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:15:06.807Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:06.808Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||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-06-09T05:15:06.808Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:15:06.808Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:06.811Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:06.811Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751706807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-09T05:15:06.911Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:06.913Z||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-06-09T05:15:06.913Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:06.936Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:06.937Z||pool-81-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:15:07.812Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-09T05:15:07.812Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-09T05:15:07.812Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:15:07.813Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:07.816Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:07.816Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751707812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:15:07.916Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:07.917Z||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-06-09T05:15:07.917Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:07.958Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:07.958Z||pool-82-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:15:08.817Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:15:08.836Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:15:08.839Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:15:08.839Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:15:08.840Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:15:08.840Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:15:08.840Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:15:08.840Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:15:08.840Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:15:08.841Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:15:08.841Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:15:08.841Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:15:08.841Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:15:08.848Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:15:38.848Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 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-06-09T05:15:38.856Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and serviceModelVersionId: 476b885a-484c-43b7-af4b-95087468c867 2022-06-09T05:15:38.856Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4a2d6a62-95d4-487b-8032-f67bfbdf626c 2022-06-09T05:15:38.857Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4a2d6a62-95d4-487b-8032-f67bfbdf626c/model-vers/model-ver/476b885a-484c-43b7-af4b-95087468c867?depth=0 2022-06-09T05:15:38.861Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:15:38.920Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2d6a62-95d4-487b-8032-f67bfbdf626c/model-vers/model-ver/476b885a-484c-43b7-af4b-95087468c867?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-06-09T05:15:38.921Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2d6a62-95d4-487b-8032-f67bfbdf626c/model-vers/model-ver/476b885a-484c-43b7-af4b-95087468c867?depth=0|INFO|500||Invoke 2022-06-09T05:15:38.944Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2d6a62-95d4-487b-8032-f67bfbdf626c/model-vers/model-ver/476b885a-484c-43b7-af4b-95087468c867?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:15:39.117Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2d6a62-95d4-487b-8032-f67bfbdf626c/model-vers/model-ver/476b885a-484c-43b7-af4b-95087468c867?depth=0|INFO|500||InvokeReturn 2022-06-09T05:15:39.118Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4a2d6a62-95d4-487b-8032-f67bfbdf626c/model-vers/model-ver/476b885a-484c-43b7-af4b-95087468c867?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-05:15:38:172-5998], vertex-id=[204856], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:15:38 GMT], Content-Type=[application/json]} 2022-06-09T05:15:39.119Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:15:39.120Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:15:39.120Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:15:39.128Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:15:39.129Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3113f5f9-a31a-4443-b4d2-963a9ede8ed1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:15:39.129Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:15:39.130Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:15:39.131Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:15:39.132Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751739129, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:15:39.232Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:15:39.233Z||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-06-09T05:15:39.233Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:15:39.271Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:39.272Z||pool-83-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":2,"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-06-09T05:15:40.145Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:15:40.145Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:15:40.145Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:15:49.799Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:49.800Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:15:49.801Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:15:49.801Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:15:59.378Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:15:59.379Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:15:59.380Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:15:59.380Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:16:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:16:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:16:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:16:02.731Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:16:02.732Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.732Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cb4aa7ac-333a-4725-92e9-16d2cbb3389f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751630340, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:16:02.733Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:16:02.733Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.734Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-09T05:16:02.735Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:02.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:16:02.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:02.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:16:02.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:16:02.736Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:16:09.047Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:16:09.048Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:16:09.049Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:16:09.049Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:16:18.624Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:16:18.625Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:16:18.625Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:16:18.625Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:16:28.293Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:17:02.675Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:17:02.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:17:02.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:17:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:17:02.679Z||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-06-09T05:17:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:17:02.746Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:17:02.748Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.748Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751643399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.749Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.749Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751646189, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.749Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751647284, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.750Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.750Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751648348, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.750Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751649495, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:17:02.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.751Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.751Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751650499, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:17:02.751Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751651505, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751652510, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.752Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "093c4099-3aa8-4472-955f-c84ef504a128", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751683914, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:17:02.753Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.753Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.753Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:17:02.753Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-09T05:17:02.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.754Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.754Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-09T05:17:02.754Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:17:02.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.755Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.755Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-09T05:17:02.755Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.756Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:17:02.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751631359, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:17:02.757Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:17:02.757Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.757Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751694644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.758Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.758Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751697193, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.758Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751698273, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.759Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.759Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.759Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751699333, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.765Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751700552, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:02.766Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:17:02.766Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751701673, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:17:02.766Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:17:12.367Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:18:02.676Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:18:02.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:18:02.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:18:02.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:18:02.679Z||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-06-09T05:18:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:18:03.238Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:18:03.239Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.239Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751702788, "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-06-09T05:18:03.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:03.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.240Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751703792, "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-06-09T05:18:03.240Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:03.240Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751704797, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:18:03.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:03.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.241Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751705801, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:18:03.241Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:03.241Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751706807, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751707812, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:18:03.242Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3113f5f9-a31a-4443-b4d2-963a9ede8ed1", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654751739129, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:18:03.243Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:18:12.434Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:19:02.675Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:19:02.676Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:19:02.676Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:19:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:19:02.679Z||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-06-09T05:19:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:19:12.642Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:19:12.674Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:02.675Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:20:02.676Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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-06-09T05:20:02.677Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|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 GuooXKzmq98BzA20) ... 2022-06-09T05:20:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:20:02.679Z||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-06-09T05:20:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:20:03.333Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:03.334Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:20:03.334Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"b2d43488-ebfb-4a37-b15e-8006b7237ec8","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0f3d6bca-2ea4-4743-b78d-a2736e190038","serviceDescription":"service","serviceInvariantUUID":"2466a33b-dbfc-432d-8f2f-89ea347ae7f7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0af9fba2-06cc-45fa-8e71-8c141d4cf056","resourceInvariantUUID":"8901fdec-52fa-42ab-ba22-2751bd1fd048","resourceCustomizationUUID":"ab7881e8-65ac-4c8d-a0c6-2b9b7f6a5f27","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":"ZTgxMDNmNjc1NGZjZTA0Y2Y1NDZhMDYxN2NmOTljZjQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f1849aa7-1318-4133-83eb-4badd036edfd","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YWFiZTA4NWQwNWI2ZDVhNTFmNTE3MWU0NTY3NGVhOTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e439d215-af33-4604-b39a-4ee1d18ccdd6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:20:03.336Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:20:03.337Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:20:03.340Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:20:03.340Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752002675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:20:03.346Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:03.347Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:20:03.347Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "cds", "timestamp": 1654751992064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:20:03.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:20:03.348Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:20:03.348Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "aai-ml", "timestamp": 1654751993792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:20:03.348Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:20:03.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:20:03.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751993096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:20:03.349Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:20:03.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:20:03.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "clamp", "timestamp": 1654751996985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:20:03.350Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:20:03.446Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-09T05:20:03.446Z||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-06-09T05:20:03.447Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:20:03.510Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:03.510Z||pool-84-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:20:04.340Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:20:04.341Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:20:04.345Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:20:04.345Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752002675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:20:04.445Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:20:04.446Z||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-06-09T05:20:04.446Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:20:04.540Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:04.541Z||pool-85-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:20:05.349Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "0f3d6bca-2ea4-4743-b78d-a2736e190038", "serviceDescription": "service", "serviceInvariantUUID": "2466a33b-dbfc-432d-8f2f-89ea347ae7f7", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "ab7881e8-65ac-4c8d-a0c6-2b9b7f6a5f27", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "0af9fba2-06cc-45fa-8e71-8c141d4cf056", "resourceInvariantUUID": "8901fdec-52fa-42ab-ba22-2751bd1fd048", "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": "YWFiZTA4NWQwNWI2ZDVhNTFmNTE3MWU0NTY3NGVhOTU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e439d215-af33-4604-b39a-4ee1d18ccdd6" } ], "workloadContext": "Production" } 2022-06-09T05:20:05.350Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:20:05.350Z|3113f5f9-a31a-4443-b4d2-963a9ede8ed1|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0f3d6bca-2ea4-4743-b78d-a2736e190038 ASDC 2022-06-09T05:20:05.350Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:b2d43488-ebfb-4a37-b15e-8006b7237ec8 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:0f3d6bca-2ea4-4743-b78d-a2736e190038 ServiceInvariantUUID:2466a33b-dbfc-432d-8f2f-89ea347ae7f7 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:e439d215-af33-4604-b39a-4ee1d18ccdd6 ArtifactChecksum:YWFiZTA4NWQwNWI2ZDVhNTFmNTE3MWU0NTY3NGVhOTU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:ab7881e8-65ac-4c8d-a0c6-2b9b7f6a5f27 ResourceInvariantUUID:8901fdec-52fa-42ab-ba22-2751bd1fd048 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:0af9fba2-06cc-45fa-8e71-8c141d4cf056 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-09T05:20:05.351Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0f3d6bca-2ea4-4743-b78d-a2736e190038 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-06-09T05:20:05.378Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:20:05.379Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:20:05.379Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:20:05.380Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e439d215-af33-4604-b39a-4ee1d18ccdd6 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-09T05:20:05.380Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:20:05.380Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-09T05:20:05.520Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:20:05.523Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e439d215-af33-4604-b39a-4ee1d18ccdd6 52502 2022-06-09T05:20:05.523Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-09T05:20:05.523Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-09T05:20:05.524Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:20:05.524Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:20:05.526Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:20:05.526Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752005523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:20:05.627Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:20:05.628Z||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-06-09T05:20:05.628Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:20:05.707Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:05.708Z||pool-86-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":3,"count":1} 2022-06-09T05:20:06.527Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:20:06.528Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:20:06.528Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: e439d215-af33-4604-b39a-4ee1d18ccdd6, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-09T05:20:06.528Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-09T05:20:06.529Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-09T05:20:06.529Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-09T05:20:06.622Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5793962413798819103/Definitions/service-BasicNetwork-template.yml 2022-06-09T05:20:07.047Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-09T05:20:07.048Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:20:07.049Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.050Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.051Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:0f3d6bca-2ea4-4743-b78d-a2736e190038 Model Version:NULL Model InvariantUuid:2466a33b-dbfc-432d-8f2f-89ea347ae7f7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:8901fdec-52fa-42ab-ba22-2751bd1fd048 Model UUID:1e859a0c-5118-40ec-afc9-6acf0606bfa1 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:ab7881e8-65ac-4c8d-a0c6-2b9b7f6a5f27 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-06-09T05:20:07.060Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 0af9fba2-06cc-45fa-8e71-8c141d4cf056 2022-06-09T05:20:07.061Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||No resources found for Service: 0f3d6bca-2ea4-4743-b78d-a2736e190038 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-06-09T05:20:07.077Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500|| 2022-06-09T05:20:07.077Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-09T05:20:07.077Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 0f3d6bca-2ea4-4743-b78d-a2736e190038 2022-06-09T05:20:07.078Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0f3d6bca-2ea4-4743-b78d-a2736e190038 2022-06-09T05:20:07.078Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-09T05:20:07.078Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.083Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6bd42425, org.onap.sdc.toscaparser.api.parameters.Input@7efb3b80, org.onap.sdc.toscaparser.api.parameters.Input@39120d90, org.onap.sdc.toscaparser.api.parameters.Input@c69bd47, org.onap.sdc.toscaparser.api.parameters.Input@465655e3] 2022-06-09T05:20:07.084Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.085Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.085Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.085Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.085Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0f3d6bca-2ea4-4743-b78d-a2736e190038: Generic NeutronNet 2022-06-09T05:20:07.085Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.085Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.086Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.086Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.144Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.145Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.145Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.145Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.145Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:20:07.145Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:20:07.146Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||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-06-09T05:20:07.220Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-09T05:20:07.221Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-09T05:20:07.221Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-09T05:20:07.221Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:20:07.222Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:20:07.242Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:20:07.242Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752007221, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:20:07.326Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-06-09T05:20:07.327Z||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-06-09T05:20:07.327Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:20:07.386Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:20:07.386Z||pool-87-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:20:08.243Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:20:08.253Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:20:08.256Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:20:08.256Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:20:08.256Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:20:38.256Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:20:38.287Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:20:38.294Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:20:38.294Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:20:38.294Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:21:02.682Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:21:02.684Z||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-06-09T05:21:02.684Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:21:02.899Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:21:02.901Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:21:02.901Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654751993096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:21:02.902Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:21:08.297Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:21:08.313Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:21:08.324Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:21:08.325Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:21:08.325Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:21:38.325Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:21:38.336Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:21:38.339Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:21:38.339Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:21:38.339Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:22:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:22:02.680Z||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-06-09T05:22:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:22:02.749Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:02.750Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.750Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "aai-ml", "timestamp": 1654751993792, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:02.751Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "cds", "timestamp": 1654751992064, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:02.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.752Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.752Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "clamp", "timestamp": 1654751996985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:02.752Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752002675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752002675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.753Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752002737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "cds", "timestamp": 1654752003712, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.754Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "aai-ml", "timestamp": 1654752003727, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:02.755Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.755Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.755Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "cds", "timestamp": 1654752004720, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:22:02.761Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b2d43488-ebfb-4a37-b15e-8006b7237ec8 2022-06-09T05:22:02.761Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2d43488-ebfb-4a37-b15e-8006b7237ec8 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-06-09T05:22:02.769Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752005523, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752004381, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.770Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "policy-id", "timestamp": 1654752004868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:02.771Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.771Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.771Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752005386, "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-06-09T05:22:02.776Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b2d43488-ebfb-4a37-b15e-8006b7237ec8 2022-06-09T05:22:02.776Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2d43488-ebfb-4a37-b15e-8006b7237ec8 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-06-09T05:22:02.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752007221, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:22:02.784Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "policy-id", "timestamp": 1654752004868, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "ves-openapi-manager", "timestamp": 1654752006194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "policy-id", "timestamp": 1654752007848, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:02.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "ves-openapi-manager", "timestamp": 1654752006194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:02.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "policy-id", "timestamp": 1654752008853, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:22:02.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "aai-ml", "timestamp": 1654752009214, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:22:02.787Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "multicloud-k8s-id", "timestamp": 1654752009449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:02.788Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.788Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.788Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "policy-id", "timestamp": 1654752009856, "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-06-09T05:22:02.792Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b2d43488-ebfb-4a37-b15e-8006b7237ec8 2022-06-09T05:22:02.792Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2d43488-ebfb-4a37-b15e-8006b7237ec8 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-06-09T05:22:02.801Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.801Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "aai-ml", "timestamp": 1654752010225, "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-06-09T05:22:02.807Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b2d43488-ebfb-4a37-b15e-8006b7237ec8 2022-06-09T05:22:02.807Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2d43488-ebfb-4a37-b15e-8006b7237ec8 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-06-09T05:22:02.814Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.814Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "multicloud-k8s-id", "timestamp": 1654752009449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "clamp", "timestamp": 1654752011985, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "clamp", "timestamp": 1654752013996, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:22:02.815Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-09T05:22:02.816Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "clamp", "timestamp": 1654752015003, "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-06-09T05:22:02.819Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b2d43488-ebfb-4a37-b15e-8006b7237ec8 2022-06-09T05:22:02.819Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b2d43488-ebfb-4a37-b15e-8006b7237ec8 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-06-09T05:22:08.341Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:22:08.358Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:22:08.361Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:22:08.362Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:22:08.362Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:22:08.362Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:22:08.362Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:22:08.363Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:22:08.363Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:22:08.363Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:22:08.363Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:22:08.364Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:22:08.364Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:22:08.369Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:22:38.372Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 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-06-09T05:22:38.380Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b2d43488-ebfb-4a37-b15e-8006b7237ec8 and serviceModelVersionId: 0f3d6bca-2ea4-4743-b78d-a2736e190038 2022-06-09T05:22:38.380Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2466a33b-dbfc-432d-8f2f-89ea347ae7f7 2022-06-09T05:22:38.381Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0 2022-06-09T05:22:38.386Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:22:38.430Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0|INFO|500||Invoke 2022-06-09T05:22:38.430Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b2d43488-ebfb-4a37-b15e-8006b7237ec8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[df612117-69f8-432a-beb9-00a5b9f47906], X-ECOMP-RequestID=[b2d43488-ebfb-4a37-b15e-8006b7237ec8], X-TransactionId=[], X-ONAP-RequestID=[b2d43488-ebfb-4a37-b15e-8006b7237ec8], Content-Type=[application/merge-patch+json]} 2022-06-09T05:22:38.454Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:22:38.706Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?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/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220609-05:22:37:696-57846], vertex-id=[499928], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:22:37 GMT], Content-Type=[application/json]} 2022-06-09T05:22:38.706Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:22:38.706Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2466a33b-dbfc-432d-8f2f-89ea347ae7f7/model-vers/model-ver/0f3d6bca-2ea4-4743-b78d-a2736e190038?depth=0|INFO|500||InvokeReturn 2022-06-09T05:22:38.707Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:22:38.707Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:22:38.713Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:22:38.713Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b2d43488-ebfb-4a37-b15e-8006b7237ec8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:22:38.714Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:22:38.714Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:38.716Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:38.716Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752158713, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:22:38.816Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:22:38.818Z||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-06-09T05:22:38.818Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:38.881Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:38.883Z||pool-88-thread-1|||||INFO|500||cambria reply ok (66 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-06-09T05:22:39.731Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:22:39.732Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|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-06-09T05:22:39.732Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|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 GuooXKzmq98BzA20) ... 2022-06-09T05:22:44.523Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:44.523Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:22:44.524Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"2b0eefc7-3dcb-4c42-95b0-05082c0095b9","serviceName":"Demo_pNF_wVY8iPIzuUto7UM6Suqi","serviceVersion":"1.0","serviceUUID":"c6bb6a3f-03bf-468b-a981-609950a2d3c3","serviceDescription":"catalog service description","serviceInvariantUUID":"528bc515-c30b-40be-8aab-d7524b92ea1f","resources":[{"resourceInstanceName":"pNF 47b50a9c-6d56 0","resourceName":"pNF 47b50a9c-6d56","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"0d64657a-2352-43bb-9e64-416b1f4c4f2a","resourceInvariantUUID":"42e936f1-177e-4359-bd24-7deddf6119ee","resourceCustomizationUUID":"6d1790f1-075f-44b2-8b9e-d5b4255928a1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml","artifactChecksum":"Y2RmMGIyMDM4NTk0OTM1YmU5YjgwYjZlNTdmNDI0NmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08e2ff05-8c0f-4a61-a9c8-26d63fde74a5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar","artifactChecksum":"Yzg1YWZkM2IzMzdiMGE5ZDIwMTIzNzI3ZDk1Y2Q0NmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a4608d89-e65d-4d0e-b14b-de9caecd9f99","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f75208eb-e5bb-468c-979a-c1027a8b22f9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml","artifactChecksum":"OWM3MTlmNGY2Y2IzYTRlZTk1ZjU5ZGU1NGMzOTIzZmI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"0d756edf-5753-4465-941c-6e453de275e3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c5219011-4f84-4094-a160-309367db83b7","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e0e0865d-85ee-40a0-91b6-119fa6b5d9a9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWvy8ipizuuto7um6suqi-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml","artifactChecksum":"ZmIyZGFmNDZhMWRjNGJhYjU5ZDRhYzEwYzIzZjE2Y2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1facba04-a598-4306-9c34-b3074e3def15","artifactVersion":"1"},{"artifactName":"service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar","artifactChecksum":"MTlmM2IzNGJlNGM2OTAyMTcwYTUwMWRjMzI5NTI5MzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8724aaf4-62d3-4c62-a300-52442d0d7787","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:22:44.525Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:44.526Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:44.527Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:44.528Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:44.628Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:22:44.629Z||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-06-09T05:22:44.629Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:44.715Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:44.715Z||pool-89-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:45.528Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:45.529Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:45.531Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:45.531Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:45.631Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:22:45.632Z||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-06-09T05:22:45.632Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:45.684Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:45.685Z||pool-90-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:22:46.532Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:46.532Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:46.534Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:46.534Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:46.635Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:22:46.636Z||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-06-09T05:22:46.636Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:46.663Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:46.664Z||pool-91-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:47.541Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:47.542Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:47.548Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:47.548Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:47.649Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-09T05:22:47.654Z||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-06-09T05:22:47.654Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:47.675Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:47.676Z||pool-92-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:48.549Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:48.549Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:48.552Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:48.552Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:48.652Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:22:48.654Z||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-06-09T05:22:48.654Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:48.697Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:48.698Z||pool-93-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:49.552Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:49.553Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:49.555Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:49.555Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:49.661Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-09T05:22:49.662Z||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-06-09T05:22:49.663Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:49.692Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:49.692Z||pool-94-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:50.556Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:50.556Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:50.558Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:50.558Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:22:50.660Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-09T05:22:50.661Z||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-06-09T05:22:50.661Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:50.687Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:50.687Z||pool-95-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:51.558Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:22:51.559Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:51.561Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:51.562Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:22:51.661Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-09T05:22:51.662Z||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-06-09T05:22:51.662Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:51.702Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:51.702Z||pool-96-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:22:52.563Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "serviceName": "Demo_pNF_wVY8iPIzuUto7UM6Suqi", "serviceVersion": "1.0", "serviceUUID": "c6bb6a3f-03bf-468b-a981-609950a2d3c3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "528bc515-c30b-40be-8aab-d7524b92ea1f", "resources": [ { "resourceInstanceName": "pNF 47b50a9c-6d56 0", "resourceCustomizationUUID": "6d1790f1-075f-44b2-8b9e-d5b4255928a1", "resourceName": "pNF 47b50a9c-6d56", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "0d64657a-2352-43bb-9e64-416b1f4c4f2a", "resourceInvariantUUID": "42e936f1-177e-4359-bd24-7deddf6119ee", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "artifactChecksum": "MTlmM2IzNGJlNGM2OTAyMTcwYTUwMWRjMzI5NTI5MzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8724aaf4-62d3-4c62-a300-52442d0d7787" } ], "workloadContext": "Production" } 2022-06-09T05:22:52.564Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:22:52.564Z|b2d43488-ebfb-4a37-b15e-8006b7237ec8|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c6bb6a3f-03bf-468b-a981-609950a2d3c3 ASDC 2022-06-09T05:22:52.564Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:2b0eefc7-3dcb-4c42-95b0-05082c0095b9 ServiceName:Demo_pNF_wVY8iPIzuUto7UM6Suqi ServiceVersion:1.0 ServiceUUID:c6bb6a3f-03bf-468b-a981-609950a2d3c3 ServiceInvariantUUID:528bc515-c30b-40be-8aab-d7524b92ea1f ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar ArtifactUUID:8724aaf4-62d3-4c62-a300-52442d0d7787 ArtifactChecksum:MTlmM2IzNGJlNGM2OTAyMTcwYTUwMWRjMzI5NTI5MzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 47b50a9c-6d56 0 ResourceCustomizationUUID:6d1790f1-075f-44b2-8b9e-d5b4255928a1 ResourceInvariantUUID:42e936f1-177e-4359-bd24-7deddf6119ee ResourceName:pNF 47b50a9c-6d56 ResourceType:PNF ResourceUUID:0d64657a-2352-43bb-9e64-416b1f4c4f2a ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-09T05:22:52.564Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c6bb6a3f-03bf-468b-a981-609950a2d3c3 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-06-09T05:22:52.591Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:22:52.591Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:22:52.591Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:22:52.592Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8724aaf4-62d3-4c62-a300-52442d0d7787 from URL: /sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:52.592Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:22:52.592Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:52.681Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:22:52.685Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 8724aaf4-62d3-4c62-a300-52442d0d7787 82650 2022-06-09T05:22:52.686Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar ASDC sendASDCNotification 2022-06-09T05:22:52.686Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:52.686Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:22:52.686Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:52.699Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:52.699Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752172685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:22:52.799Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-09T05:22:52.800Z||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-06-09T05:22:52.800Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:52.820Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:52.820Z||pool-97-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:22:53.702Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:22:53.702Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:22:53.703Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8724aaf4-62d3-4c62-a300-52442d0d7787, URL: /sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar to file: /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:53.703Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:53.703Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:53.704Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:53.808Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15972716245786283414/Definitions/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 47b50a9c-6d56 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-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.465Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.466Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.466Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.466Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.466Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.466Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:22:54.466Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.467Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.467Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Node template pNF 47b50a9c-6d56 0 is matching search criteria 2022-06-09T05:22:54.467Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:22:54.467Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 47b50a9c-6d56 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:22:54.468Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.468Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.468Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Node template pNF 47b50a9c-6d56 0 is matching search criteria 2022-06-09T05:22:54.468Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:22:54.468Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 47b50a9c-6d56 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:22:54.469Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.469Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.469Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.469Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.469Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.470Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.470Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.470Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.470Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.470Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.471Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_wVY8iPIzuUto7UM6Suqi Description:catalog service description Model UUID:c6bb6a3f-03bf-468b-a981-609950a2d3c3 Model Version:NULL Model InvariantUuid:528bc515-c30b-40be-8aab-d7524b92ea1f 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-06-09T05:22:54.480Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 0d64657a-2352-43bb-9e64-416b1f4c4f2a 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-06-09T05:22:54.483Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||pNF 47b50a9c-6d56 0 2022-06-09T05:22:54.483Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 0d64657a-2352-43bb-9e64-416b1f4c4f2a 2022-06-09T05:22:54.483Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||No resources found for Service: c6bb6a3f-03bf-468b-a981-609950a2d3c3 2022-06-09T05:22:54.483Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: c6bb6a3f-03bf-468b-a981-609950a2d3c3 2022-06-09T05:22:54.483Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 47b50a9c-6d56 0 0d64657a-2352-43bb-9e64-416b1f4c4f2a 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-06-09T05:22:54.488Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@440c289d, org.onap.sdc.toscaparser.api.parameters.Input@6ca1d755, org.onap.sdc.toscaparser.api.parameters.Input@68412bf1, org.onap.sdc.toscaparser.api.parameters.Input@1887ef9e, org.onap.sdc.toscaparser.api.parameters.Input@3d6a64d3] 2022-06-09T05:22:54.488Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.488Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.489Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid c6bb6a3f-03bf-468b-a981-609950a2d3c3: pNF 47b50a9c-6d56 2022-06-09T05:22:54.489Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Processing PNF resource: 0d64657a-2352-43bb-9e64-416b1f4c4f2a 2022-06-09T05:22:54.489Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:22:54.489Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_wVY8iPIzuUto7UM6Suqi is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:22:54.489Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||Resource customization UUID: 6d1790f1-075f-44b2-8b9e-d5b4255928a1 is the same as notified resource customizationUUID: 6d1790f1-075f-44b2-8b9e-d5b4255928a1 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-06-09T05:22:54.525Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 47b50a9c-6d56 0d64657a-2352-43bb-9e64-416b1f4c4f2a 0 ASDC deployResourceStructure 2022-06-09T05:22:54.526Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar ASDC sendASDCNotification 2022-06-09T05:22:54.526Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar 2022-06-09T05:22:54.526Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:22:54.526Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:22:54.528Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:22:54.528Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752174526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:22:54.628Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:22:54.629Z||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-06-09T05:22:54.629Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:22:54.660Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:22:54.661Z||pool-98-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:22:55.529Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:22:55.540Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:22:55.542Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:22:55.542Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:22:55.542Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:23:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:23:02.680Z||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-06-09T05:23:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:23:02.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:23:02.745Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.745Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.746Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.746Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.746Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.747Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.747Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.747Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.748Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.748Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.749Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.751Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.751Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.751Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.752Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.752Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.752Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.753Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.753Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.753Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.754Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.754Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.754Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.755Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.755Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.755Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.756Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.756Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.756Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752097057, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.757Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-09T05:23:02.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.758Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.758Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.758Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752112530, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752104868, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.759Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.760Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.760Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.760Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.761Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "cds", "timestamp": 1654752113538, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-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-06-09T05:23:02.770Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 2022-06-09T05:23:02.770Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:23:02.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.779Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752113844, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:23:02.779Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:23:02.779Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752106194, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.780Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752114849, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:23:02.781Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752115105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.782Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.783Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.783Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.783Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "policy-id", "timestamp": 1654752115852, "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-06-09T05:23:02.788Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 2022-06-09T05:23:02.788Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:23:02.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "multicloud-k8s-id", "timestamp": 1654752109446, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752116143, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.797Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.797Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.797Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "ves-openapi-manager", "timestamp": 1654752117146, "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-06-09T05:23:02.801Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 2022-06-09T05:23:02.801Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:23:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.809Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.810Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.811Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.812Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752113791, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.813Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:23:02.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:02.814Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:23:02.814Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752113096, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:23:02.814Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:23:25.543Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:23:25.555Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:23:25.558Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:23:25.558Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:23:25.558Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:23:55.559Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:23:55.579Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:23:55.583Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:23:55.584Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:23:55.584Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:24:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:24:02.681Z||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-06-09T05:24:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:24:03.264Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:24:03.265Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.265Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.266Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.266Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.266Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752122883, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752122017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.267Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752116985, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752123866, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.268Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752124871, "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-06-09T05:24:03.275Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 2022-06-09T05:24:03.276Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:24:03.285Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752128635, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:24:03.286Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.286Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.286Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "aai-ml", "timestamp": 1654752129643, "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-06-09T05:24:03.291Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 2022-06-09T05:24:03.291Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:24:03.299Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.299Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752137005, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:24:03.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752139020, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:24:03.300Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.300Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.300Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "clamp", "timestamp": 1654752140026, "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-06-09T05:24:03.305Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 2022-06-09T05:24:03.305Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:24:03.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.315Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "b2d43488-ebfb-4a37-b15e-8006b7237ec8", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752158713, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:24:03.315Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.315Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.316Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.316Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.316Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.317Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.317Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.317Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.318Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.318Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.318Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/resourceInstances/pnf47b50a9c6d560/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:24:03.319Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.319Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.319Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752159731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:24:03.320Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:24:03.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752172685, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:24:03.320Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:03.320Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:24:03.320Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752174526, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWvy8ipizuuto7um6suqi/1.0/artifacts/service-DemoPnfWvy8ipizuuto7um6suqi-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:24:03.321Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:24:25.584Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:24:25.595Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:24:25.598Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:24:25.598Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:24:25.598Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:24:25.599Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:24:25.607Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:24:55.608Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 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-06-09T05:24:55.626Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 and serviceModelVersionId: c6bb6a3f-03bf-468b-a981-609950a2d3c3 2022-06-09T05:24:55.626Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 528bc515-c30b-40be-8aab-d7524b92ea1f 2022-06-09T05:24:55.628Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/528bc515-c30b-40be-8aab-d7524b92ea1f/model-vers/model-ver/c6bb6a3f-03bf-468b-a981-609950a2d3c3?depth=0 2022-06-09T05:24:55.636Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:24:55.685Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528bc515-c30b-40be-8aab-d7524b92ea1f/model-vers/model-ver/c6bb6a3f-03bf-468b-a981-609950a2d3c3?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-06-09T05:24:55.688Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528bc515-c30b-40be-8aab-d7524b92ea1f/model-vers/model-ver/c6bb6a3f-03bf-468b-a981-609950a2d3c3?depth=0|INFO|500||Invoke 2022-06-09T05:24:55.713Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528bc515-c30b-40be-8aab-d7524b92ea1f/model-vers/model-ver/c6bb6a3f-03bf-468b-a981-609950a2d3c3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:24:55.990Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528bc515-c30b-40be-8aab-d7524b92ea1f/model-vers/model-ver/c6bb6a3f-03bf-468b-a981-609950a2d3c3?depth=0|INFO|500||InvokeReturn 2022-06-09T05:24:55.990Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/528bc515-c30b-40be-8aab-d7524b92ea1f/model-vers/model-ver/c6bb6a3f-03bf-468b-a981-609950a2d3c3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220609-05:24:54:944-23563], vertex-id=[442520], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:24:54 GMT], Content-Type=[application/json]} 2022-06-09T05:24:55.991Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:24:55.991Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:24:55.991Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:24:55.996Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:24:55.997Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2b0eefc7-3dcb-4c42-95b0-05082c0095b9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:24:55.997Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:24:55.998Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:24:56.001Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:24:56.001Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752295997, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:24:56.101Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:24:56.108Z||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-06-09T05:24:56.109Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:24:56.139Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:24:56.140Z||pool-99-thread-1|||||INFO|500||cambria reply ok (38 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-06-09T05:24:57.014Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:24:57.015Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:24:57.015Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:25:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:25:02.680Z||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-06-09T05:25:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:25:03.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:25:03.423Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:25:03.423Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "2b0eefc7-3dcb-4c42-95b0-05082c0095b9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752295997, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:25:03.424Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:25:07.430Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:25:07.431Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:25:07.432Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:25:07.432Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:25:17.017Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:25:17.018Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:25:17.019Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:25:17.019Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:25:26.634Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:25:26.635Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:25:26.635Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:25:26.635Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:25:36.216Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:26:02.676Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:26:02.677Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:26:02.677Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:26:02.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:26:02.679Z||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-06-09T05:26:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:26:12.272Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:26:12.295Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:27:02.675Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:27:02.676Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:27:02.677Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:27:02.678Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:27:02.679Z||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-06-09T05:27:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:27:12.408Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:27:12.511Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:28:02.676Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:28:02.677Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:28:02.677Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:28:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:28:02.679Z||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-06-09T05:28:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:28:12.384Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:28:12.389Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:02.678Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:29:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:29:02.679Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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-06-09T05:29:02.679Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|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 GuooXKzmq98BzA20) ... 2022-06-09T05:29:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:29:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:29:02.916Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:02.918Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.918Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.923Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.923Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.924Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.924Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.924Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.925Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.925Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.925Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.926Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.927Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.927Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.928Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:29:02.928Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.929Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.929Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.929Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.929Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.930Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.930Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.931Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.931Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-09T05:29:02.931Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.932Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.932Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-09T05:29:02.932Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.932Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.933Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.933Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.934Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.934Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.935Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.936Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.937Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-09T05:29:02.938Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.939Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.940Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.941Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.942Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.943Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "ves-openapi-manager", "timestamp": 1654752526194, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752529447, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.944Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752524868, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.945Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.946Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752541391, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752540384, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.947Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752541390, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.948Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:02.949Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:29:02.949Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:29:02.949Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752542547, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:02.949Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:29:03.344Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:03.345Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:29:03.345Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"caf342c0-537b-401a-933b-7cab946e607e","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"0b8f99cc-db2f-41c0-be97-bafdedd8ec2b","serviceDescription":"service","serviceInvariantUUID":"379986fe-2bed-4ef0-8618-34e1a561ca01","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"204e9662-e0d0-4d50-a23a-56e77a98f172","resourceInvariantUUID":"f0a8f5c3-ef6b-45ba-9aa8-1a04821ca92a","resourceCustomizationUUID":"b6d9911c-bd80-4413-8b8d-9e52525ef031","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":"ZjgwNjU1NDJkMDM0ZWQwZWEyY2FhOTliNTEyMDA4MTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b33d87e-a9da-424b-beda-8c595fa1be14","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":"ODI4YjU2NDAxNjBlNGEyZjZlNjEwNjE2OThmOWNiZWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5e11171b-fa49-462d-9fd7-433a07c57ab8","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":"12d0d465-1a44-424a-b541-034b789275ce","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":"b9a3f433-10bc-43e4-bc0e-4c1bcae2aaa2","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":"765c1f29-d696-4f8e-aa02-b89f641ac3a4","artifactVersion":"2","generatedFromUUID":"cab27080-3956-4de3-9e27-ad661e60bded"},{"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":"ca09a7f5-5fbb-46f5-945f-5430844f250c","artifactVersion":"2","generatedFromUUID":"12d0d465-1a44-424a-b541-034b789275ce"},{"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":"cab27080-3956-4de3-9e27-ad661e60bded","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":"82865ebc-0d12-4f79-af97-8b3aaf575672","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":"ZDIyM2Y2NTQ3NzkwY2NhNDYwY2RhZTk2MTE1ZThjMWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"37591fc3-4ffe-4658-88a4-2dd68ad7b72d","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTEzNWUyM2M4YjVjZGE5Yjc2ZTcxM2Y0NWVjOWI3MGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7321f154-6efd-480d-b94a-6ba862c36216","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:29:03.351Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:03.351Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:03.355Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:03.355Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:03.455Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:03.456Z||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-06-09T05:29:03.456Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:03.611Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:03.612Z||pool-100-thread-1|||||INFO|500||cambria reply ok (157 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:04.356Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:04.356Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:04.358Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:04.358Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:29:04.458Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:04.459Z||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-06-09T05:29:04.460Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:04.526Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:04.527Z||pool-101-thread-1|||||INFO|500||cambria reply ok (68 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:05.359Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:05.359Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:05.361Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:05.361Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-09T05:29:05.462Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-09T05:29:05.463Z||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-06-09T05:29:05.463Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:05.593Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:05.593Z||pool-102-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:06.362Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:06.362Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:06.365Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:06.366Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:06.465Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:29:06.466Z||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-06-09T05:29:06.467Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:06.516Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:06.517Z||pool-103-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:07.367Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:07.368Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:07.377Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:07.377Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-09T05:29:07.476Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:29:07.477Z||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-06-09T05:29:07.477Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:07.516Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:07.517Z||pool-104-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:08.379Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:08.379Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:08.381Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:08.385Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-09T05:29:08.485Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:08.486Z||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-06-09T05:29:08.486Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:08.530Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:08.531Z||pool-105-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:09.385Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:09.386Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:09.388Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:09.388Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-09T05:29:09.488Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:09.489Z||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-06-09T05:29:09.489Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:09.540Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:09.540Z||pool-106-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:10.388Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:10.389Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:10.391Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:10.391Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:10.491Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:10.492Z||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-06-09T05:29:10.492Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:10.553Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:10.553Z||pool-107-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:29:11.391Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:11.392Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:11.394Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:11.394Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:29:11.494Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:11.495Z||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-06-09T05:29:11.495Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:11.533Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:11.534Z||pool-108-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:12.394Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:29:12.395Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:12.398Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:12.398Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:29:12.498Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:12.499Z||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-06-09T05:29:12.500Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:12.574Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:12.575Z||pool-109-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:13.400Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "0b8f99cc-db2f-41c0-be97-bafdedd8ec2b", "serviceDescription": "service", "serviceInvariantUUID": "379986fe-2bed-4ef0-8618-34e1a561ca01", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "b6d9911c-bd80-4413-8b8d-9e52525ef031", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "204e9662-e0d0-4d50-a23a-56e77a98f172", "resourceInvariantUUID": "f0a8f5c3-ef6b-45ba-9aa8-1a04821ca92a", "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": "ODI4YjU2NDAxNjBlNGEyZjZlNjEwNjE2OThmOWNiZWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5e11171b-fa49-462d-9fd7-433a07c57ab8", "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": "12d0d465-1a44-424a-b541-034b789275ce", "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": "ca09a7f5-5fbb-46f5-945f-5430844f250c", "generatedFromUUID": "12d0d465-1a44-424a-b541-034b789275ce" }, "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": "765c1f29-d696-4f8e-aa02-b89f641ac3a4", "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": "ca09a7f5-5fbb-46f5-945f-5430844f250c", "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": "cab27080-3956-4de3-9e27-ad661e60bded", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZTEzNWUyM2M4YjVjZGE5Yjc2ZTcxM2Y0NWVjOWI3MGE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7321f154-6efd-480d-b94a-6ba862c36216" } ], "workloadContext": "Production" } 2022-06-09T05:29:13.400Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:29:13.400Z|2b0eefc7-3dcb-4c42-95b0-05082c0095b9|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 0b8f99cc-db2f-41c0-be97-bafdedd8ec2b ASDC 2022-06-09T05:29:13.402Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:caf342c0-537b-401a-933b-7cab946e607e ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:0b8f99cc-db2f-41c0-be97-bafdedd8ec2b ServiceInvariantUUID:379986fe-2bed-4ef0-8618-34e1a561ca01 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:7321f154-6efd-480d-b94a-6ba862c36216 ArtifactChecksum:ZTEzNWUyM2M4YjVjZGE5Yjc2ZTcxM2Y0NWVjOWI3MGE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:b6d9911c-bd80-4413-8b8d-9e52525ef031 ResourceInvariantUUID:f0a8f5c3-ef6b-45ba-9aa8-1a04821ca92a ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:204e9662-e0d0-4d50-a23a-56e77a98f172 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:5e11171b-fa49-462d-9fd7-433a07c57ab8 ArtifactChecksum:ODI4YjU2NDAxNjBlNGEyZjZlNjEwNjE2OThmOWNiZWU= 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:12d0d465-1a44-424a-b541-034b789275ce 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:ca09a7f5-5fbb-46f5-945f-5430844f250c 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:765c1f29-d696-4f8e-aa02-b89f641ac3a4 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:ca09a7f5-5fbb-46f5-945f-5430844f250c 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:cab27080-3956-4de3-9e27-ad661e60bded ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-09T05:29:13.402Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0b8f99cc-db2f-41c0-be97-bafdedd8ec2b 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-06-09T05:29:13.462Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:29:13.462Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:29:13.462Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:29:13.463Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 7321f154-6efd-480d-b94a-6ba862c36216 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:13.463Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:29:13.463Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:13.642Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:29:13.650Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 7321f154-6efd-480d-b94a-6ba862c36216 158209 2022-06-09T05:29:13.651Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-09T05:29:13.651Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:13.651Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:29:13.652Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:13.654Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:13.654Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752553651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:13.754Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:13.755Z||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-06-09T05:29:13.755Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:13.830Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:13.831Z||pool-110-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:14.655Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:29:14.655Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:29:14.656Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 7321f154-6efd-480d-b94a-6ba862c36216, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:14.656Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-09T05:29:14.657Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:14.657Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:14.902Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6128995056851210081/Definitions/service-BasicCnfMacro-template.yml 2022-06-09T05:29:16.113Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:29:16.113Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:16.114Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:29:16.115Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.115Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.115Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:16.116Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:29:16.116Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:29:16.116Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.118Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:16.119Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:29:16.119Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.119Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:16.119Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:29:16.119Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.120Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:16.120Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:29:16.120Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.120Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:16.120Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:29:16.120Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=996cc88f-f74b-4ffb-b8ff-f8482793adcd 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.121Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.122Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.122Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:16.122Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:16.122Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:0b8f99cc-db2f-41c0-be97-bafdedd8ec2b Model Version:NULL Model InvariantUuid:379986fe-2bed-4ef0-8618-34e1a561ca01 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:e61a492a-adf6-48f8-997f-1cb2483c76eb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:f0a8f5c3-ef6b-45ba-9aa8-1a04821ca92a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:b6d9911c-bd80-4413-8b8d-9e52525ef031 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:99fe38a0-d434-4a68-a345-cf5883425f47 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:a22d7d8c-d0d7-4d34-b056-75164589e836 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:219b114f-566f-4c42-b75c-9a6f960969e1 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:5bdb29fb-354d-4b36-91dd-3db3c6803a93 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:996cc88f-f74b-4ffb-b8ff-f8482793adcd ModelInvariantUuid:3dbd8def-b409-4409-8de3-b8d3ac85beb1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:464dea27-1157-4dd1-833a-a21193e158b2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:e855db26-42b7-4e58-b814-8f379d7b0786 ModelInvariantUuid:6357a5e1-70a4-40b0-b0f6-6286d71ecca0 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:87a96e0e-73de-4389-93ac-e6f21822944b 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-06-09T05:29:16.132Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 204e9662-e0d0-4d50-a23a-56e77a98f172 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-06-09T05:29:16.137Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||basic_cnf_macro 0 2022-06-09T05:29:16.137Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 204e9662-e0d0-4d50-a23a-56e77a98f172 2022-06-09T05:29:16.138Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 5e11171b-fa49-462d-9fd7-433a07c57ab8 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-09T05:29:16.138Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:29:16.138Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:16.380Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:29:16.381Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 5e11171b-fa49-462d-9fd7-433a07c57ab8 1565 2022-06-09T05:29:16.382Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:16.382Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:16.382Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:29:16.383Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:16.386Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:16.386Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752556382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:16.486Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:16.487Z||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-06-09T05:29:16.487Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:16.532Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:16.533Z||pool-111-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:17.387Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "219b114f-566f-4c42-b75c-9a6f960969e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bdb29fb-354d-4b36-91dd-3db3c6803a93", "vfModuleModelCustomizationUUID": "c475ddbf-c603-4bb5-9684-b21a93f08d51", "isBase": true, "artifacts": [ "12d0d465-1a44-424a-b541-034b789275ce", "ca09a7f5-5fbb-46f5-945f-5430844f250c" ], "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": "99fe38a0-d434-4a68-a345-cf5883425f47", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a22d7d8c-d0d7-4d34-b056-75164589e836", "vfModuleModelCustomizationUUID": "1ffba67d-99b0-48aa-9c07-9635c58f659f", "isBase": false, "artifacts": [ "cab27080-3956-4de3-9e27-ad661e60bded" ], "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-06-09T05:29:17.392Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bdb29fb-354d-4b36-91dd-3db3c6803a93 VfModuleModelInvariantUUID:219b114f-566f-4c42-b75c-9a6f960969e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 12d0d465-1a44-424a-b541-034b789275ce , ca09a7f5-5fbb-46f5-945f-5430844f250c } 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:a22d7d8c-d0d7-4d34-b056-75164589e836 VfModuleModelInvariantUUID:99fe38a0-d434-4a68-a345-cf5883425f47 VfModuleModelDescription:NULL Artifacts UUID List:{ cab27080-3956-4de3-9e27-ad661e60bded } 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-06-09T05:29:17.395Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "219b114f-566f-4c42-b75c-9a6f960969e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bdb29fb-354d-4b36-91dd-3db3c6803a93", "vfModuleModelCustomizationUUID": "c475ddbf-c603-4bb5-9684-b21a93f08d51", "isBase": true, "artifacts": [ "12d0d465-1a44-424a-b541-034b789275ce", "ca09a7f5-5fbb-46f5-945f-5430844f250c" ], "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": "99fe38a0-d434-4a68-a345-cf5883425f47", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a22d7d8c-d0d7-4d34-b056-75164589e836", "vfModuleModelCustomizationUUID": "1ffba67d-99b0-48aa-9c07-9635c58f659f", "isBase": false, "artifacts": [ "cab27080-3956-4de3-9e27-ad661e60bded" ], "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-06-09T05:29:17.395Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bdb29fb-354d-4b36-91dd-3db3c6803a93 VfModuleModelInvariantUUID:219b114f-566f-4c42-b75c-9a6f960969e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 12d0d465-1a44-424a-b541-034b789275ce , ca09a7f5-5fbb-46f5-945f-5430844f250c } 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:a22d7d8c-d0d7-4d34-b056-75164589e836 VfModuleModelInvariantUUID:99fe38a0-d434-4a68-a345-cf5883425f47 VfModuleModelDescription:NULL Artifacts UUID List:{ cab27080-3956-4de3-9e27-ad661e60bded } 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-06-09T05:29:17.395Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 12d0d465-1a44-424a-b541-034b789275ce from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-09T05:29:17.395Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:29:17.396Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:17.504Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:29:17.505Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 12d0d465-1a44-424a-b541-034b789275ce 914 2022-06-09T05:29:17.506Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:17.506Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:17.506Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:29:17.506Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:17.508Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:17.509Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752557506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:17.609Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:29:17.609Z||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-06-09T05:29:17.609Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:17.660Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:17.661Z||pool-112-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:18.509Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 765c1f29-d696-4f8e-aa02-b89f641ac3a4 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-09T05:29:18.510Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:29:18.510Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:18.613Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:29:18.614Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 765c1f29-d696-4f8e-aa02-b89f641ac3a4 12 2022-06-09T05:29:18.614Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:18.615Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:18.615Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:29:18.615Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:18.618Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:18.619Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752558614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:18.718Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:29:18.719Z||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-06-09T05:29:18.719Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:18.793Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:18.794Z||pool-113-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:19.619Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: ca09a7f5-5fbb-46f5-945f-5430844f250c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-09T05:29:19.620Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:29:19.620Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:19.723Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:29:19.723Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ca09a7f5-5fbb-46f5-945f-5430844f250c 96 2022-06-09T05:29:19.724Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:19.724Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:19.724Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:29:19.724Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:19.725Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:19.726Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752559724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:19.826Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:19.827Z||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-06-09T05:29:19.827Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:19.963Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:19.964Z||pool-114-thread-1|||||INFO|500||cambria reply ok (138 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:20.726Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cab27080-3956-4de3-9e27-ad661e60bded from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-09T05:29:20.726Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:29:20.727Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:20.895Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:29:20.895Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz cab27080-3956-4de3-9e27-ad661e60bded 20206 2022-06-09T05:29:20.896Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:20.896Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:20.896Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:29:20.896Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:20.898Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:20.898Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752560896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-09T05:29:20.998Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:21.000Z||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-06-09T05:29:21.000Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:21.069Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:21.070Z||pool-115-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:21.902Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 0b8f99cc-db2f-41c0-be97-bafdedd8ec2b 2022-06-09T05:29:21.902Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 204e9662-e0d0-4d50-a23a-56e77a98f172 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-06-09T05:29:21.912Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e526f3a, org.onap.sdc.toscaparser.api.parameters.Input@695a0792, org.onap.sdc.toscaparser.api.parameters.Input@476c9137, org.onap.sdc.toscaparser.api.parameters.Input@4974abc5, org.onap.sdc.toscaparser.api.parameters.Input@412366e] 2022-06-09T05:29:21.914Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.914Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.914Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-09T05:29:21.915Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= b6d9911c-bd80-4413-8b8d-9e52525ef031 2022-06-09T05:29:21.915Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b6d9911c-bd80-4413-8b8d-9e52525ef031 matches Tosca VF Customization UUID: b6d9911c-bd80-4413-8b8d-9e52525ef031 2022-06-09T05:29:21.915Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: b6d9911c-bd80-4413-8b8d-9e52525ef031 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-06-09T05:29:21.917Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.917Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.918Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id b6d9911c-bd80-4413-8b8d-9e52525ef031: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-09T05:29:21.918Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@724da6c9 2022-06-09T05:29:21.918Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.918Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:29:21.919Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1ffba67d-99b0-48aa-9c07-9635c58f659f 2022-06-09T05:29:21.919Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1ffba67d-99b0-48aa-9c07-9635c58f659f 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-06-09T05:29:21.921Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.921Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:21.921Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:29:21.922Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.922Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:21.922Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:29:21.922Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.922Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-09T05:29:21.922Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b6d9911c-bd80-4413-8b8d-9e52525ef031 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-06-09T05:29:21.924Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.924Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.924Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 0b8f99cc-db2f-41c0-be97-bafdedd8ec2b: basic_cnf_macro 2022-06-09T05:29:21.924Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.925Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.925Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.925Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.925Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.925Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.925Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.926Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.926Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:29:21.926Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:29:21.926Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:21.964Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 204e9662-e0d0-4d50-a23a-56e77a98f172 2 ASDC deployResourceStructure 2022-06-09T05:29:21.965Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:21.965Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:21.965Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:29:21.966Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:21.967Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:21.967Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752561965, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:29:22.067Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:22.069Z||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-06-09T05:29:22.069Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:22.129Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:22.130Z||pool-116-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:22.968Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:22.969Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:22.969Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:29:22.969Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:22.971Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:22.972Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752562968, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:29:23.072Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:23.073Z||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-06-09T05:29:23.073Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:23.106Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:23.106Z||pool-117-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:23.972Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:23.973Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:23.973Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-09T05:29:23.973Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:23.975Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:23.975Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752563972, "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-06-09T05:29:24.075Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:29:24.076Z||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-06-09T05:29:24.076Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:24.149Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:24.149Z||pool-118-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:24.976Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:24.976Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:24.977Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:29:24.977Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:24.979Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:24.979Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752564976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-09T05:29:25.081Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-09T05:29:25.081Z||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-06-09T05:29:25.081Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:25.109Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:25.110Z||pool-119-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:25.980Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:25.980Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||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-06-09T05:29:25.981Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-09T05:29:25.981Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:25.983Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:25.983Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752565980, "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-06-09T05:29:26.085Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-09T05:29:26.086Z||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-06-09T05:29:26.087Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:26.170Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:26.170Z||pool-120-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:29:26.984Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-09T05:29:26.985Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-09T05:29:26.985Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:29:26.985Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:29:27.010Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:29:27.010Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752566984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:29:27.087Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 76 ms 2022-06-09T05:29:27.088Z||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-06-09T05:29:27.088Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:29:27.157Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:29:27.157Z||pool-121-thread-1|||||INFO|500||cambria reply ok (69 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:29:28.014Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:29:28.038Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:29:28.041Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:29:28.041Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:29:28.041Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:29:58.041Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:29:58.052Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:29:58.054Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:29:58.054Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:29:58.054Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:30:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:30:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:30:02.680Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:30:03.299Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:30:03.300Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-09T05:30:03.301Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752532056, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:30:03.302Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-09T05:30:28.055Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:30:28.066Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:30:28.068Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:30:28.068Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:30:28.068Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:30:58.069Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:30:58.080Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:30:58.083Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:30:58.083Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:30:58.083Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:31:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:31:02.680Z||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-06-09T05:31:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:31:02.751Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:31:02.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:31:02.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:31:02.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:31:28.084Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:31:28.100Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:31:28.113Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:31:28.113Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:31:28.113Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:31:58.117Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:31:58.131Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:31:58.133Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:31:58.133Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-09T05:31:58.133Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-09T05:32:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:32:02.680Z||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-06-09T05:32:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:32:02.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:32:02.782Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.783Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.785Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.785Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.785Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.786Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.786Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "policy-id", "timestamp": 1654752542393, "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-06-09T05:32:02.800Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caf342c0-537b-401a-933b-7cab946e607e 2022-06-09T05:32:02.801Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf342c0-537b-401a-933b-7cab946e607e 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-06-09T05:32:02.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.814Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.814Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.814Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752543645, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.815Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.816Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.816Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.816Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752543005, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.817Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.817Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.817Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752533792, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.818Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.818Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:32:02.819Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.820Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752533096, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752544791, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.821Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.821Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-09T05:32:02.821Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.822Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.822Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.822Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752544918, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.823Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752544048, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.823Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.823Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.824Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752545862, "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-06-09T05:32:02.830Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of caf342c0-537b-401a-933b-7cab946e607e 2022-06-09T05:32:02.830Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf342c0-537b-401a-933b-7cab946e607e and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-09T05:32:02.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.843Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.844Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "cds", "timestamp": 1654752545868, "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-06-09T05:32:02.850Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of caf342c0-537b-401a-933b-7cab946e607e 2022-06-09T05:32:02.850Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf342c0-537b-401a-933b-7cab946e607e 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-06-09T05:32:02.860Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.860Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "multicloud-k8s-id", "timestamp": 1654752546867, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.861Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.861Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-09T05:32:02.861Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.861Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752536985, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.862Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.862Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.862Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752546276, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.862Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-09T05:32:02.863Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.863Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.863Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752547280, "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-06-09T05:32:02.869Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of caf342c0-537b-401a-933b-7cab946e607e 2022-06-09T05:32:02.869Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf342c0-537b-401a-933b-7cab946e607e 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-06-09T05:32:02.879Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-09T05:32:02.880Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.880Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.880Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.881Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.881Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.882Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.882Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752542678, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.882Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752553651, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752556382, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.883Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752555638, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.884Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "aai-ml", "timestamp": 1654752556644, "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-06-09T05:32:02.890Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of caf342c0-537b-401a-933b-7cab946e607e 2022-06-09T05:32:02.891Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf342c0-537b-401a-933b-7cab946e607e 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-06-09T05:32:02.901Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.902Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752557506, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.902Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.903Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.903Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752557548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.904Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.904Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.904Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752558614, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.905Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.905Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752559724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.906Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.906Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.906Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752560896, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.907Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.907Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.908Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752561965, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.908Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.908Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.909Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752562968, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.909Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.909Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.910Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752563972, "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-06-09T05:32:02.910Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.910Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.911Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752564099, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.911Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.911Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.912Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752564976, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.913Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.913Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.913Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "clamp", "timestamp": 1654752565110, "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-06-09T05:32:02.920Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of caf342c0-537b-401a-933b-7cab946e607e 2022-06-09T05:32:02.920Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId caf342c0-537b-401a-933b-7cab946e607e 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-06-09T05:32:02.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752565980, "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-06-09T05:32:02.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.930Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.930Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752566984, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.930Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.931Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.932Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.933Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.934Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752577056, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752569446, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752587374, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.935Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752586605, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752588507, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.936Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:32:02.937Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.937Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.937Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "cds", "timestamp": 1654752587909, "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-06-09T05:32:02.952Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6b09a9c-db60-45c8-a444-f8346960dd3c 2022-06-09T05:32:02.952Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b09a9c-db60-45c8-a444-f8346960dd3c 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-06-09T05:32:02.960Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.960Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.960Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752589607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.961Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.962Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.962Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.962Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752590642, "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-06-09T05:32:02.969Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b09a9c-db60-45c8-a444-f8346960dd3c 2022-06-09T05:32:02.970Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b09a9c-db60-45c8-a444-f8346960dd3c 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-06-09T05:32:02.978Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.978Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "multicloud-k8s-id", "timestamp": 1654752591646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.979Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.980Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.981Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752593802, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.982Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.983Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752594809, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.984Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.985Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.985Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.985Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "policy-id", "timestamp": 1654752595812, "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-06-09T05:32:02.991Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6b09a9c-db60-45c8-a444-f8346960dd3c 2022-06-09T05:32:02.991Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b09a9c-db60-45c8-a444-f8346960dd3c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-06-09T05:32:02.997Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.997Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.998Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.998Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.998Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:02.999Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.000Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.001Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.001Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.001Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.002Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.003Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.004Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.005Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.006Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.007Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.008Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.008Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.008Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "multicloud-k8s-id", "timestamp": 1654752592651, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.009Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752592056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.010Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.011Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:32:03.012Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-09T05:32:28.133Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:32:28.153Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: caf342c0-537b-401a-933b-7cab946e607e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:32:28.157Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:32:28.158Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:32:28.159Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:32:28.169Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:32:58.170Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: caf342c0-537b-401a-933b-7cab946e607e 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-06-09T05:32:58.177Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: caf342c0-537b-401a-933b-7cab946e607e and serviceModelVersionId: 0b8f99cc-db2f-41c0-be97-bafdedd8ec2b 2022-06-09T05:32:58.178Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 379986fe-2bed-4ef0-8618-34e1a561ca01 2022-06-09T05:32:58.179Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/379986fe-2bed-4ef0-8618-34e1a561ca01/model-vers/model-ver/0b8f99cc-db2f-41c0-be97-bafdedd8ec2b?depth=0 2022-06-09T05:32:58.184Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:32:58.244Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/379986fe-2bed-4ef0-8618-34e1a561ca01/model-vers/model-ver/0b8f99cc-db2f-41c0-be97-bafdedd8ec2b?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-06-09T05:32:58.245Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/379986fe-2bed-4ef0-8618-34e1a561ca01/model-vers/model-ver/0b8f99cc-db2f-41c0-be97-bafdedd8ec2b?depth=0|INFO|500||Invoke 2022-06-09T05:32:58.280Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/379986fe-2bed-4ef0-8618-34e1a561ca01/model-vers/model-ver/0b8f99cc-db2f-41c0-be97-bafdedd8ec2b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:32:58.562Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/379986fe-2bed-4ef0-8618-34e1a561ca01/model-vers/model-ver/0b8f99cc-db2f-41c0-be97-bafdedd8ec2b?depth=0|INFO|500||InvokeReturn 2022-06-09T05:32:58.563Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/379986fe-2bed-4ef0-8618-34e1a561ca01/model-vers/model-ver/0b8f99cc-db2f-41c0-be97-bafdedd8ec2b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220609-05:32:57:519-63001], vertex-id=[471192], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:32:57 GMT], Content-Type=[application/json]} 2022-06-09T05:32:58.563Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:32:58.564Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:32:58.564Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:32:58.571Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:32:58.571Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID caf342c0-537b-401a-933b-7cab946e607e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:32:58.572Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:32:58.572Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:32:58.574Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:32:58.574Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752778571, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:32:58.674Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:32:58.675Z||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-06-09T05:32:58.675Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:32:58.799Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:32:58.800Z||pool-122-thread-1|||||INFO|500||cambria reply ok (126 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-06-09T05:32:59.589Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:32:59.590Z|caf342c0-537b-401a-933b-7cab946e607e|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-06-09T05:32:59.590Z|caf342c0-537b-401a-933b-7cab946e607e|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 GuooXKzmq98BzA20) ... 2022-06-09T05:33:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:33:02.680Z||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-06-09T05:33:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:33:02.736Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:02.737Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.737Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752602053, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.738Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.738Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.738Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.738Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752602917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752601994, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.739Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.740Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752586194, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.740Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.740Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.741Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "cds", "timestamp": 1654752603294, "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-06-09T05:33:02.760Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29b6e16b-1b51-45d7-b596-1609448336b4 2022-06-09T05:33:02.761Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:33:02.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752604089, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752584868, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752604206, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752605114, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752605939, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.772Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752605209, "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-06-09T05:33:02.777Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6b09a9c-db60-45c8-a444-f8346960dd3c 2022-06-09T05:33:02.777Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b09a9c-db60-45c8-a444-f8346960dd3c 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-06-09T05:33:02.784Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.784Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "ves-openapi-manager", "timestamp": 1654752606118, "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-06-09T05:33:02.788Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 29b6e16b-1b51-45d7-b596-1609448336b4 2022-06-09T05:33:02.788Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:33:02.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.795Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.795Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.795Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752606944, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.796Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.796Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.796Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.796Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "policy-id", "timestamp": 1654752607947, "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-06-09T05:33:02.800Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29b6e16b-1b51-45d7-b596-1609448336b4 2022-06-09T05:33:02.800Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:33:02.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.807Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752611921, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "aai-ml", "timestamp": 1654752612927, "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-06-09T05:33:02.812Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6b09a9c-db60-45c8-a444-f8346960dd3c 2022-06-09T05:33:02.812Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b09a9c-db60-45c8-a444-f8346960dd3c 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-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.819Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752593096, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752615334, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.820Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752617085, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752618089, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.821Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.822Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654752618090, "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-06-09T05:33:02.825Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29b6e16b-1b51-45d7-b596-1609448336b4 2022-06-09T05:33:02.826Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:33:02.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.833Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752621147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752593791, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "clamp", "timestamp": 1654752622209, "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-06-09T05:33:02.838Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6b09a9c-db60-45c8-a444-f8346960dd3c 2022-06-09T05:33:02.838Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6b09a9c-db60-45c8-a444-f8346960dd3c 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-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752623262, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.846Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.847Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752629084, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.848Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.848Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.848Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.848Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "aai-ml", "timestamp": 1654752630090, "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-06-09T05:33:02.853Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29b6e16b-1b51-45d7-b596-1609448336b4 2022-06-09T05:33:02.853Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:33:02.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:02.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752596985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752643104, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752645115, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:33:02.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "clamp", "timestamp": 1654752646122, "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-06-09T05:33:02.866Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29b6e16b-1b51-45d7-b596-1609448336b4 2022-06-09T05:33:02.866Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:33:04.501Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:04.503Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:33:04.503Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6b09a9c-db60-45c8-a444-f8346960dd3c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"9de4c625-26aa-4e94-81ff-f2c102730c56","serviceDescription":"service","serviceInvariantUUID":"80d261b4-95f5-4208-b89a-f2bc32bc330f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee9e0d68-20da-4d49-9d24-2a946b08c8be","resourceInvariantUUID":"a285f4c9-2b4d-43c5-aa34-a1f7968b546e","resourceCustomizationUUID":"f191099c-aea4-47e0-829e-210266281749","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":"OTJkNWEyODRhNGU1MjE0NDEzMGYyZGRiMjgyMGI1M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7c70f6f3-304d-4b66-8383-9f389a798511","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":"OTU5OGFiNDU2MmRiYTA2Njc0Y2Q0MzQxMGU4ZWNkYWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60510ca2-90cc-4ecf-8824-1ae432d2ff16","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":"cc057181-2bc9-460d-9514-5b87f5d41107","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":"ef073389-ca06-4bb9-af7d-acd150cf8128","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":"467ca1c0-e474-48ee-995c-2c1b2214278d","artifactVersion":"2","generatedFromUUID":"cc057181-2bc9-460d-9514-5b87f5d41107"},{"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":"NTBkYzBhM2NjZDQwN2I0NWYxZjAyNzllOTkyZjBmMDY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"543a4ef1-a436-4252-a781-95c411ae50e2","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":"OWMxOGVmZWI3MTVkMGYzYzc5ODQ0MTY1OThhZjA0ZWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"19777937-0e36-469b-821f-d8010f03bcb7","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YzIzMzRhOTBhYzQ5ZjliMjc3MDM2YjJhYjNlOWFlMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a506c9da-8b34-4e97-a515-ea714b0f03b0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:33:04.505Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:04.506Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:04.509Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:04.509Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:04.608Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:04.609Z||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-06-09T05:33:04.609Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:04.724Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:04.724Z||pool-123-thread-1|||||INFO|500||cambria reply ok (115 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:05.509Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:05.510Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:05.512Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:05.512Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:33:05.612Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:05.613Z||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-06-09T05:33:05.613Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:05.658Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:05.659Z||pool-124-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:06.513Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:06.513Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:06.515Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:06.515Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:33:06.615Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:06.616Z||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-06-09T05:33:06.616Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:06.665Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:06.666Z||pool-125-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:07.515Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:07.516Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:07.521Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:07.521Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:07.618Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-09T05:33:07.619Z||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-06-09T05:33:07.619Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:07.642Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:07.643Z||pool-126-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:08.525Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:08.526Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:08.536Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:08.536Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-09T05:33:08.627Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-09T05:33:08.629Z||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-06-09T05:33:08.629Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:08.665Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:08.665Z||pool-127-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:09.537Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:09.538Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:09.539Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:09.540Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:09.639Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:09.641Z||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-06-09T05:33:09.641Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:09.685Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:09.685Z||pool-128-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:10.540Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:10.541Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:10.543Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:10.543Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:10.643Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:10.644Z||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-06-09T05:33:10.644Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:10.666Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:10.667Z||pool-129-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:11.544Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:11.544Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:11.546Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:11.547Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:33:11.646Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:11.647Z||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-06-09T05:33:11.647Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:11.681Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:11.681Z||pool-130-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:12.547Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "9de4c625-26aa-4e94-81ff-f2c102730c56", "serviceDescription": "service", "serviceInvariantUUID": "80d261b4-95f5-4208-b89a-f2bc32bc330f", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "f191099c-aea4-47e0-829e-210266281749", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee9e0d68-20da-4d49-9d24-2a946b08c8be", "resourceInvariantUUID": "a285f4c9-2b4d-43c5-aa34-a1f7968b546e", "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": "OTU5OGFiNDU2MmRiYTA2Njc0Y2Q0MzQxMGU4ZWNkYWQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "60510ca2-90cc-4ecf-8824-1ae432d2ff16", "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": "cc057181-2bc9-460d-9514-5b87f5d41107", "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": "467ca1c0-e474-48ee-995c-2c1b2214278d", "generatedFromUUID": "cc057181-2bc9-460d-9514-5b87f5d41107" }, "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": "467ca1c0-e474-48ee-995c-2c1b2214278d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YzIzMzRhOTBhYzQ5ZjliMjc3MDM2YjJhYjNlOWFlMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a506c9da-8b34-4e97-a515-ea714b0f03b0" } ], "workloadContext": "Production" } 2022-06-09T05:33:12.548Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:33:12.548Z|caf342c0-537b-401a-933b-7cab946e607e|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9de4c625-26aa-4e94-81ff-f2c102730c56 ASDC 2022-06-09T05:33:12.548Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:d6b09a9c-db60-45c8-a444-f8346960dd3c ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:9de4c625-26aa-4e94-81ff-f2c102730c56 ServiceInvariantUUID:80d261b4-95f5-4208-b89a-f2bc32bc330f 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:a506c9da-8b34-4e97-a515-ea714b0f03b0 ArtifactChecksum:YzIzMzRhOTBhYzQ5ZjliMjc3MDM2YjJhYjNlOWFlMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:f191099c-aea4-47e0-829e-210266281749 ResourceInvariantUUID:a285f4c9-2b4d-43c5-aa34-a1f7968b546e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ee9e0d68-20da-4d49-9d24-2a946b08c8be 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:60510ca2-90cc-4ecf-8824-1ae432d2ff16 ArtifactChecksum:OTU5OGFiNDU2MmRiYTA2Njc0Y2Q0MzQxMGU4ZWNkYWQ= 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:cc057181-2bc9-460d-9514-5b87f5d41107 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:467ca1c0-e474-48ee-995c-2c1b2214278d 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:467ca1c0-e474-48ee-995c-2c1b2214278d ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-09T05:33:12.548Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9de4c625-26aa-4e94-81ff-f2c102730c56 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-06-09T05:33:12.589Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:33:12.590Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:33:12.590Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:33:12.591Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a506c9da-8b34-4e97-a515-ea714b0f03b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-09T05:33:12.591Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:33:12.591Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-09T05:33:12.819Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:33:12.823Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a506c9da-8b34-4e97-a515-ea714b0f03b0 78794 2022-06-09T05:33:12.823Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-09T05:33:12.823Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-09T05:33:12.823Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:33:12.824Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:12.826Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:12.826Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752792823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:12.926Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:12.926Z||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-06-09T05:33:12.927Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:12.970Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:12.970Z||pool-131-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:13.826Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:33:13.827Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:33:13.827Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: a506c9da-8b34-4e97-a515-ea714b0f03b0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:13.828Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-09T05:33:13.828Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:13.829Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:13.988Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14164287595495074872/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-06-09T05:33:15.037Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:33:15.038Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:33:15.038Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.038Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-09T05:33:15.038Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.038Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.038Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.039Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.039Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.039Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.039Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.039Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.039Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-09T05:33:15.040Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:33:15.040Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.040Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.040Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:15.040Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:33:15.041Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:33:15.041Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.041Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.041Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:15.041Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:33:15.042Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:33:15.042Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.042Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.042Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.042Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-09T05:33:15.043Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-09T05:33:15.043Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-09T05:33:15.043Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-09T05:33:15.043Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-09T05:33:15.043Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-09T05:33:15.044Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.044Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:33:15.044Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.044Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:15.044Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:33:15.045Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.045Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:15.045Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:33:15.045Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.045Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:15.046Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:33:15.046Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.046Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-09T05:33:15.046Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-09T05:33:15.046Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-09T05:33:15.047Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=969f1d17-ec5d-47eb-b821-b56d2955f2c9 2022-06-09T05:33:15.047Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.047Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.047Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.047Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.048Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.048Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.048Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:15.048Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:15.048Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:9de4c625-26aa-4e94-81ff-f2c102730c56 Model Version:NULL Model InvariantUuid:80d261b4-95f5-4208-b89a-f2bc32bc330f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:699624e9-1c92-41b1-94b2-92ee7a368d11 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a285f4c9-2b4d-43c5-aa34-a1f7968b546e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f191099c-aea4-47e0-829e-210266281749 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2bc1e3f7-413e-4dea-8247-37bc950ba174 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:7a186502-c6a0-418a-9145-fba2b47ede31 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:969f1d17-ec5d-47eb-b821-b56d2955f2c9 ModelInvariantUuid:68862bc8-1765-43db-aca3-9514e4e820e1 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:584152dd-5d46-4967-b930-eba22b47a4a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7c8522b5-ee82-4790-8a78-1e2a7a1604e6 ModelInvariantUuid:681ddea6-1df9-4b85-b3cf-11c44e56361b ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:350d01f9-c962-4caf-acdb-adb9965ada6d 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-06-09T05:33:15.054Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: ee9e0d68-20da-4d49-9d24-2a946b08c8be 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-06-09T05:33:15.057Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||basic_vm_macro 0 2022-06-09T05:33:15.057Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee9e0d68-20da-4d49-9d24-2a946b08c8be 2022-06-09T05:33:15.057Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 60510ca2-90cc-4ecf-8824-1ae432d2ff16 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-09T05:33:15.057Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:33:15.057Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-09T05:33:15.148Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:33:15.149Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 60510ca2-90cc-4ecf-8824-1ae432d2ff16 792 2022-06-09T05:33:15.149Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-09T05:33:15.149Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-09T05:33:15.150Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:33:15.150Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:15.153Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:15.153Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752795149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:15.252Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-09T05:33:15.253Z||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-06-09T05:33:15.253Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:15.285Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:15.286Z||pool-132-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:16.154Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2bc1e3f7-413e-4dea-8247-37bc950ba174", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a186502-c6a0-418a-9145-fba2b47ede31", "vfModuleModelCustomizationUUID": "159d576c-af95-44d0-aa74-6276ca8eb004", "isBase": true, "artifacts": [ "cc057181-2bc9-460d-9514-5b87f5d41107", "467ca1c0-e474-48ee-995c-2c1b2214278d" ], "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-06-09T05:33:16.158Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a186502-c6a0-418a-9145-fba2b47ede31 VfModuleModelInvariantUUID:2bc1e3f7-413e-4dea-8247-37bc950ba174 VfModuleModelDescription:NULL Artifacts UUID List:{ cc057181-2bc9-460d-9514-5b87f5d41107 , 467ca1c0-e474-48ee-995c-2c1b2214278d } 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-06-09T05:33:16.160Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "2bc1e3f7-413e-4dea-8247-37bc950ba174", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7a186502-c6a0-418a-9145-fba2b47ede31", "vfModuleModelCustomizationUUID": "159d576c-af95-44d0-aa74-6276ca8eb004", "isBase": true, "artifacts": [ "cc057181-2bc9-460d-9514-5b87f5d41107", "467ca1c0-e474-48ee-995c-2c1b2214278d" ], "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-06-09T05:33:16.160Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:7a186502-c6a0-418a-9145-fba2b47ede31 VfModuleModelInvariantUUID:2bc1e3f7-413e-4dea-8247-37bc950ba174 VfModuleModelDescription:NULL Artifacts UUID List:{ cc057181-2bc9-460d-9514-5b87f5d41107 , 467ca1c0-e474-48ee-995c-2c1b2214278d } 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-06-09T05:33:16.160Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: cc057181-2bc9-460d-9514-5b87f5d41107 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-09T05:33:16.161Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:33:16.161Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-09T05:33:16.416Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:33:16.416Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml cc057181-2bc9-460d-9514-5b87f5d41107 5033 2022-06-09T05:33:16.417Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-09T05:33:16.417Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-09T05:33:16.417Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:33:16.417Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:16.419Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:16.420Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752796417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:16.519Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:16.520Z||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-06-09T05:33:16.521Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:16.573Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:16.573Z||pool-133-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:33:17.420Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 467ca1c0-e474-48ee-995c-2c1b2214278d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-09T05:33:17.421Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:33:17.421Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-09T05:33:17.489Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:33:17.489Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 467ca1c0-e474-48ee-995c-2c1b2214278d 903 2022-06-09T05:33:17.490Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-09T05:33:17.490Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-09T05:33:17.490Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:33:17.490Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:17.492Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:17.492Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752797490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:33:17.592Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:17.593Z||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-06-09T05:33:17.593Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:17.638Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:17.639Z||pool-134-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:18.493Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9de4c625-26aa-4e94-81ff-f2c102730c56 2022-06-09T05:33:18.493Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ee9e0d68-20da-4d49-9d24-2a946b08c8be 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-06-09T05:33:18.509Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2444a7d7, org.onap.sdc.toscaparser.api.parameters.Input@284ab842, org.onap.sdc.toscaparser.api.parameters.Input@8da1fd8, org.onap.sdc.toscaparser.api.parameters.Input@5a7066d6, org.onap.sdc.toscaparser.api.parameters.Input@5b8b0850] 2022-06-09T05:33:18.512Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.512Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.513Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-09T05:33:18.513Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f191099c-aea4-47e0-829e-210266281749 2022-06-09T05:33:18.513Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f191099c-aea4-47e0-829e-210266281749 matches Tosca VF Customization UUID: f191099c-aea4-47e0-829e-210266281749 2022-06-09T05:33:18.514Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f191099c-aea4-47e0-829e-210266281749 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-06-09T05:33:18.516Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.517Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.518Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f191099c-aea4-47e0-829e-210266281749: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-06-09T05:33:18.518Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@271d53c3 2022-06-09T05:33:18.518Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.519Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-09T05:33:18.519Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 159d576c-af95-44d0-aa74-6276ca8eb004 2022-06-09T05:33:18.519Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 159d576c-af95-44d0-aa74-6276ca8eb004 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-06-09T05:33:18.522Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.522Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:18.523Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:33:18.523Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.524Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:18.524Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:33:18.524Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.525Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-09T05:33:18.525Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-09T05:33:18.526Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-09T05:33:18.526Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=969f1d17-ec5d-47eb-b821-b56d2955f2c9 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-06-09T05:33:18.529Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.529Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:18.530Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-09T05:33:18.530Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.530Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-09T05:33:18.531Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=f191099c-aea4-47e0-829e-210266281749 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-06-09T05:33:18.533Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.533Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.533Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9de4c625-26aa-4e94-81ff-f2c102730c56: basic_vm_macro 2022-06-09T05:33:18.533Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.533Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.533Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.534Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.534Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.534Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.534Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.534Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.534Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:33:18.535Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:33:18.535Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-09T05:33:18.645Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ee9e0d68-20da-4d49-9d24-2a946b08c8be 1 ASDC deployResourceStructure 2022-06-09T05:33:18.646Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-06-09T05:33:18.646Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-09T05:33:18.646Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:33:18.646Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:18.648Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:18.649Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752798646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:33:18.748Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:18.749Z||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-06-09T05:33:18.750Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:18.796Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:18.797Z||pool-135-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:19.649Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-06-09T05:33:19.650Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-09T05:33:19.650Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:33:19.650Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:19.652Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:19.652Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752799649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:33:19.752Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:19.753Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:19.753Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:19.862Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:19.862Z||pool-136-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:20.653Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-06-09T05:33:20.653Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-09T05:33:20.653Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:33:20.654Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:20.656Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:20.656Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752800653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-09T05:33:20.756Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:20.757Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:20.757Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:20.816Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:20.817Z||pool-137-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:33:21.657Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-09T05:33:21.657Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-09T05:33:21.657Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:33:21.658Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:21.660Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:21.661Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752801657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:33:21.760Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:21.761Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:21.761Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:22.027Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:22.028Z||pool-138-thread-1|||||INFO|500||cambria reply ok (267 ms):{"serverTimeMs":7,"count":1} 2022-06-09T05:33:22.661Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6b09a9c-db60-45c8-a444-f8346960dd3c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:33:22.674Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6b09a9c-db60-45c8-a444-f8346960dd3c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:33:22.676Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:33:22.677Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:33:22.678Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:33:22.678Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:33:22.678Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:33:22.682Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:33:52.682Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6b09a9c-db60-45c8-a444-f8346960dd3c 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-06-09T05:33:52.690Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6b09a9c-db60-45c8-a444-f8346960dd3c and serviceModelVersionId: 9de4c625-26aa-4e94-81ff-f2c102730c56 2022-06-09T05:33:52.690Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80d261b4-95f5-4208-b89a-f2bc32bc330f 2022-06-09T05:33:52.691Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80d261b4-95f5-4208-b89a-f2bc32bc330f/model-vers/model-ver/9de4c625-26aa-4e94-81ff-f2c102730c56?depth=0 2022-06-09T05:33:52.695Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:33:52.745Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80d261b4-95f5-4208-b89a-f2bc32bc330f/model-vers/model-ver/9de4c625-26aa-4e94-81ff-f2c102730c56?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-06-09T05:33:52.748Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80d261b4-95f5-4208-b89a-f2bc32bc330f/model-vers/model-ver/9de4c625-26aa-4e94-81ff-f2c102730c56?depth=0|INFO|500||Invoke 2022-06-09T05:33:52.768Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80d261b4-95f5-4208-b89a-f2bc32bc330f/model-vers/model-ver/9de4c625-26aa-4e94-81ff-f2c102730c56?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:33:52.939Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80d261b4-95f5-4208-b89a-f2bc32bc330f/model-vers/model-ver/9de4c625-26aa-4e94-81ff-f2c102730c56?depth=0|INFO|500||InvokeReturn 2022-06-09T05:33:52.940Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80d261b4-95f5-4208-b89a-f2bc32bc330f/model-vers/model-ver/9de4c625-26aa-4e94-81ff-f2c102730c56?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220609-05:33:52:002-49049], vertex-id=[491672], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:33:51 GMT], Content-Type=[application/json]} 2022-06-09T05:33:52.940Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:33:52.941Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:33:52.941Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:33:52.945Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:33:52.945Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6b09a9c-db60-45c8-a444-f8346960dd3c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:33:52.945Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:33:52.945Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:52.947Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:52.947Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752832945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:33:53.047Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:53.048Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:53.048Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:53.077Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:53.078Z||pool-139-thread-1|||||INFO|500||cambria reply ok (30 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-06-09T05:33:53.965Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-09T05:33:53.966Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"29b6e16b-1b51-45d7-b596-1609448336b4","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"b65d03d4-33fb-40ef-ae29-8356d1a783e2","serviceDescription":"service","serviceInvariantUUID":"b99511f9-22b9-4643-8291-ea8466488b98","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"54b73835-60fe-4f25-945a-c0d129d48f3b","resourceInvariantUUID":"d659223d-f435-4bd9-b881-98076cc1f192","resourceCustomizationUUID":"5e6ef08a-4451-4ebe-859d-1f38d4f3e57d","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":"ZDcyZDY4MDZlMjY3ZGZiYzQ5YzdjYzQ0OTQxNGQ1YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"76569ed5-b2dd-4787-834b-6ad62b8b47ae","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":"a452ad52-0796-4d46-b4ee-c9b6d7ffbb4d","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":"5d014be1-47cf-4668-a824-85d8d88e3f2c","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":"YjVlZmI0MTk4YzNmYjMzYmE1MDYzYmU3MGJkM2JiYWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d18c835b-0fc6-4b63-af01-550e1415a7c3","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":"288be495-22b0-40f6-baa5-3314fe16860e","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":"71badbd6-116b-40c4-af9f-36e7376d8e40","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":"895319c5-70fd-49b9-b30e-0fb0bd6daf90","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":"OGM0NzQxZGRkODVmMmVmNmEwZGYyMDQ4NTliZDY4NzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22987541-49b3-445d-b162-f63412f68c90","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmExMDIyMTVhODkyN2Q3MGUwNjFlYzk1ZmU1OGQzNjY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e89eb9a-30d6-4091-844a-93e6401f8cf6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-09T05:33:53.967Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:53.967Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:53.969Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:53.969Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:54.069Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:54.070Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:54.070Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:54.096Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:54.097Z||pool-140-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:54.970Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:54.970Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:54.973Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:54.973Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:55.073Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:55.074Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:55.074Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:55.116Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:55.117Z||pool-141-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:33:55.973Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:55.974Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:55.976Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:55.976Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:56.076Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:56.077Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:56.077Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:56.111Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:56.112Z||pool-142-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:56.977Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:56.977Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:56.980Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:56.980Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:57.080Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:57.080Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:57.080Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:57.137Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:57.138Z||pool-143-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":2,"count":1} 2022-06-09T05:33:57.980Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:57.981Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:57.983Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:57.983Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:58.083Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:33:58.083Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:58.083Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:58.113Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:58.113Z||pool-144-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:58.983Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:58.984Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:58.986Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:58.986Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:33:59.086Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:33:59.087Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:33:59.087Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:33:59.113Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:33:59.114Z||pool-145-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:33:59.986Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:33:59.987Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:33:59.989Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:33:59.989Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:34:00.089Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:34:00.090Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:34:00.090Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:34:00.122Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:00.123Z||pool-146-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:34:00.990Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:34:00.990Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:34:00.993Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:34:00.993Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:34:01.093Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:34:01.094Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:34:01.094Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:34:01.124Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:01.126Z||pool-147-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:34:01.994Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-09T05:34:01.994Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:34:01.996Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:34:01.996Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:34:02.096Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-09T05:34:02.097Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:34:02.097Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:34:02.136Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:02.136Z||pool-148-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-06-09T05:34:02.679Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:34:02.680Z||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-06-09T05:34:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:34:02.829Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:02.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-09T05:34:02.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "caf342c0-537b-401a-933b-7cab946e607e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752778571, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:34:02.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:34:02.997Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "b65d03d4-33fb-40ef-ae29-8356d1a783e2", "serviceDescription": "service", "serviceInvariantUUID": "b99511f9-22b9-4643-8291-ea8466488b98", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "5e6ef08a-4451-4ebe-859d-1f38d4f3e57d", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "54b73835-60fe-4f25-945a-c0d129d48f3b", "resourceInvariantUUID": "d659223d-f435-4bd9-b881-98076cc1f192", "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": "ZmExMDIyMTVhODkyN2Q3MGUwNjFlYzk1ZmU1OGQzNjY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6e89eb9a-30d6-4091-844a-93e6401f8cf6" } ], "workloadContext": "Production" } 2022-06-09T05:34:02.998Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-09T05:34:02.998Z|d6b09a9c-db60-45c8-a444-f8346960dd3c|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b65d03d4-33fb-40ef-ae29-8356d1a783e2 ASDC 2022-06-09T05:34:02.998Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:29b6e16b-1b51-45d7-b596-1609448336b4 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:b65d03d4-33fb-40ef-ae29-8356d1a783e2 ServiceInvariantUUID:b99511f9-22b9-4643-8291-ea8466488b98 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:6e89eb9a-30d6-4091-844a-93e6401f8cf6 ArtifactChecksum:ZmExMDIyMTVhODkyN2Q3MGUwNjFlYzk1ZmU1OGQzNjY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:5e6ef08a-4451-4ebe-859d-1f38d4f3e57d ResourceInvariantUUID:d659223d-f435-4bd9-b881-98076cc1f192 ResourceName:test-pnf ResourceType:PNF ResourceUUID:54b73835-60fe-4f25-945a-c0d129d48f3b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-09T05:34:02.998Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b65d03d4-33fb-40ef-ae29-8356d1a783e2 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-06-09T05:34:03.029Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:34:03.030Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:34:03.030Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:34:03.030Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6e89eb9a-30d6-4091-844a-93e6401f8cf6 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-09T05:34:03.030Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-09T05:34:03.031Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-09T05:34:03.552Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-09T05:34:03.557Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 6e89eb9a-30d6-4091-844a-93e6401f8cf6 105662 2022-06-09T05:34:03.558Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-09T05:34:03.558Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-09T05:34:03.558Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-09T05:34:03.559Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:34:03.560Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:34:03.561Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752843558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:34:03.660Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:34:03.661Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:34:03.661Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:34:03.858Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:03.859Z||pool-149-thread-1|||||INFO|500||cambria reply ok (198 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:34:04.561Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-09T05:34:04.564Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-09T05:34:04.565Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 6e89eb9a-30d6-4091-844a-93e6401f8cf6, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:04.565Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-09T05:34:04.566Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:04.566Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:04.703Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15462386115759561272/Definitions/service-TestPnfMacro-template.yml 2022-06-09T05:34:05.375Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-09T05:34:05.375Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-09T05:34:05.376Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.377Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.377Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-09T05:34:05.377Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:34:05.377Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:34:05.377Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.377Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.378Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-09T05:34:05.378Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-09T05:34:05.378Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-09T05:34:05.378Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.378Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.379Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.380Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.380Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:b65d03d4-33fb-40ef-ae29-8356d1a783e2 Model Version:NULL Model InvariantUuid:b99511f9-22b9-4643-8291-ea8466488b98 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-06-09T05:34:05.387Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 54b73835-60fe-4f25-945a-c0d129d48f3b 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-06-09T05:34:05.389Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||test-pnf 0 2022-06-09T05:34:05.389Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 54b73835-60fe-4f25-945a-c0d129d48f3b 2022-06-09T05:34:05.389Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||No resources found for Service: b65d03d4-33fb-40ef-ae29-8356d1a783e2 2022-06-09T05:34:05.389Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: b65d03d4-33fb-40ef-ae29-8356d1a783e2 2022-06-09T05:34:05.390Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 54b73835-60fe-4f25-945a-c0d129d48f3b 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-06-09T05:34:05.393Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7339f330, org.onap.sdc.toscaparser.api.parameters.Input@1ec6c678, org.onap.sdc.toscaparser.api.parameters.Input@66ccf8ce, org.onap.sdc.toscaparser.api.parameters.Input@407e4ea0, org.onap.sdc.toscaparser.api.parameters.Input@7c6295ec] 2022-06-09T05:34:05.393Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.394Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.394Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid b65d03d4-33fb-40ef-ae29-8356d1a783e2: test-pnf 2022-06-09T05:34:05.394Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Processing PNF resource: 54b73835-60fe-4f25-945a-c0d129d48f3b 2022-06-09T05:34:05.394Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-09T05:34:05.395Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-09T05:34:05.395Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||Resource customization UUID: 5e6ef08a-4451-4ebe-859d-1f38d4f3e57d is the same as notified resource customizationUUID: 5e6ef08a-4451-4ebe-859d-1f38d4f3e57d 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-06-09T05:34:05.423Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 54b73835-60fe-4f25-945a-c0d129d48f3b 0 ASDC deployResourceStructure 2022-06-09T05:34:05.423Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-09T05:34:05.423Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-09T05:34:05.424Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-09T05:34:05.424Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:34:05.425Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:34:05.426Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752845423, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:34:05.525Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:34:05.526Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:34:05.526Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:34:05.610Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:05.610Z||pool-150-thread-1|||||INFO|500||cambria reply ok (84 ms):{"serverTimeMs":1,"count":1} 2022-06-09T05:34:06.426Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29b6e16b-1b51-45d7-b596-1609448336b4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-09T05:34:06.438Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29b6e16b-1b51-45d7-b596-1609448336b4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-09T05:34:06.440Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-09T05:34:06.440Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-09T05:34:06.440Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-09T05:34:06.441Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-09T05:34:06.446Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-09T05:34:36.447Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29b6e16b-1b51-45d7-b596-1609448336b4 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-06-09T05:34:36.455Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29b6e16b-1b51-45d7-b596-1609448336b4 and serviceModelVersionId: b65d03d4-33fb-40ef-ae29-8356d1a783e2 2022-06-09T05:34:36.455Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b99511f9-22b9-4643-8291-ea8466488b98 2022-06-09T05:34:36.456Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0 2022-06-09T05:34:36.463Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-09T05:34:36.503Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0|INFO|500||Invoke 2022-06-09T05:34:36.504Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29b6e16b-1b51-45d7-b596-1609448336b4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[069f1e5a-ad51-4771-8f5b-371e3325d475], X-ECOMP-RequestID=[29b6e16b-1b51-45d7-b596-1609448336b4], X-TransactionId=[], X-ONAP-RequestID=[29b6e16b-1b51-45d7-b596-1609448336b4], Content-Type=[application/merge-patch+json]} 2022-06-09T05:34:36.534Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-09T05:34:36.785Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?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/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220609-05:34:35:781-36680], vertex-id=[573656], Content-Length=[0], Date=[Thu, 09 Jun 2022 05:34:35 GMT], Content-Type=[application/json]} 2022-06-09T05:34:36.785Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-09T05:34:36.786Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b99511f9-22b9-4643-8291-ea8466488b98/model-vers/model-ver/b65d03d4-33fb-40ef-ae29-8356d1a783e2?depth=0|INFO|500||InvokeReturn 2022-06-09T05:34:36.786Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-09T05:34:36.786Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-09T05:34:36.791Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-09T05:34:36.792Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29b6e16b-1b51-45d7-b596-1609448336b4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-09T05:34:36.792Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-09T05:34:36.792Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-09T05:34:36.795Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-09T05:34:36.795Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752876792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:34:36.895Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-09T05:34:36.896Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-09T05:34:36.896Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GuooXKzmq98BzA20) ... 2022-06-09T05:34:36.941Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:36.942Z||pool-151-thread-1|||||INFO|500||cambria reply ok (47 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-06-09T05:34:37.817Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:34:37.818Z|29b6e16b-1b51-45d7-b596-1609448336b4|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-06-09T05:34:37.818Z|29b6e16b-1b51-45d7-b596-1609448336b4|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 GuooXKzmq98BzA20) ... 2022-06-09T05:34:47.480Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:47.481Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:34:47.483Z|29b6e16b-1b51-45d7-b596-1609448336b4|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-06-09T05:34:47.484Z|29b6e16b-1b51-45d7-b596-1609448336b4|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 GuooXKzmq98BzA20) ... 2022-06-09T05:34:57.107Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:34:57.109Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:34:57.110Z|29b6e16b-1b51-45d7-b596-1609448336b4|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-06-09T05:34:57.110Z|29b6e16b-1b51-45d7-b596-1609448336b4|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 GuooXKzmq98BzA20) ... 2022-06-09T05:35:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:35:02.680Z||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-06-09T05:35:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:35:02.790Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:35:02.792Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.792Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.793Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.793Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.793Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-09T05:35:02.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.794Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-09T05:35:02.794Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.794Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.795Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-09T05:35:02.795Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.795Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.796Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.796Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.796Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752792823, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.797Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752795149, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-09T05:35:02.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752796417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-09T05:35:02.798Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.798Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.798Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752797490, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-09T05:35:02.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.799Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.799Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752798646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-09T05:35:02.799Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.800Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752799649, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-09T05:35:02.800Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.800Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752800653, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-09T05:35:02.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.801Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752801657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:35:02.801Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.801Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "d6b09a9c-db60-45c8-a444-f8346960dd3c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752832945, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.802Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.803Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.803Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.803Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.804Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.804Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.804Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-09T05:35:02.805Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:02.806Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-09T05:35:02.806Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752779589, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-09T05:35:02.806Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-09T05:35:06.826Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:35:06.827Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:35:06.827Z|29b6e16b-1b51-45d7-b596-1609448336b4|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-06-09T05:35:06.828Z|29b6e16b-1b51-45d7-b596-1609448336b4|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 GuooXKzmq98BzA20) ... 2022-06-09T05:35:16.435Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:35:16.436Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:35:16.437Z|29b6e16b-1b51-45d7-b596-1609448336b4|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-06-09T05:35:16.437Z|29b6e16b-1b51-45d7-b596-1609448336b4|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 GuooXKzmq98BzA20) ... 2022-06-09T05:35:26.117Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:36:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:36:02.677Z||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-06-09T05:36:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:36:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:36:02.680Z||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-06-09T05:36:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:36:03.233Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:36:03.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T05:36:03.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752843558, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-09T05:36:03.234Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:36:03.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T05:36:03.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752845423, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-09T05:36:03.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:36:03.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-09T05:36:03.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29b6e16b-1b51-45d7-b596-1609448336b4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654752876792, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-09T05:36:03.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-09T05:36:12.333Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:37:02.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:37:02.677Z||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-06-09T05:37:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:37:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:37:02.680Z||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-06-09T05:37:02.680Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:37:12.446Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:37:12.656Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:38:02.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:38:02.676Z||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-06-09T05:38:02.676Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:38:02.678Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:38:02.679Z||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-06-09T05:38:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:38:12.328Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:38:12.393Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:39:02.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:39:02.677Z||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-06-09T05:39:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:39:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:39:02.679Z||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-06-09T05:39:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:39:12.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:39:12.365Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:40:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:40:02.677Z||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-06-09T05:40:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:40:02.679Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:40:02.679Z||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-06-09T05:40:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:40:12.343Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:40:12.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:41:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:41:02.677Z||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-06-09T05:41:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:41:02.679Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:41:02.680Z||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-06-09T05:41:02.681Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:41:12.349Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:41:12.459Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:42:02.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:42:02.676Z||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-06-09T05:42:02.676Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:42:02.678Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:42:02.679Z||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-06-09T05:42:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:42:12.340Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:42:12.376Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:43:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:43:02.677Z||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-06-09T05:43:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:43:02.678Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:43:02.679Z||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-06-09T05:43:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:43:12.357Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:43:12.393Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:44:02.677Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:44:02.678Z||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-06-09T05:44:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:44:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:44:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:44:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:44:12.356Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:44:12.367Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:45:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:45:02.677Z||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-06-09T05:45:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:45:02.678Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:45:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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-06-09T05:45:02.679Z|9180958c-8aba-4031-a4ba-98c29fb9a452|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 GuooXKzmq98BzA20) ... 2022-06-09T05:45:12.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:45:12.326Z|9180958c-8aba-4031-a4ba-98c29fb9a452|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:46:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:46:02.677Z||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-06-09T05:46:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:46:02.679Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:46:02.679Z||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-06-09T05:46:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:46:12.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:46:12.342Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:47:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:47:02.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:47:02.679Z||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-06-09T05:47:02.679Z||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-06-09T05:47:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:47:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:47:12.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:47:12.385Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:48:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:48:02.676Z||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-06-09T05:48:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:48:02.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:48:02.679Z||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-06-09T05:48:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:48:12.422Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:48:12.472Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:49:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:49:02.677Z||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-06-09T05:49:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:49:02.679Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:49:02.679Z||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-06-09T05:49:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:49:12.359Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:49:12.373Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:50:02.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:50:02.676Z||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-06-09T05:50:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:50:02.679Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:50:02.679Z||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-06-09T05:50:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:50:12.705Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:50:12.744Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:51:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:51:02.676Z||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-06-09T05:51:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:51:02.679Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:51:02.679Z||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-06-09T05:51:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:51:12.336Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:51:12.348Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:52:02.675Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:52:02.677Z||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-06-09T05:52:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:52:02.679Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:52:02.679Z|29b6e16b-1b51-45d7-b596-1609448336b4|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-06-09T05:52:02.680Z|29b6e16b-1b51-45d7-b596-1609448336b4|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 GuooXKzmq98BzA20) ... 2022-06-09T05:52:12.448Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:52:12.480Z|29b6e16b-1b51-45d7-b596-1609448336b4|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:53:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:53:02.677Z||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-06-09T05:53:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:53:02.678Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:53:02.679Z||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-06-09T05:53:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:53:12.376Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:53:12.402Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:54:02.676Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:54:02.676Z||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-06-09T05:54:02.677Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:54:02.679Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-09T05:54:02.679Z||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-06-09T05:54:02.679Z||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 GuooXKzmq98BzA20) ... 2022-06-09T05:54:12.325Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-09T05:54:12.338Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK