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-07T15:38:51.601Z||main|||||INFO|500||The following profiles are active: basic 2022-06-07T15:39:08.191Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-07T15:39:08.192Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-07T15:39:08.311Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-07T15:39:13.440Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-07T15:39:13.952Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-07T15:39:14.648Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-07T15:39:14.657Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-07T15:39:14.866Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-07T15:39:15.121Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-07T15:39:15.867Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-07T15:39:17.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T15:39:20.375Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T15:39:20.442Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-07T15:39:21.129Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-07T15:39:21.462Z||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-07T15:39:23.022Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-07T15:39:24.215Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-07T15:39:24.238Z||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$$d1dad29b.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-07T15:39:24.240Z||main|||||WARN|500||The sdc end point is not alive 2022-06-07T15:39:27.654Z||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-07T15:39:31.248Z||main|||||WARN|500||--- 2022-06-07T15:39:31.249Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-07T15:39:31.250Z||main|||||WARN|500||--- 2022-06-07T15:39:31.914Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-07T15:39:38.205Z||main|||||INFO|500||Started Application in 50.427 seconds (JVM running for 52.919) 2022-06-07T15:39:38.223Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-07T15:39:38.225Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-07T15:39:38.240Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-07T15:39:38.265Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-07T15:39:38.311Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3c324148-fdb8-47c4-ab66-12b7cf25767a url= /sdc/v1/artifactTypes 2022-06-07T15:39:38.311Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-07T15:39:38.625Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-07T15:39:38.687Z||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-07T15:39:38.709Z||scheduling-1|||||DEBUG|500||create keys 2022-06-07T15:39:38.716Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-07T15:39:38.753Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:39:38.778Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fc9cfe7a-83db-4d10-9615-59f7a58802e0 url= /sdc/v1/registerForDistribution 2022-06-07T15:39:38.897Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fc9cfe7a-83db-4d10-9615-59f7a58802e0 url= /sdc/v1/registerForDistribution 2022-06-07T15:39:38.898Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-07T15:39:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:39:38.911Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:39:38.924Z||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-07T15:39:38.924Z||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-07T15:39:38.925Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:39:38.925Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:39:38.925Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-07T15:39:49.287Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:39:49.301Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:40:38.907Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:40:38.908Z||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-07T15:40:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:40:38.911Z||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-07T15:40:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:40:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:40:48.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:40:48.477Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:41:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:41:38.908Z||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-07T15:41:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:41:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:41:38.911Z||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-07T15:41:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:41:48.475Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:41:48.475Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:42:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:42:38.908Z||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-07T15:42:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:42:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:42:38.912Z||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-07T15:42:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:42:48.474Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:42:48.476Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:43:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:43:38.908Z||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-07T15:43:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:43:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:43:38.911Z||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-07T15:43:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:43:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:43:48.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:44:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:44:38.908Z||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-07T15:44:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:44:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:44:38.911Z||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-07T15:44:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:44:48.478Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:44:48.486Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:45:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:45:38.908Z||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-07T15:45:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:45:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:45:38.911Z||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-07T15:45:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:45:48.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:45:48.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:46:38.908Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:46:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:46:38.912Z||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-07T15:46:38.912Z||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-07T15:46:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:46:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:46:48.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:46:48.504Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:47:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:47:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:47:38.910Z||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-07T15:47:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:47:38.911Z||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-07T15:47:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:47:48.486Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:47:48.490Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:48:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:48:38.908Z||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-07T15:48:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:48:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:48:38.911Z||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-07T15:48:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:48:47.620Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-07T15:48:48.479Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:48:48.489Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:49:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:49:38.908Z||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-07T15:49:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:49:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:49:38.911Z||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-07T15:49:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:49:48.469Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:49:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:50:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:50:38.908Z||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-07T15:50:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:50:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:50:38.910Z||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-07T15:50:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:50:48.479Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:50:48.485Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:51:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:51:38.908Z||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-07T15:51:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:51:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:51:38.911Z||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-07T15:51:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:51:48.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:51:48.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:52:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:52:38.908Z||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-07T15:52:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:52:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:52:38.911Z||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-07T15:52:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:52:48.497Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:52:48.500Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:53:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:53:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:53:38.911Z||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-07T15:53:38.911Z||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-07T15:53:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:53:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:53:48.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:53:48.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:54:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:54:38.908Z||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-07T15:54:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:54:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:54:38.911Z||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-07T15:54:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:54:48.489Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:54:48.489Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:55:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:55:38.908Z||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-07T15:55:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:55:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:55:38.910Z||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-07T15:55:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:55:48.491Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:55:48.499Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:56:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:56:38.908Z||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-07T15:56:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:56:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:56:38.910Z||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-07T15:56:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:56:48.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:56:48.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:57:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:57:38.908Z||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-07T15:57:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:57:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:57:38.911Z||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-07T15:57:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:57:48.466Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:57:48.508Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:58:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:58:38.908Z||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-07T15:58:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:58:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:58:38.911Z||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-07T15:58:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:58:48.458Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:58:48.458Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:59:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:59:38.908Z||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-07T15:59:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:59:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T15:59:38.911Z||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-07T15:59:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T15:59:48.473Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T15:59:48.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:00:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:00:38.909Z||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-07T16:00:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:00:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:00:38.911Z||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-07T16:00:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:00:48.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:00:48.492Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:01:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:01:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:01:38.910Z||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-07T16:01:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:01:38.911Z||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-07T16:01:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:01:48.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:01:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:02:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:02:38.908Z||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-07T16:02:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:02:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:02:38.910Z||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-07T16:02:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:02:48.453Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:02:48.459Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:03:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:03:38.908Z||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-07T16:03:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:03:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:03:38.911Z||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-07T16:03:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:03:48.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:03:48.470Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:04:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:04:38.908Z||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-07T16:04:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:04:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:04:38.910Z||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-07T16:04:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:04:48.457Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:04:48.457Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:05:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:05:38.908Z||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-07T16:05:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:05:38.911Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:05:38.912Z||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-07T16:05:38.913Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:05:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:05:48.469Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:06:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:06:38.908Z||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-07T16:06:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:06:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:06:38.912Z||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-07T16:06:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:06:48.468Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:06:48.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:07:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:07:38.908Z||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-07T16:07:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:07:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:07:38.911Z||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-07T16:07:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:07:48.470Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:07:48.472Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:08:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:08:38.907Z||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-07T16:08:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:08:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:08:38.911Z||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-07T16:08:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:08:48.457Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:08:48.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:09:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:09:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:09:38.910Z||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-07T16:09:38.911Z||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-07T16:09:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:09:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:09:48.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:09:48.468Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:10:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:10:38.908Z||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-07T16:10:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:10:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:10:38.910Z||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-07T16:10:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:10:48.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:10:48.473Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:11:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:11:38.908Z||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-07T16:11:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:11:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:11:38.911Z||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-07T16:11:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:11:48.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:11:48.483Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:12:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:12:38.908Z||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-07T16:12:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:12:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:12:38.911Z||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-07T16:12:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:12:48.480Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:12:48.481Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:13:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:13:38.908Z||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-07T16:13:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:13:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:13:38.910Z||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-07T16:13:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:13:48.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:13:48.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:14:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:14:38.908Z||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-07T16:14:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:14:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:14:38.911Z||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-07T16:14:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:14:48.464Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:14:48.469Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:15:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:15:38.908Z||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-07T16:15:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:15:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:15:38.911Z||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-07T16:15:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:15:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:15:48.467Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:16:38.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:16:38.908Z||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-07T16:16:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:16:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:16:38.911Z||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-07T16:16:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:16:48.466Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:16:48.470Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:17:38.908Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:17:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:17:38.911Z||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-07T16:17:38.911Z||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-07T16:17:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:17:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:17:48.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:17:48.464Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:18:38.907Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:18:38.908Z||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-07T16:18:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:18:38.910Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:18:38.911Z||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-07T16:18:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:18:48.462Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:18:48.462Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:19:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:19:38.908Z||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-07T16:19:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:19:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:19:38.914Z||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-07T16:19:38.915Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:19:48.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:19:48.471Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:20:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:20:38.908Z||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-07T16:20:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:20:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:20:38.911Z||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-07T16:20:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:20:48.462Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:20:48.469Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:21:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:21:38.908Z||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-07T16:21:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:21:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:21:38.911Z||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-07T16:21:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:21:48.465Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:21:48.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:22:38.907Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:22:38.908Z||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-07T16:22:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:22:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:22:38.911Z||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-07T16:22:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:22:48.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:22:48.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:23:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:23:38.908Z||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-07T16:23:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:23:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:23:38.913Z||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-07T16:23:38.913Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:23:48.465Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:23:48.475Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:24:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:24:38.908Z||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-07T16:24:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:24:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:24:38.911Z||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-07T16:24:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:24:48.457Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:24:48.463Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:25:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:25:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:25:38.911Z||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-07T16:25:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:25:38.911Z||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-07T16:25:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:25:48.477Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:25:48.481Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:26:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:26:38.908Z||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-07T16:26:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:26:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:26:38.911Z||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-07T16:26:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:26:48.464Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:26:48.465Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:27:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:27:38.908Z||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-07T16:27:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:27:38.910Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:27:38.911Z||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-07T16:27:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:27:48.461Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:27:48.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:28:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:28:38.908Z||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-07T16:28:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:28:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:28:38.910Z||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-07T16:28:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:28:48.507Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:28:48.529Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:38.907Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:29:38.908Z||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-07T16:29:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:29:38.911Z||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-07T16:29:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:39.545Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:39.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.547Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"793c4fe5-1074-433d-8d40-2731472db2e2","serviceName":"vFW 2022-06-07 16-27-57","serviceVersion":"1.0","serviceUUID":"12926fad-5bfe-48e1-ac3c-ba6228351ca8","serviceDescription":"catalog service description","serviceInvariantUUID":"604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7","resources":[{"resourceInstanceName":"vFW 583e1ea2-3bde 0","resourceName":"vFW 583e1ea2-3bde","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"83465544-0e27-4d20-9ada-25aed206dad8","resourceInvariantUUID":"7cda3fd9-9920-436c-a48d-b5630347871f","resourceCustomizationUUID":"d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml","artifactChecksum":"OWM4MzdkZGE1MGQxZjJjZTU4OWEwZGRjYWRlZjAxZTk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d520097d-ae13-4470-9aa2-f55caf2ca356","artifactVersion":"1"},{"artifactName":"vfw583e1ea23bde0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json","artifactChecksum":"Y2MxNjBmYWMzMjc3NjdkYzIzMmM1Y2E2NDUyOWUyNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"18b5d4b2-eecf-44cb-a896-7c194269a0a3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"93c19d3f-f089-45d0-bbad-a3b095a8cdb2","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml","artifactChecksum":"MzZhMDE1M2FiNWMxZWM5YmEyMmU0MjdiOWFhMTU4NmY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1db7bf3e-a73b-4140-bdb7-9942c6b763d2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ef90c246-cca8-4db5-8a97-0121c1ea7922","artifactVersion":"2","generatedFromUUID":"93c19d3f-f089-45d0-bbad-a3b095a8cdb2"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607162757-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml","artifactChecksum":"NzE5MzFiZGVhYmVhNzI3NDdmMjk3ZmRjMjkyODkzOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a83ac851-d8e6-4e22-9bbe-18da072c4e3e","artifactVersion":"1"},{"artifactName":"service-Vfw20220607162757-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar","artifactChecksum":"Yjk2NTQ2Zjk1MDY5NjMwMzFiYWQ2YjU1NjRjMzAyNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"69c78fff-084b-4ce7-9c45-a74ba3bee53a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:29:39.558Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:39.560Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:39.564Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.565Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.569Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:39.580Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:39.580Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.592Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.592Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.593Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.593Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.594Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.594Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.594Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.595Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.595Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.595Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.596Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.596Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.597Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.597Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.597Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.598Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.598Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.598Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.599Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.599Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.599Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.600Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.600Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.600Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.601Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.601Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.601Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.602Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.602Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.602Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.603Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.603Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.603Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.604Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.604Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.604Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.606Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.606Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.606Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:29:39.607Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.607Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.607Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "ves-openapi-manager", "timestamp": 1654619341105, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.608Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.608Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.608Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.609Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.609Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.610Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.610Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.610Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T16:29:39.611Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.611Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.612Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.612Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.612Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.613Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.613Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.613Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.614Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619343016, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:29:39.614Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.614Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.615Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.615Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.615Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.616Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619351085, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:39.618Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.619Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.619Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.620Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.620Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.620Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.621Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.621Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.621Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.622Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.622Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.622Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.623Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.623Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.624Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.624Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.624Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619345563, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:29:39.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.625Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.625Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619346148, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:29:39.625Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.626Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619346015, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:29:39.626Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.626Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.627Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619353433, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:39.627Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.627Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.628Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619354052, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:39.628Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.629Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.629Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "cds", "timestamp": 1654619354455, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-06-07T16:29:39.680Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-07T16:29:39.684Z||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-07T16:29:39.684Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:29:39.700Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:39.701Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 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-07T16:29:39.836Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2 2022-06-07T16:29:39.866Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 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-07T16:29:39.895Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.895Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619355064, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:29:39.896Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.896Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.896Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "policy-id", "timestamp": 1654619356071, "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-07T16:29:39.917Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2 2022-06-07T16:29:39.917Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 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-07T16:29:39.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:39.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619360480, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:29:39.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619367224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:39.939Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619368640, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:39.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619368993, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:29:39.940Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "clamp", "timestamp": 1654619369996, "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-07T16:29:39.950Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2 2022-06-07T16:29:39.950Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 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-07T16:29:39.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619371643, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:29:39.964Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "aai-ml", "timestamp": 1654619372654, "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-07T16:29:39.971Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2 2022-06-07T16:29:39.971Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 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-07T16:29:39.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619376692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:29:39.983Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:29:39.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:29:39.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619377697, "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-07T16:29:39.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 793c4fe5-1074-433d-8d40-2731472db2e2 2022-06-07T16:29:39.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 793c4fe5-1074-433d-8d40-2731472db2e2 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-07T16:29:40.588Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:40.588Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:40.590Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:40.590Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:29:40.690Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:40.692Z||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-07T16:29:40.692Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:40.707Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:40.708Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:29:41.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:41.592Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:41.595Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:41.595Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T16:29:41.695Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:41.696Z||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-07T16:29:41.696Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:41.711Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:41.712Z||pool-5-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:42.595Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:42.596Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:42.599Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:42.600Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:42.700Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:42.701Z||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-07T16:29:42.701Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:42.715Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:42.716Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:43.601Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:43.602Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:43.604Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:43.604Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T16:29:43.704Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:43.706Z||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-07T16:29:43.706Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:43.723Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:43.724Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:44.605Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:44.605Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:44.607Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:44.608Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:29:44.708Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:44.709Z||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-07T16:29:44.709Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:44.725Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:44.726Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:45.611Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:29:45.612Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:45.614Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:45.614Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:29:45.714Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:45.716Z||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-07T16:29:45.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:45.732Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:45.732Z||pool-9-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:46.616Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "serviceName": "vFW 2022-06-07 16-27-57", "serviceVersion": "1.0", "serviceUUID": "12926fad-5bfe-48e1-ac3c-ba6228351ca8", "serviceDescription": "catalog service description", "serviceInvariantUUID": "604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7", "resources": [ { "resourceInstanceName": "vFW 583e1ea2-3bde 0", "resourceCustomizationUUID": "d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba", "resourceName": "vFW 583e1ea2-3bde", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "83465544-0e27-4d20-9ada-25aed206dad8", "resourceInvariantUUID": "7cda3fd9-9920-436c-a48d-b5630347871f", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw583e1ea23bde0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "artifactChecksum": "Y2MxNjBmYWMzMjc3NjdkYzIzMmM1Y2E2NDUyOWUyNzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "18b5d4b2-eecf-44cb-a896-7c194269a0a3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "93c19d3f-f089-45d0-bbad-a3b095a8cdb2", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef90c246-cca8-4db5-8a97-0121c1ea7922", "generatedFromUUID": "93c19d3f-f089-45d0-bbad-a3b095a8cdb2" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ef90c246-cca8-4db5-8a97-0121c1ea7922", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220607162757-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "artifactChecksum": "Yjk2NTQ2Zjk1MDY5NjMwMzFiYWQ2YjU1NjRjMzAyNzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "69c78fff-084b-4ce7-9c45-a74ba3bee53a" } ], "workloadContext": "Production" } 2022-06-07T16:29:46.618Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:29:46.618Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 12926fad-5bfe-48e1-ac3c-ba6228351ca8 ASDC 2022-06-07T16:29:46.741Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:793c4fe5-1074-433d-8d40-2731472db2e2 ServiceName:vFW 2022-06-07 16-27-57 ServiceVersion:1.0 ServiceUUID:12926fad-5bfe-48e1-ac3c-ba6228351ca8 ServiceInvariantUUID:604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220607162757-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar ArtifactUUID:69c78fff-084b-4ce7-9c45-a74ba3bee53a ArtifactChecksum:Yjk2NTQ2Zjk1MDY5NjMwMzFiYWQ2YjU1NjRjMzAyNzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 583e1ea2-3bde 0 ResourceCustomizationUUID:d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba ResourceInvariantUUID:7cda3fd9-9920-436c-a48d-b5630347871f ResourceName:vFW 583e1ea2-3bde ResourceType:VF ResourceUUID:83465544-0e27-4d20-9ada-25aed206dad8 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw583e1ea23bde0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json ArtifactUUID:18b5d4b2-eecf-44cb-a896-7c194269a0a3 ArtifactChecksum:Y2MxNjBmYWMzMjc3NjdkYzIzMmM1Y2E2NDUyOWUyNzg= 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/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml ArtifactUUID:93c19d3f-f089-45d0-bbad-a3b095a8cdb2 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/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ArtifactUUID:ef90c246-cca8-4db5-8a97-0121c1ea7922 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/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ArtifactUUID:ef90c246-cca8-4db5-8a97-0121c1ea7922 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T16:29:46.741Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 12926fad-5bfe-48e1-ac3c-ba6228351ca8 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-07T16:29:46.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:29:46.805Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T16:29:46.806Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T16:29:46.807Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 69c78fff-084b-4ce7-9c45-a74ba3bee53a from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:46.807Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:29:46.808Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:46.949Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:29:46.972Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar 69c78fff-084b-4ce7-9c45-a74ba3bee53a 98981 2022-06-07T16:29:46.975Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar ASDC sendASDCNotification 2022-06-07T16:29:46.975Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:46.976Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:29:46.977Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:46.979Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:46.979Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619386973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:47.079Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:47.080Z||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-07T16:29:47.081Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:47.096Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:47.097Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:47.980Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:29:47.981Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T16:29:47.982Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 69c78fff-084b-4ce7-9c45-a74ba3bee53a, URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar to file: /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:47.982Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607162757-csar.csar 2022-06-07T16:29:48.062Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:48.063Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:48.895Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8371970366167381986/Definitions/service-Vfw20220607162757-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-07T16:29:52.389Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:29:52.394Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.395Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.396Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.397Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.397Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 583e1ea2-3bde 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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.397Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-Vfw20220607162757-csar.csar 2022-06-07T16:29:52.398Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T16:29:52.404Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.406Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.410Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:52.410Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T16:29:52.413Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:29:52.414Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.415Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.415Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:52.415Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T16:29:52.416Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:29:52.416Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.416Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.419Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.420Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:52.420Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:52.420Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.421Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.422Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.423Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T16:29:52.424Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.424Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:29:52.425Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.425Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:52.426Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:52.427Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T16:29:52.428Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T16:29:52.429Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d5b7962d-b67a-458d-aab9-3d8f8b539c83 2022-06-07T16:29:52.430Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T16:29:52.431Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T16:29:52.432Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=37f9bf11-062c-4adf-815a-1143e9fa74c3 2022-06-07T16:29:52.433Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T16:29:52.434Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T16:29:52.435Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83e2f1cc-4ae8-4524-a835-af74ca92578a 2022-06-07T16:29:52.436Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.437Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.438Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:52.438Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:52.438Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-07 16-27-57 Description:catalog service description Model UUID:12926fad-5bfe-48e1-ac3c-ba6228351ca8 Model Version:NULL Model InvariantUuid:604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 583e1ea2-3bde Model UUID:0e7d6fa3-2d20-4a30-a478-7aa75194e633 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:7cda3fd9-9920-436c-a48d-b5630347871f Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:46886e98-1c48-4d58-b09d-17617182f8ec ModelName:Vfw583e1ea23bde..base_vfw..module-0 ModelUuid:c05b7a78-662d-4f12-9fbb-d2e5fae80f8b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d5b7962d-b67a-458d-aab9-3d8f8b539c83 ModelInvariantUuid:8e61c1c8-3feb-4a17-bc5b-5a063ccd0f9f ModelName:vFW 583e1ea2-3bde-nodes.vfwCvfc ModelUuid:5c87e71d-38c3-4173-9aec-42561f7ec5a3 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:8111d488-7e5f-48e3-ba6f-407703aad787 ModelInvariantUuid:a1c68c58-e850-4d3e-a81b-e8987ee00a64 ModelName:Vfw583e1ea23bde.compute.nodes.heat.vfw ModelUuid:c83a1d2b-d330-4e86-90f0-9ed00f0e47fb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:37f9bf11-062c-4adf-815a-1143e9fa74c3 ModelInvariantUuid:c8e0874d-4df9-45b2-bac9-4bab87433139 ModelName:vFW 583e1ea2-3bde-nodes.vsnCvfc ModelUuid:c57904a4-23d6-47e2-9556-d58d076c5ba8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:01647e51-ab39-4d75-83c4-a7fce6dd4568 ModelInvariantUuid:122c1363-0f7e-4784-9288-f8945c0b1ed5 ModelName:Vfw583e1ea23bde.compute.nodes.heat.vsn ModelUuid:5ad6dba4-1e26-4830-9c18-5e7b68cf40dd ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:83e2f1cc-4ae8-4524-a835-af74ca92578a ModelInvariantUuid:045d5364-098a-44fe-9629-803358388ee3 ModelName:vFW 583e1ea2-3bde-nodes.vpgCvfc ModelUuid:fef64b7b-2b6c-4273-846e-a4fc4b6433ce ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:3e936730-bfd6-41f1-a512-2ea201ea2923 ModelInvariantUuid:af85e51c-085c-476e-aa1b-625a132e631e ModelName:Vfw583e1ea23bde.compute.nodes.heat.vpg ModelUuid:2f062eb7-78cf-48cf-8cd6-58e38e91a0bf 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-07T16:29:52.451Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 83465544-0e27-4d20-9ada-25aed206dad8 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-07T16:29:52.554Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||vFW 583e1ea2-3bde 0 2022-06-07T16:29:52.564Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 83465544-0e27-4d20-9ada-25aed206dad8 2022-06-07T16:29:52.565Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 18b5d4b2-eecf-44cb-a896-7c194269a0a3 from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json 2022-06-07T16:29:52.565Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:29:52.566Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json 2022-06-07T16:29:52.635Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:29:52.636Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json 18b5d4b2-eecf-44cb-a896-7c194269a0a3 785 2022-06-07T16:29:52.636Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json ASDC sendASDCNotification 2022-06-07T16:29:52.636Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json 2022-06-07T16:29:52.637Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:29:52.637Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:52.640Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:52.641Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619392636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:52.741Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:52.742Z||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-07T16:29:52.742Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:52.759Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:52.760Z||pool-11-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:53.643Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw583e1ea23bde..base_vfw..module-0", "vfModuleModelInvariantUUID": "46886e98-1c48-4d58-b09d-17617182f8ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c05b7a78-662d-4f12-9fbb-d2e5fae80f8b", "vfModuleModelCustomizationUUID": "6d6ec515-5abe-4fb2-8803-0ff3123c8e34", "isBase": true, "artifacts": [ "93c19d3f-f089-45d0-bbad-a3b095a8cdb2", "ef90c246-cca8-4db5-8a97-0121c1ea7922" ], "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-07T16:29:53.662Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw583e1ea23bde..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c05b7a78-662d-4f12-9fbb-d2e5fae80f8b VfModuleModelInvariantUUID:46886e98-1c48-4d58-b09d-17617182f8ec VfModuleModelDescription:NULL Artifacts UUID List:{ 93c19d3f-f089-45d0-bbad-a3b095a8cdb2 , ef90c246-cca8-4db5-8a97-0121c1ea7922 } 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-07T16:29:53.665Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw583e1ea23bde..base_vfw..module-0", "vfModuleModelInvariantUUID": "46886e98-1c48-4d58-b09d-17617182f8ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "c05b7a78-662d-4f12-9fbb-d2e5fae80f8b", "vfModuleModelCustomizationUUID": "6d6ec515-5abe-4fb2-8803-0ff3123c8e34", "isBase": true, "artifacts": [ "93c19d3f-f089-45d0-bbad-a3b095a8cdb2", "ef90c246-cca8-4db5-8a97-0121c1ea7922" ], "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-07T16:29:53.665Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw583e1ea23bde..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:c05b7a78-662d-4f12-9fbb-d2e5fae80f8b VfModuleModelInvariantUUID:46886e98-1c48-4d58-b09d-17617182f8ec VfModuleModelDescription:NULL Artifacts UUID List:{ 93c19d3f-f089-45d0-bbad-a3b095a8cdb2 , ef90c246-cca8-4db5-8a97-0121c1ea7922 } 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-07T16:29:53.665Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 93c19d3f-f089-45d0-bbad-a3b095a8cdb2 from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml 2022-06-07T16:29:53.666Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:29:53.666Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml 2022-06-07T16:29:53.720Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:29:53.721Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml 93c19d3f-f089-45d0-bbad-a3b095a8cdb2 20368 2022-06-07T16:29:53.721Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T16:29:53.721Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml 2022-06-07T16:29:53.722Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:29:53.722Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:53.723Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:53.724Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619393721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:53.824Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:53.826Z||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-07T16:29:53.826Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:53.853Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:53.854Z||pool-12-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:29:54.724Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ef90c246-cca8-4db5-8a97-0121c1ea7922 from URL: /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env 2022-06-07T16:29:54.725Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:29:54.726Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env 2022-06-07T16:29:54.802Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:29:54.803Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ef90c246-cca8-4db5-8a97-0121c1ea7922 2098 2022-06-07T16:29:54.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T16:29:54.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env 2022-06-07T16:29:54.804Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:29:54.805Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:54.808Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:54.809Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619394804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:29:54.914Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-07T16:29:54.915Z||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-07T16:29:54.915Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:54.933Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:54.934Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:55.810Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 12926fad-5bfe-48e1-ac3c-ba6228351ca8 2022-06-07T16:29:55.810Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 583e1ea2-3bde 0 83465544-0e27-4d20-9ada-25aed206dad8 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-07T16:29:55.856Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@f48acaa, org.onap.sdc.toscaparser.api.parameters.Input@358ea4e8, org.onap.sdc.toscaparser.api.parameters.Input@24430e8e, org.onap.sdc.toscaparser.api.parameters.Input@3112e16c, org.onap.sdc.toscaparser.api.parameters.Input@7b752618] 2022-06-07T16:29:55.861Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba 2022-06-07T16:29:55.862Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba matches Tosca VF Customization UUID: d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba 2022-06-07T16:29:55.863Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba 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-07T16:29:55.871Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.872Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.874Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba: {\"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-07T16:29:55.874Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5cf77982 2022-06-07T16:29:55.875Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.875Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:29:55.875Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6d6ec515-5abe-4fb2-8803-0ff3123c8e34 2022-06-07T16:29:55.877Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6d6ec515-5abe-4fb2-8803-0ff3123c8e34 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-07T16:29:55.888Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.888Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:55.889Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:55.890Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.890Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:55.890Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:55.891Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T16:29:55.892Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.893Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:55.893Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T16:29:55.893Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:55.894Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T16:29:55.894Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.894Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d5b7962d-b67a-458d-aab9-3d8f8b539c83 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-07T16:29:55.907Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.908Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:55.909Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:55.909Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.910Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:55.910Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:55.911Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:55.911Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T16:29:55.912Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:55.912Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.913Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.913Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T16:29:55.914Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-07T16:29:55.917Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-07T16:29:55.917Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:55.918Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-07T16:29:55.919Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.925Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=37f9bf11-062c-4adf-815a-1143e9fa74c3 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-07T16:29:55.928Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.928Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:55.929Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:55.932Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is not matching search criteria 2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-07T16:29:55.933Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.934Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-07T16:29:55.935Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-07T16:29:55.936Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-07T16:29:55.936Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=83e2f1cc-4ae8-4524-a835-af74ca92578a 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-07T16:29:55.939Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.939Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:55.940Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:29:55.940Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.940Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Node template vFW 583e1ea2-3bde 0 is matching search criteria 2022-06-07T16:29:55.941Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 583e1ea2-3bde 0] matching following query criteria: sdcType=VF, customizationUUID=d34dd2bb-8ab0-419a-a715-a9f56ce6b8ba 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-07T16:29:55.944Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.944Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.945Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 12926fad-5bfe-48e1-ac3c-ba6228351ca8: vFW 583e1ea2-3bde 2022-06-07T16:29:55.945Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.945Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.946Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:29:55.947Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 16-27-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:29:55.948Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-07 16-27-57 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-07T16:29:56.322Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 583e1ea2-3bde 83465544-0e27-4d20-9ada-25aed206dad8 1 ASDC deployResourceStructure 2022-06-07T16:29:56.323Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json ASDC sendASDCNotification 2022-06-07T16:29:56.323Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json 2022-06-07T16:29:56.323Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:29:56.324Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:56.326Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:56.326Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619396323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:29:56.428Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T16:29:56.430Z||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-07T16:29:56.430Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:56.445Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:56.445Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:57.327Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-07T16:29:57.328Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml 2022-06-07T16:29:57.328Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:29:57.328Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:57.330Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:57.330Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619397327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:29:57.430Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:57.431Z||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-07T16:29:57.431Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:57.448Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:57.449Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:58.331Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-07T16:29:58.331Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env 2022-06-07T16:29:58.332Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:29:58.332Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:58.334Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:58.334Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619398331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T16:29:58.435Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:58.436Z||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-07T16:29:58.436Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:58.450Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:58.451Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:29:59.335Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar ASDC sendASDCNotification 2022-06-07T16:29:59.336Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar 2022-06-07T16:29:59.336Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:29:59.336Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:29:59.339Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:29:59.339Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619399335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:29:59.440Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:29:59.441Z||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-07T16:29:59.441Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:29:59.457Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:29:59.458Z||pool-17-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:30:00.340Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 793c4fe5-1074-433d-8d40-2731472db2e2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:30:00.370Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 793c4fe5-1074-433d-8d40-2731472db2e2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:30:00.376Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:30:00.376Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:30:00.376Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:30:00.377Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-07T16:30:00.386Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:30:30.387Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 793c4fe5-1074-433d-8d40-2731472db2e2 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-07T16:30:30.402Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 793c4fe5-1074-433d-8d40-2731472db2e2 and serviceModelVersionId: 12926fad-5bfe-48e1-ac3c-ba6228351ca8 2022-06-07T16:30:30.403Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7 2022-06-07T16:30:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:30:38.911Z||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-07T16:30:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:39.041Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:39.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:30:39.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:30:39.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T16:30:46.299Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0 2022-06-07T16:30:46.442Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:30:47.066Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|INFO|500||Invoke 2022-06-07T16:30:47.074Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[793c4fe5-1074-433d-8d40-2731472db2e2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b84aec3-4994-4da7-838b-5a5799013af6], X-ECOMP-RequestID=[793c4fe5-1074-433d-8d40-2731472db2e2], X-TransactionId=[], X-ONAP-RequestID=[793c4fe5-1074-433d-8d40-2731472db2e2], Content-Type=[application/merge-patch+json]} 2022-06-07T16:30:47.223Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:30:47.462Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?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/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-16:30:47:512-41260], vertex-id=[217168], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:30:47 GMT], Content-Type=[application/json]} 2022-06-07T16:30:47.465Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:30:47.466Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/604f5dca-0b9d-4e1f-ae65-ea7523bc9ab7/model-vers/model-ver/12926fad-5bfe-48e1-ac3c-ba6228351ca8?depth=0|INFO|500||InvokeReturn 2022-06-07T16:30:47.469Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:30:47.469Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-07T16:30:47.477Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||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-07T16:30:47.478Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 793c4fe5-1074-433d-8d40-2731472db2e2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:30:47.479Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:30:47.479Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:47.482Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:47.482Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619447478, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:30:47.581Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:30:47.583Z||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-07T16:30:47.583Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:47.601Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:47.601Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 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-07T16:30:48.510Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:30:48.511Z|793c4fe5-1074-433d-8d40-2731472db2e2|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-07T16:30:48.511Z|793c4fe5-1074-433d-8d40-2731472db2e2|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:49.146Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:49.148Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:30:49.148Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cfc96dc6-3c9c-4346-ac2c-22479efb2cc4","serviceName":"basic_onboard_rJmrRE","serviceVersion":"1.0","serviceUUID":"a193e97b-c7c1-4f40-8830-ceeaaf8bb515","serviceDescription":"service","serviceInvariantUUID":"aca8fc67-0db9-4e44-97a6-180deaa3ae6e","resources":[{"resourceInstanceName":"basic_onboard_rJmrRE 0","resourceName":"basic_onboard_rJmrRE","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"673bedfb-293b-4ed2-9d27-105bf96cfe23","resourceInvariantUUID":"60bb8642-31ed-415b-bbd6-07b30fb5a391","resourceCustomizationUUID":"7cec1268-7674-400e-84fc-1a94553c06b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml","artifactChecksum":"NDlhMzExNTJlMDRjODkzOGM2MDQ3MDRlNjhhMzRlN2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a4f888ad-41ca-481b-b4e3-819db833afb3","artifactVersion":"1"},{"artifactName":"basic_onboard_rjmrre0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json","artifactChecksum":"MjU2YWI0ODE1ODM3NWEzNzA5MDM4NTJjYTVmNWQwNzM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f900df00-a9b2-4548-82ce-6743d990ac0f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9c2701de-1d13-48cf-b0cb-0397f1d596b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"198dde9f-73e8-401b-964b-202a81962fd2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"1d066346-42d1-4adb-9050-7819aef8210d","artifactVersion":"2","generatedFromUUID":"9c2701de-1d13-48cf-b0cb-0397f1d596b9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRjmrre-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml","artifactChecksum":"OTk5ZWUwZTQ5NWE2YjhiZmVlNGE5ZWNlYmQ5MzA5NWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"239fd5dd-4556-4d2d-ad5d-135197f3f796","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRjmrre-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar","artifactChecksum":"MDZjN2ZhOWJmZWRhNGNkODliZjhmMzQ0MzgxYTcyNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ce339ef8-8b98-4b07-9fec-96f21f37ec7e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:30:49.152Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:49.152Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:49.155Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:49.155Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:30:49.255Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:30:49.256Z||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-07T16:30:49.256Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:49.271Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:49.272Z||pool-19-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:30:50.155Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:50.157Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:50.159Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:50.159Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:30:50.259Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:30:50.260Z||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-07T16:30:50.260Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:50.276Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:50.277Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:30:51.160Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:51.161Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:51.163Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:51.164Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T16:30:51.263Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:30:51.264Z||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-07T16:30:51.265Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:51.281Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:51.282Z||pool-21-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:30:52.164Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:52.165Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:52.167Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:52.167Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:30:52.268Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:30:52.269Z||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-07T16:30:52.270Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:52.286Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:52.286Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:30:53.181Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:53.181Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:53.193Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:53.193Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T16:30:53.289Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-07T16:30:53.290Z||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-07T16:30:53.290Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:53.307Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:53.308Z||pool-23-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:30:54.194Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:54.195Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:54.198Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:54.198Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:30:54.298Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:30:54.300Z||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-07T16:30:54.300Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:54.315Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:54.315Z||pool-24-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:30:55.199Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:30:55.201Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:55.204Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:55.204Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:30:55.305Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms 2022-06-07T16:30:55.310Z||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-07T16:30:55.314Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:55.330Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:55.331Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:30:56.235Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "serviceName": "basic_onboard_rJmrRE", "serviceVersion": "1.0", "serviceUUID": "a193e97b-c7c1-4f40-8830-ceeaaf8bb515", "serviceDescription": "service", "serviceInvariantUUID": "aca8fc67-0db9-4e44-97a6-180deaa3ae6e", "resources": [ { "resourceInstanceName": "basic_onboard_rJmrRE 0", "resourceCustomizationUUID": "7cec1268-7674-400e-84fc-1a94553c06b9", "resourceName": "basic_onboard_rJmrRE", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "673bedfb-293b-4ed2-9d27-105bf96cfe23", "resourceInvariantUUID": "60bb8642-31ed-415b-bbd6-07b30fb5a391", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_rjmrre0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "artifactChecksum": "MjU2YWI0ODE1ODM3NWEzNzA5MDM4NTJjYTVmNWQwNzM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f900df00-a9b2-4548-82ce-6743d990ac0f", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "9c2701de-1d13-48cf-b0cb-0397f1d596b9", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1d066346-42d1-4adb-9050-7819aef8210d", "generatedFromUUID": "9c2701de-1d13-48cf-b0cb-0397f1d596b9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "1d066346-42d1-4adb-9050-7819aef8210d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardRjmrre-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "artifactChecksum": "MDZjN2ZhOWJmZWRhNGNkODliZjhmMzQ0MzgxYTcyNTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ce339ef8-8b98-4b07-9fec-96f21f37ec7e" } ], "workloadContext": "Production" } 2022-06-07T16:30:56.236Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:30:56.237Z|793c4fe5-1074-433d-8d40-2731472db2e2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a193e97b-c7c1-4f40-8830-ceeaaf8bb515 ASDC 2022-06-07T16:30:56.237Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 ServiceName:basic_onboard_rJmrRE ServiceVersion:1.0 ServiceUUID:a193e97b-c7c1-4f40-8830-ceeaaf8bb515 ServiceInvariantUUID:aca8fc67-0db9-4e44-97a6-180deaa3ae6e ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardRjmrre-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ArtifactUUID:ce339ef8-8b98-4b07-9fec-96f21f37ec7e ArtifactChecksum:MDZjN2ZhOWJmZWRhNGNkODliZjhmMzQ0MzgxYTcyNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_rJmrRE 0 ResourceCustomizationUUID:7cec1268-7674-400e-84fc-1a94553c06b9 ResourceInvariantUUID:60bb8642-31ed-415b-bbd6-07b30fb5a391 ResourceName:basic_onboard_rJmrRE ResourceType:VF ResourceUUID:673bedfb-293b-4ed2-9d27-105bf96cfe23 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_rjmrre0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json ArtifactUUID:f900df00-a9b2-4548-82ce-6743d990ac0f ArtifactChecksum:MjU2YWI0ODE1ODM3NWEzNzA5MDM4NTJjYTVmNWQwNzM= 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/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml ArtifactUUID:9c2701de-1d13-48cf-b0cb-0397f1d596b9 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/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env ArtifactUUID:1d066346-42d1-4adb-9050-7819aef8210d 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/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env ArtifactUUID:1d066346-42d1-4adb-9050-7819aef8210d ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T16:30:56.238Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a193e97b-c7c1-4f40-8830-ceeaaf8bb515 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-07T16:30:56.289Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:30:56.293Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T16:30:56.293Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T16:30:56.294Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ce339ef8-8b98-4b07-9fec-96f21f37ec7e from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:56.294Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:30:56.296Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:56.416Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:30:56.420Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ce339ef8-8b98-4b07-9fec-96f21f37ec7e 71576 2022-06-07T16:30:56.420Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ASDC sendASDCNotification 2022-06-07T16:30:56.420Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:56.421Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:30:56.421Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:56.423Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:56.424Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619456420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:30:56.524Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:30:56.525Z||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-07T16:30:56.525Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:56.540Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:56.541Z||pool-26-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:30:57.424Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:30:57.425Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-06-07T16:30:57.425Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ce339ef8-8b98-4b07-9fec-96f21f37ec7e, URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar to file: /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:57.426Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:57.426Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:57.426Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:57.559Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13621747059598797534/Definitions/service-BasicOnboardRjmrre-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-07T16:30:58.895Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:30:58.895Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T16:30:58.895Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rJmrRE 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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.896Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-BasicOnboardRjmrre-csar.csar 2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.897Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.898Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.899Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is not matching search criteria 2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-07T16:30:58.900Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:30:58.901Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.902Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is not matching search criteria 2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T16:30:58.903Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d7a76643-9eee-424c-8344-84223db0137c 2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.904Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.905Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:30:58.905Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:30:58.905Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_rJmrRE Description:service Model UUID:a193e97b-c7c1-4f40-8830-ceeaaf8bb515 Model Version:NULL Model InvariantUuid:aca8fc67-0db9-4e44-97a6-180deaa3ae6e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_rJmrRE Model UUID:99abebc2-152a-48ab-ab28-9ed19ba8f776 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:60bb8642-31ed-415b-bbd6-07b30fb5a391 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:7cec1268-7674-400e-84fc-1a94553c06b9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f99e1871-0896-4d12-9b57-d8693877c707 ModelName:BasicOnboardRjmrre..base_ubuntu18..module-0 ModelUuid:fdc4dddb-e932-4c34-a7bd-dff418336e51 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:d7a76643-9eee-424c-8344-84223db0137c ModelInvariantUuid:e6f3fd51-c197-4247-b58d-660d0be6445c ModelName:basic_onboard_rJmrRE-nodes.ubuntu18Cvfc ModelUuid:5c8ce5c5-959c-40b4-8088-3d0a76a0820c ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:b466df7f-2031-4e15-8aab-c63c3af829b2 ModelInvariantUuid:53f792f4-5155-4568-8728-ca1a22e798cd ModelName:BasicOnboardRjmrre.compute.nodes.heat.ubuntu18 ModelUuid:ba1403ed-621d-46ae-b4cc-e877dee70399 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-07T16:30:58.915Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 673bedfb-293b-4ed2-9d27-105bf96cfe23 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-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||basic_onboard_rJmrRE 0 2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 673bedfb-293b-4ed2-9d27-105bf96cfe23 2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f900df00-a9b2-4548-82ce-6743d990ac0f from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json 2022-06-07T16:30:58.918Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:30:58.919Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json 2022-06-07T16:30:58.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json f900df00-a9b2-4548-82ce-6743d990ac0f 798 2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json ASDC sendASDCNotification 2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json 2022-06-07T16:30:58.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:30:58.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:30:58.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:30:58.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619458982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:30:59.085Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:30:59.086Z||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-07T16:30:59.086Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:30:59.101Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:30:59.102Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:30:59.986Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRjmrre..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f99e1871-0896-4d12-9b57-d8693877c707", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fdc4dddb-e932-4c34-a7bd-dff418336e51", "vfModuleModelCustomizationUUID": "10d14e23-be86-4a20-afdb-8b8d2f4bb89e", "isBase": true, "artifacts": [ "9c2701de-1d13-48cf-b0cb-0397f1d596b9", "1d066346-42d1-4adb-9050-7819aef8210d" ], "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-07T16:30:59.991Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRjmrre..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fdc4dddb-e932-4c34-a7bd-dff418336e51 VfModuleModelInvariantUUID:f99e1871-0896-4d12-9b57-d8693877c707 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c2701de-1d13-48cf-b0cb-0397f1d596b9 , 1d066346-42d1-4adb-9050-7819aef8210d } 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-07T16:30:59.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardRjmrre..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "f99e1871-0896-4d12-9b57-d8693877c707", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fdc4dddb-e932-4c34-a7bd-dff418336e51", "vfModuleModelCustomizationUUID": "10d14e23-be86-4a20-afdb-8b8d2f4bb89e", "isBase": true, "artifacts": [ "9c2701de-1d13-48cf-b0cb-0397f1d596b9", "1d066346-42d1-4adb-9050-7819aef8210d" ], "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-07T16:30:59.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardRjmrre..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fdc4dddb-e932-4c34-a7bd-dff418336e51 VfModuleModelInvariantUUID:f99e1871-0896-4d12-9b57-d8693877c707 VfModuleModelDescription:NULL Artifacts UUID List:{ 9c2701de-1d13-48cf-b0cb-0397f1d596b9 , 1d066346-42d1-4adb-9050-7819aef8210d } 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-07T16:30:59.994Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9c2701de-1d13-48cf-b0cb-0397f1d596b9 from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml 2022-06-07T16:30:59.994Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:30:59.994Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml 2022-06-07T16:31:00.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:31:00.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml 9c2701de-1d13-48cf-b0cb-0397f1d596b9 5033 2022-06-07T16:31:00.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T16:31:00.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml 2022-06-07T16:31:00.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:31:00.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:31:00.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:31:00.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619460049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:00.153Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:31:00.154Z||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-07T16:31:00.154Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:00.169Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:00.170Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:31:01.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 1d066346-42d1-4adb-9050-7819aef8210d from URL: /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env 2022-06-07T16:31:01.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-06-07T16:31:01.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env 2022-06-07T16:31:01.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env 1d066346-42d1-4adb-9050-7819aef8210d 909 2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env 2022-06-07T16:31:01.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:31:01.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:31:01.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:31:01.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619461108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:01.212Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:31:01.213Z||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-07T16:31:01.213Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:01.228Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:01.229Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:31:02.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a193e97b-c7c1-4f40-8830-ceeaaf8bb515 2022-06-07T16:31:02.113Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rJmrRE 0 673bedfb-293b-4ed2-9d27-105bf96cfe23 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-07T16:31:02.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27a7f143, org.onap.sdc.toscaparser.api.parameters.Input@2e27d1f3, org.onap.sdc.toscaparser.api.parameters.Input@b7ffe3f, org.onap.sdc.toscaparser.api.parameters.Input@2539538f, org.onap.sdc.toscaparser.api.parameters.Input@3d8c9382] 2022-06-07T16:31:02.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7cec1268-7674-400e-84fc-1a94553c06b9 2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cec1268-7674-400e-84fc-1a94553c06b9 matches Tosca VF Customization UUID: 7cec1268-7674-400e-84fc-1a94553c06b9 2022-06-07T16:31:02.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7cec1268-7674-400e-84fc-1a94553c06b9 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-07T16:31:02.136Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.137Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.138Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7cec1268-7674-400e-84fc-1a94553c06b9: {\"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-07T16:31:02.138Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36046d8b 2022-06-07T16:31:02.139Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.139Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:31:02.140Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 10d14e23-be86-4a20-afdb-8b8d2f4bb89e 2022-06-07T16:31:02.140Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 10d14e23-be86-4a20-afdb-8b8d2f4bb89e 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-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:31:02.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:31:02.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:31:02.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is not matching search criteria 2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-07T16:31:02.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=d7a76643-9eee-424c-8344-84223db0137c 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-07T16:31:02.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:31:02.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:31:02.149Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.149Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_rJmrRE 0 is matching search criteria 2022-06-07T16:31:02.149Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_rJmrRE 0] matching following query criteria: sdcType=VF, customizationUUID=7cec1268-7674-400e-84fc-1a94553c06b9 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-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a193e97b-c7c1-4f40-8830-ceeaaf8bb515: basic_onboard_rJmrRE 2022-06-07T16:31:02.151Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:31:02.153Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_rJmrRE is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:31:02.154Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_rJmrRE 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-07T16:31:02.244Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rJmrRE 673bedfb-293b-4ed2-9d27-105bf96cfe23 1 ASDC deployResourceStructure 2022-06-07T16:31:02.244Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json ASDC sendASDCNotification 2022-06-07T16:31:02.245Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json 2022-06-07T16:31:02.245Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:31:02.245Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:31:02.248Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:31:02.248Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619462244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:31:02.348Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:31:02.349Z||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-07T16:31:02.350Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:02.365Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:02.366Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:31:03.249Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-07T16:31:03.249Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml 2022-06-07T16:31:03.249Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:31:03.251Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:31:03.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:31:03.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619463249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:31:03.354Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:31:03.355Z||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-07T16:31:03.355Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:03.368Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:03.369Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:31:04.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-07T16:31:04.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env 2022-06-07T16:31:04.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:31:04.257Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:31:04.261Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:31:04.261Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619464256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T16:31:04.360Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:31:04.361Z||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-07T16:31:04.361Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:04.375Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:04.376Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar ASDC sendASDCNotification 2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar 2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:31:05.262Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:31:05.264Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:31:05.264Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619465261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:31:05.365Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:31:05.365Z||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-07T16:31:05.366Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:05.378Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:05.378Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:31:06.265Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:31:06.302Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:31:06.309Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:31:06.310Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:31:06.310Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:31:36.310Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:31:36.322Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:31:36.324Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:31:36.324Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:31:36.325Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:31:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:31:38.911Z||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-07T16:31:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:31:38.953Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:31:38.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:31:38.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-07T16:31:38.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619378907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:31:38.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.966Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.966Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619386973, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:38.966Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:38.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.967Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.967Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.967Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.968Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.968Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.968Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.969Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.969Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.969Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.970Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.970Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.970Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.971Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.971Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.971Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.972Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.972Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.972Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.989Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.989Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T16:31:38.990Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.995Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619392636, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:38.996Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:38.996Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.996Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.997Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.997Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.997Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.998Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.998Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.998Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:38.999Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:38.999Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:38.999Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619393721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.000Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.000Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.000Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.001Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.001Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.001Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.002Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.002Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.002Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.003Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.003Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.003Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.004Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.004Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.004Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619394804, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.005Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.005Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.005Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.006Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.006Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.006Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "ves-openapi-manager", "timestamp": 1654619381105, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.007Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.007Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619386148, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:31:39.007Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.008Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.008Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.008Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.009Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.009Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.009Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619396485, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.010Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.010Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.010Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619396323, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/vfw583e1ea23bde0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.011Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.011Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.011Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619390479, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:31:39.012Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.012Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.012Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619390564, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:31:39.013Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.013Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.013Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619397489, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.014Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.014Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619397327, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.014Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.015Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.015Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619398255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.015Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.016Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619398338, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.016Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.016Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.017Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "policy-id", "timestamp": 1654619398492, "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-07T16:31:39.033Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 2022-06-07T16:31:39.034Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 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-07T16:31:39.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619398331, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/resourceInstances/vfw583e1ea23bde0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.051Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "cds", "timestamp": 1654619399344, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-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-07T16:31:39.059Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 2022-06-07T16:31:39.059Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 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-07T16:31:39.073Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.074Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619399335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220607162757/1.0/artifacts/service-Vfw20220607162757-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.075Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.075Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.076Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619401513, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.076Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.076Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.077Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654619402523, "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-07T16:31:39.085Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 2022-06-07T16:31:39.085Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 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-07T16:31:39.106Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.106Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.107Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.108Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.108Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.109Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.110Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.110Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.111Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.112Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.112Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.113Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.113Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.114Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.115Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.115Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.115Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.116Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.117Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.118Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:31:39.118Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.119Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.119Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.119Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.120Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.120Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.121Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.121Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619403017, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:31:39.122Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.124Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.124Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.124Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619410886, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.125Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.125Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.126Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.126Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.127Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.127Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:31:39.128Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.128Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.129Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619406015, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:31:39.129Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-07T16:31:39.129Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.130Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619419062, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.130Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.131Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.131Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619418980, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:31:39.132Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.132Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.133Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "aai-ml", "timestamp": 1654619420077, "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-07T16:31:39.144Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 2022-06-07T16:31:39.145Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 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-07T16:31:39.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619420986, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:31:39.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:31:39.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-07T16:31:39.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "clamp", "timestamp": 1654619421989, "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-07T16:31:39.169Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 2022-06-07T16:31:39.169Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 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-07T16:32:06.325Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:32:06.342Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:32:06.346Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:32:06.347Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-07T16:32:06.354Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:32:36.355Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 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-07T16:32:36.375Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and serviceModelVersionId: a193e97b-c7c1-4f40-8830-ceeaaf8bb515 2022-06-07T16:32:36.375Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : aca8fc67-0db9-4e44-97a6-180deaa3ae6e 2022-06-07T16:32:36.379Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0 2022-06-07T16:32:36.393Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:32:36.503Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|INFO|500||Invoke 2022-06-07T16:32:36.504Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cfc96dc6-3c9c-4346-ac2c-22479efb2cc4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[22df8488-9499-404c-8730-19185d42f7e7], X-ECOMP-RequestID=[cfc96dc6-3c9c-4346-ac2c-22479efb2cc4], X-TransactionId=[], X-ONAP-RequestID=[cfc96dc6-3c9c-4346-ac2c-22479efb2cc4], Content-Type=[application/merge-patch+json]} 2022-06-07T16:32:36.545Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:32:36.713Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?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/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-16:32:36:830-14843], vertex-id=[200776], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:32:36 GMT], Content-Type=[application/json]} 2022-06-07T16:32:36.713Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:32:36.714Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/aca8fc67-0db9-4e44-97a6-180deaa3ae6e/model-vers/model-ver/a193e97b-c7c1-4f40-8830-ceeaaf8bb515?depth=0|INFO|500||InvokeReturn 2022-06-07T16:32:36.715Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:32:36.715Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-07T16:32:36.723Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||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-07T16:32:36.723Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cfc96dc6-3c9c-4346-ac2c-22479efb2cc4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:32:36.723Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:32:36.724Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:32:36.728Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:32:36.728Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619556723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:32:36.828Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:32:36.830Z||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-07T16:32:36.830Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:32:36.851Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:32:36.852Z||pool-34-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T16:32:37.753Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:32:37.754Z||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-07T16:32:37.754Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:32:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:32:38.911Z||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-07T16:32:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:32:38.947Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:32:38.949Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "793c4fe5-1074-433d-8d40-2731472db2e2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619447478, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:32:38.950Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.950Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.950Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-07T16:32:38.951Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:32:38.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.952Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-07T16:32:38.952Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619448510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.953Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619456420, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619458982, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619460049, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619461108, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:32:38.954Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619462244, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/basic_onboard_rjmrre0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619463249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619464256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/resourceInstances/basic_onboard_rjmrre0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-07T16:32:38.955Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:38.956Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T16:32:38.956Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619465261, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRjmrre/1.0/artifacts/service-BasicOnboardRjmrre-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:32:38.956Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:32:47.304Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:32:47.305Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:32:47.306Z||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-07T16:32:47.306Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:32:56.889Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:33:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:33:38.908Z||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-07T16:33:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:33:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:33:38.910Z||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-07T16:33:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:33:39.442Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:33:39.442Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T16:33:39.443Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "cfc96dc6-3c9c-4346-ac2c-22479efb2cc4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654619556723, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:33:39.444Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:33:48.463Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:34:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:34:38.908Z||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-07T16:34:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:34:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:34:38.910Z||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-07T16:34:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:34:48.498Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:34:48.536Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:35:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:35:38.908Z||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-07T16:35:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:35:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:35:38.911Z||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-07T16:35:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:35:48.460Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:35:48.462Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:36:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:36:38.908Z||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-07T16:36:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:36:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:36:38.910Z||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-07T16:36:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:36:48.454Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:36:48.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:37:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:37:38.908Z||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-07T16:37:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:37:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:37:38.911Z||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-07T16:37:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:37:48.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:37:48.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:38:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:38:38.908Z||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-07T16:38:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:38:38.910Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:38:38.911Z||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-07T16:38:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:38:48.460Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:38:48.460Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:39:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:39:38.908Z||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-07T16:39:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:39:38.910Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:39:38.910Z||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-07T16:39:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:39:48.458Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:39:48.469Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:40:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:40:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:40:38.911Z||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-07T16:40:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:40:38.911Z||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-07T16:40:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:40:48.465Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:40:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:41:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:41:38.909Z||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-07T16:41:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:41:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:41:38.910Z||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-07T16:41:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:41:48.465Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:41:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:42:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:42:38.908Z||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-07T16:42:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:42:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:42:38.911Z||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-07T16:42:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:42:48.465Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:42:48.465Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:38.907Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:43:38.908Z||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-07T16:43:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:43:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:43:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:43:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:43:39.136Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:39.137Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:43:39.137Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "clamp", "timestamp": 1654620216016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:43:39.139Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:43:39.545Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:39.546Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T16:43:39.546Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"90e3340a-8dcf-42aa-9bca-4b8d906ab2af","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"ea98a75c-24f4-49cd-b2dc-42a3e077cc05","serviceDescription":"service","serviceInvariantUUID":"0af5cc85-a18e-4e20-9068-32ef20a35cce","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7903e9be-0db3-4fe2-a2bc-8347f26fb473","resourceInvariantUUID":"b693f4ac-f8c2-48ef-a546-8d1ce0012b99","resourceCustomizationUUID":"e8d675a2-7c86-4739-89fe-03f5623320bc","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":"OGY3OTkzOTJjZjhmYzI1MDI2ZjNiMWY2NWU5NDdlZTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7a221bb8-5ed5-462d-b154-0d3bceaee563","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDE1MzM5Y2U3YjU2MGI1MWEyNGQ5N2EwZjQxYzVmNWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4ac29ff9-d6d0-4712-82b3-0b5d389613aa","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:43:39.552Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:43:39.553Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:43:39.556Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:43:39.556Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620218907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:43:39.658Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T16:43:39.660Z||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-07T16:43:39.660Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:43:39.684Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:39.685Z||pool-35-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:43:40.557Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:43:40.558Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:43:40.561Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:43:40.562Z||pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620218907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:43:40.662Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:43:40.664Z||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-07T16:43:40.664Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:43:40.678Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:40.679Z||pool-36-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:43:41.565Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "ea98a75c-24f4-49cd-b2dc-42a3e077cc05", "serviceDescription": "service", "serviceInvariantUUID": "0af5cc85-a18e-4e20-9068-32ef20a35cce", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "e8d675a2-7c86-4739-89fe-03f5623320bc", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7903e9be-0db3-4fe2-a2bc-8347f26fb473", "resourceInvariantUUID": "b693f4ac-f8c2-48ef-a546-8d1ce0012b99", "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": "NDE1MzM5Y2U3YjU2MGI1MWEyNGQ5N2EwZjQxYzVmNWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4ac29ff9-d6d0-4712-82b3-0b5d389613aa" } ], "workloadContext": "Production" } 2022-06-07T16:43:41.566Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:43:41.566Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ea98a75c-24f4-49cd-b2dc-42a3e077cc05 ASDC 2022-06-07T16:43:41.567Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:90e3340a-8dcf-42aa-9bca-4b8d906ab2af ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:ea98a75c-24f4-49cd-b2dc-42a3e077cc05 ServiceInvariantUUID:0af5cc85-a18e-4e20-9068-32ef20a35cce 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:4ac29ff9-d6d0-4712-82b3-0b5d389613aa ArtifactChecksum:NDE1MzM5Y2U3YjU2MGI1MWEyNGQ5N2EwZjQxYzVmNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:e8d675a2-7c86-4739-89fe-03f5623320bc ResourceInvariantUUID:b693f4ac-f8c2-48ef-a546-8d1ce0012b99 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7903e9be-0db3-4fe2-a2bc-8347f26fb473 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-07T16:43:41.567Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ea98a75c-24f4-49cd-b2dc-42a3e077cc05 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-07T16:43:41.617Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4ac29ff9-d6d0-4712-82b3-0b5d389613aa from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T16:43:41.618Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:43:41.619Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-07T16:43:41.687Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:43:41.689Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4ac29ff9-d6d0-4712-82b3-0b5d389613aa 52508 2022-06-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:43:41.690Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:43:41.692Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:43:41.692Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620221690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:43:41.793Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:43:41.794Z||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-07T16:43:41.794Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:43:41.808Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:41.809Z||pool-37-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:43:42.693Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:43:42.695Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:43:42.695Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4ac29ff9-d6d0-4712-82b3-0b5d389613aa, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T16:43:42.696Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-07T16:43:42.696Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T16:43:42.696Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T16:43:42.901Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP946009723077214837/Definitions/service-BasicNetwork-template.yml 2022-06-07T16:43:43.548Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.549Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-07T16:43:43.550Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.551Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.551Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.551Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:43:43.552Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.552Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.553Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-07T16:43:43.553Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:43:43.553Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-07T16:43:43.554Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:43:43.555Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:43:43.555Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.555Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.556Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.556Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.557Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.558Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.558Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.558Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:ea98a75c-24f4-49cd-b2dc-42a3e077cc05 Model Version:NULL Model InvariantUuid:0af5cc85-a18e-4e20-9068-32ef20a35cce Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:b693f4ac-f8c2-48ef-a546-8d1ce0012b99 Model UUID:f93e09f3-db8c-4d04-b1fe-fd091d29b01b Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:e8d675a2-7c86-4739-89fe-03f5623320bc 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-07T16:43:43.569Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 7903e9be-0db3-4fe2-a2bc-8347f26fb473 2022-06-07T16:43:43.569Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||No resources found for Service: ea98a75c-24f4-49cd-b2dc-42a3e077cc05 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-07T16:43:43.579Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500|| 2022-06-07T16:43:43.579Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-07T16:43:43.581Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ea98a75c-24f4-49cd-b2dc-42a3e077cc05 2022-06-07T16:43:43.581Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ea98a75c-24f4-49cd-b2dc-42a3e077cc05 2022-06-07T16:43:43.581Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-07T16:43:43.582Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.600Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47d98ce3, org.onap.sdc.toscaparser.api.parameters.Input@3cf057e3, org.onap.sdc.toscaparser.api.parameters.Input@60395434, org.onap.sdc.toscaparser.api.parameters.Input@66982178, org.onap.sdc.toscaparser.api.parameters.Input@6dad17dc] 2022-06-07T16:43:43.603Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.603Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.603Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.604Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.604Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ea98a75c-24f4-49cd-b2dc-42a3e077cc05: Generic NeutronNet 2022-06-07T16:43:43.604Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.605Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.605Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.605Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.646Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.647Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.647Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.647Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.648Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:43:43.648Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:43:43.648Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.736Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-07T16:43:43.737Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.738Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||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-07T16:43:43.738Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:43:43.738Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:43:43.740Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:43:43.740Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620223737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:43:43.840Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:43:43.841Z||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-07T16:43:43.841Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:43:43.856Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:43:43.856Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:43:44.741Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:43:44.757Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:43:44.759Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:43:44.759Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:43:44.760Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:44:14.760Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:44:14.781Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:44:14.784Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:44:14.785Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:44:14.785Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:44:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:44:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:44:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:44:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:44:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:44:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "cds", "timestamp": 1654620215564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:44:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:44:44.786Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:44:44.806Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:44:44.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:44:44.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:44:44.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:45:14.812Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:45:14.845Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:45:14.848Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:45:14.848Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:45:14.849Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:45:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:45:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:45:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:45:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:45:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:45:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "aai-ml", "timestamp": 1654620213016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:45:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:45:44.849Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:45:44.862Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:45:44.864Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:45:44.864Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:45:44.865Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:46:14.865Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:46:14.892Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:46:14.896Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:46:14.897Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:46:14.897Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:46:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:46:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:46:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:46:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:46:38.961Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.961Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620218907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "clamp", "timestamp": 1654620216016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "cds", "timestamp": 1654620215564, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "aai-ml", "timestamp": 1654620213016, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620218907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "cds", "timestamp": 1654620221336, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "aai-ml", "timestamp": 1654620221797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620221690, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "ves-openapi-manager", "timestamp": 1654620221105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "cds", "timestamp": 1654620222347, "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-07T16:46:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 2022-06-07T16:46:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 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-07T16:46:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "ves-openapi-manager", "timestamp": 1654620221105, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620223737, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "aai-ml", "timestamp": 1654620226873, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "policy-id", "timestamp": 1654620226148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:38.998Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "aai-ml", "timestamp": 1654620227878, "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-07T16:46:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 2022-06-07T16:46:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 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-07T16:46:39.018Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.018Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "policy-id", "timestamp": 1654620226148, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "policy-id", "timestamp": 1654620228938, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "clamp", "timestamp": 1654620229090, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "policy-id", "timestamp": 1654620229946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620230479, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "policy-id", "timestamp": 1654620230951, "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-07T16:46:39.027Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 2022-06-07T16:46:39.027Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 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-07T16:46:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "clamp", "timestamp": 1654620231096, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620230479, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "clamp", "timestamp": 1654620232099, "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-07T16:46:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 2022-06-07T16:46:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 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-07T16:46:39.063Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.064Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620233258, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:39.064Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.064Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620235374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620236382, "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-07T16:46:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 2022-06-07T16:46:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 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-07T16:46:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.106Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.106Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.106Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.107Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.108Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.109Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.110Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.110Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.110Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.113Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T16:46:39.113Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.114Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.114Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.115Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.115Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.115Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.116Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.116Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.116Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.117Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.118Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.120Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.120Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.121Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "ves-openapi-manager", "timestamp": 1654620261105, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620266148, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620260564, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.127Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620260479, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.128Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620275513, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620275511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620276002, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:46:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.133Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "cds", "timestamp": 1654620276521, "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-07T16:46:39.155Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a 2022-06-07T16:46:39.155Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a 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-07T16:46:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620276516, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "policy-id", "timestamp": 1654620277519, "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-07T16:46:39.183Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a 2022-06-07T16:46:39.184Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a 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-07T16:46:39.197Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.197Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:46:39.197Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:46:39.198Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620278934, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:46:39.199Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:46:44.897Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:46:44.919Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:46:44.926Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:46:44.926Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:46:44.926Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:46:44.927Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T16:46:44.936Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:47:14.936Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af 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-07T16:47:14.950Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and serviceModelVersionId: ea98a75c-24f4-49cd-b2dc-42a3e077cc05 2022-06-07T16:47:14.950Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0af5cc85-a18e-4e20-9068-32ef20a35cce 2022-06-07T16:47:14.951Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0 2022-06-07T16:47:14.955Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:47:15.039Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|INFO|500||Invoke 2022-06-07T16:47:15.040Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[90e3340a-8dcf-42aa-9bca-4b8d906ab2af], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b87e690-dcf5-41a4-a86e-65a62beded55], X-ECOMP-RequestID=[90e3340a-8dcf-42aa-9bca-4b8d906ab2af], X-TransactionId=[], X-ONAP-RequestID=[90e3340a-8dcf-42aa-9bca-4b8d906ab2af], Content-Type=[application/merge-patch+json]} 2022-06-07T16:47:15.067Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:47:15.277Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?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/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-16:47:15:360-60482], vertex-id=[577672], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:47:15 GMT], Content-Type=[application/json]} 2022-06-07T16:47:15.278Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:47:15.279Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0af5cc85-a18e-4e20-9068-32ef20a35cce/model-vers/model-ver/ea98a75c-24f4-49cd-b2dc-42a3e077cc05?depth=0|INFO|500||InvokeReturn 2022-06-07T16:47:15.280Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:47:15.280Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T16:47:15.286Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T16:47:15.287Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 90e3340a-8dcf-42aa-9bca-4b8d906ab2af and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:47:15.288Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:47:15.288Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:15.291Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:15.292Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620435287, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:47:15.394Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T16:47:15.395Z||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-07T16:47:15.395Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:15.415Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:15.416Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T16:47:16.340Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:47:16.341Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|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-07T16:47:16.342Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:20.850Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:20.851Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T16:47:20.851Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"16c3fffc-6be9-44b1-82bc-026a1635498a","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"bd1511d6-0718-43a9-8d86-8abb540fc4c2","serviceDescription":"service","serviceInvariantUUID":"713460ed-61c8-401f-99e7-e2bfec5f3301","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"07eb41b7-0819-44e6-9a3d-bfd1b4796a8e","resourceInvariantUUID":"8187a00a-83c4-4aff-b813-ee3bd68a400b","resourceCustomizationUUID":"9308645e-1f19-4482-a90b-4dc9978de1dc","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":"NmYwMjA1YzE2MzkxMGJiNGIxOTdlMjU3NTgxYWMwYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8da0e149-f248-49cf-955c-082f7965a85c","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":"MWMwNzllOWU4NTMwNWYxOWZmNDU5YjQxNmEwNzhhZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dcaa1603-140a-4aa6-93cb-437674b2e70c","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":"e7bd5892-3e02-4494-acef-a9df3e81e5df","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":"1d77e1f0-af94-47a3-8997-0d368c3b5cfb","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":"e4976eee-6bc3-4ba2-9968-1582cfd917b9","artifactVersion":"2","generatedFromUUID":"e7bd5892-3e02-4494-acef-a9df3e81e5df"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OTAxMTJiZTUwZmUxNTM5NWViZDcyMjEzNTZlZjhmMTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f20233a8-c065-4fdd-99cf-7e0858b0707d","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"N2FiODhlZjYyYzRmNTVlN2E2NmI5MWUxODQ2NjgyZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d0d62e12-0895-4698-8ab3-bf703a1b0fa6","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:47:20.853Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:20.854Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:20.855Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:20.856Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:20.956Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:20.957Z||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-07T16:47:20.957Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:20.983Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:20.984Z||pool-40-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:21.857Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:21.858Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:21.862Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:21.862Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:47:21.961Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:47:21.962Z||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-07T16:47:21.962Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:21.979Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:21.980Z||pool-41-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:47:22.863Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:22.864Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:22.866Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:22.867Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T16:47:22.967Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:22.968Z||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-07T16:47:22.968Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:22.984Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:22.984Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:47:23.867Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:23.868Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:23.870Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:23.870Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:23.970Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:23.972Z||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-07T16:47:23.972Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:23.998Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:23.999Z||pool-43-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:24.871Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:24.872Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:24.873Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:24.874Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T16:47:24.974Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:24.975Z||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-07T16:47:24.975Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:25.001Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:25.002Z||pool-44-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:25.874Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:25.875Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:25.878Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:25.878Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:25.978Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:25.979Z||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-07T16:47:25.979Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:25.994Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:25.995Z||pool-45-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:26.879Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:47:26.879Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:26.898Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:26.898Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:26.986Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-06-07T16:47:26.987Z||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-07T16:47:26.987Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:27.003Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:27.004Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:27.900Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "bd1511d6-0718-43a9-8d86-8abb540fc4c2", "serviceDescription": "service", "serviceInvariantUUID": "713460ed-61c8-401f-99e7-e2bfec5f3301", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "9308645e-1f19-4482-a90b-4dc9978de1dc", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "07eb41b7-0819-44e6-9a3d-bfd1b4796a8e", "resourceInvariantUUID": "8187a00a-83c4-4aff-b813-ee3bd68a400b", "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": "MWMwNzllOWU4NTMwNWYxOWZmNDU5YjQxNmEwNzhhZTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcaa1603-140a-4aa6-93cb-437674b2e70c", "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": "e7bd5892-3e02-4494-acef-a9df3e81e5df", "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": "e4976eee-6bc3-4ba2-9968-1582cfd917b9", "generatedFromUUID": "e7bd5892-3e02-4494-acef-a9df3e81e5df" }, "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": "e4976eee-6bc3-4ba2-9968-1582cfd917b9", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "N2FiODhlZjYyYzRmNTVlN2E2NmI5MWUxODQ2NjgyZTA\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d0d62e12-0895-4698-8ab3-bf703a1b0fa6" } ], "workloadContext": "Production" } 2022-06-07T16:47:27.901Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:47:27.901Z|90e3340a-8dcf-42aa-9bca-4b8d906ab2af|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bd1511d6-0718-43a9-8d86-8abb540fc4c2 ASDC 2022-06-07T16:47:27.901Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:16c3fffc-6be9-44b1-82bc-026a1635498a ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:bd1511d6-0718-43a9-8d86-8abb540fc4c2 ServiceInvariantUUID:713460ed-61c8-401f-99e7-e2bfec5f3301 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:d0d62e12-0895-4698-8ab3-bf703a1b0fa6 ArtifactChecksum:N2FiODhlZjYyYzRmNTVlN2E2NmI5MWUxODQ2NjgyZTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:9308645e-1f19-4482-a90b-4dc9978de1dc ResourceInvariantUUID:8187a00a-83c4-4aff-b813-ee3bd68a400b ResourceName:basic_vm ResourceType:VF ResourceUUID:07eb41b7-0819-44e6-9a3d-bfd1b4796a8e 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:dcaa1603-140a-4aa6-93cb-437674b2e70c ArtifactChecksum:MWMwNzllOWU4NTMwNWYxOWZmNDU5YjQxNmEwNzhhZTU= 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:e7bd5892-3e02-4494-acef-a9df3e81e5df 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:e4976eee-6bc3-4ba2-9968-1582cfd917b9 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:e4976eee-6bc3-4ba2-9968-1582cfd917b9 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T16:47:27.902Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd1511d6-0718-43a9-8d86-8abb540fc4c2 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-07T16:47:27.963Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:47:27.964Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d0d62e12-0895-4698-8ab3-bf703a1b0fa6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:47:27.965Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-07T16:47:28.127Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:47:28.130Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d0d62e12-0895-4698-8ab3-bf703a1b0fa6 71072 2022-06-07T16:47:28.130Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:28.131Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:28.131Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:47:28.131Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:28.132Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:28.133Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620448130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:28.233Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:28.234Z||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-07T16:47:28.234Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:28.249Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:28.250Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:29.133Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:47:29.134Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:47:29.134Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d0d62e12-0895-4698-8ab3-bf703a1b0fa6, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:29.134Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-07T16:47:29.135Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:29.135Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:29.253Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9122353708593709553/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-07T16:47:30.722Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:47:30.723Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:47:30.724Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:30.724Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T16:47:30.725Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.725Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.726Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:30.726Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.726Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:30.727Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:30.727Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:30.728Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.728Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-07T16:47:30.729Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:47:30.729Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.730Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.730Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:30.731Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:47:30.731Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:47:30.732Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.732Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.733Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:30.733Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:47:30.733Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:47:30.734Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.734Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.735Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.735Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T16:47:30.736Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T16:47:30.736Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T16:47:30.736Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T16:47:30.737Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T16:47:30.737Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T16:47:30.738Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.738Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:47:30.739Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.739Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:30.739Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:47:30.740Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.740Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:30.741Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:47:30.741Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.742Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:30.742Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:47:30.743Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.743Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T16:47:30.743Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T16:47:30.744Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T16:47:30.744Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9128ae2e-6a19-4fc4-b46f-43c7780df152 2022-06-07T16:47:30.745Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.745Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.745Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.746Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.746Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.746Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.747Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:30.747Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:30.748Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:bd1511d6-0718-43a9-8d86-8abb540fc4c2 Model Version:NULL Model InvariantUuid:713460ed-61c8-401f-99e7-e2bfec5f3301 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:a45bf941-2a9d-4790-8950-41bd4bb39ddb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8187a00a-83c4-4aff-b813-ee3bd68a400b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:9308645e-1f19-4482-a90b-4dc9978de1dc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:d900cfe0-e255-41cb-b678-2d623d02d2ec ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:ab38554b-e79a-4c9e-b61f-1e2b7c1a0718 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9128ae2e-6a19-4fc4-b46f-43c7780df152 ModelInvariantUuid:e074ef2b-5a64-4727-a54c-d788e4828bf5 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:177f8578-2085-4eb9-bf72-7f2841a3d030 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:31616e80-208b-45a0-ae3c-640eeb0aedd8 ModelInvariantUuid:de7bd534-766b-4046-946e-8a67dc3e7a87 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:955debaf-a9c0-4b12-943e-1b045ae2c3a5 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-07T16:47:30.756Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 07eb41b7-0819-44e6-9a3d-bfd1b4796a8e 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-07T16:47:30.760Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||basic_vm 0 2022-06-07T16:47:30.761Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 07eb41b7-0819-44e6-9a3d-bfd1b4796a8e 2022-06-07T16:47:30.761Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dcaa1603-140a-4aa6-93cb-437674b2e70c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-07T16:47:30.761Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:47:30.761Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.851Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:47:30.851Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json dcaa1603-140a-4aa6-93cb-437674b2e70c 787 2022-06-07T16:47:30.851Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.852Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:30.852Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:47:30.852Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:30.854Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:30.854Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620450851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:30.955Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:47:30.956Z||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-07T16:47:30.956Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:30.977Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:30.978Z||pool-48-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:31.855Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d900cfe0-e255-41cb-b678-2d623d02d2ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab38554b-e79a-4c9e-b61f-1e2b7c1a0718", "vfModuleModelCustomizationUUID": "de8934f8-009f-4d9c-9f45-bebd9462a289", "isBase": true, "artifacts": [ "e7bd5892-3e02-4494-acef-a9df3e81e5df", "e4976eee-6bc3-4ba2-9968-1582cfd917b9" ], "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-07T16:47:31.860Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ab38554b-e79a-4c9e-b61f-1e2b7c1a0718 VfModuleModelInvariantUUID:d900cfe0-e255-41cb-b678-2d623d02d2ec VfModuleModelDescription:NULL Artifacts UUID List:{ e7bd5892-3e02-4494-acef-a9df3e81e5df , e4976eee-6bc3-4ba2-9968-1582cfd917b9 } 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-07T16:47:31.863Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "d900cfe0-e255-41cb-b678-2d623d02d2ec", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ab38554b-e79a-4c9e-b61f-1e2b7c1a0718", "vfModuleModelCustomizationUUID": "de8934f8-009f-4d9c-9f45-bebd9462a289", "isBase": true, "artifacts": [ "e7bd5892-3e02-4494-acef-a9df3e81e5df", "e4976eee-6bc3-4ba2-9968-1582cfd917b9" ], "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-07T16:47:31.863Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ab38554b-e79a-4c9e-b61f-1e2b7c1a0718 VfModuleModelInvariantUUID:d900cfe0-e255-41cb-b678-2d623d02d2ec VfModuleModelDescription:NULL Artifacts UUID List:{ e7bd5892-3e02-4494-acef-a9df3e81e5df , e4976eee-6bc3-4ba2-9968-1582cfd917b9 } 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-07T16:47:31.863Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e7bd5892-3e02-4494-acef-a9df3e81e5df from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-07T16:47:31.863Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:47:31.864Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:31.922Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:47:31.923Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml e7bd5892-3e02-4494-acef-a9df3e81e5df 5033 2022-06-07T16:47:31.923Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:31.923Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:31.924Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:47:31.924Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:31.927Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:31.933Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620451923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:32.044Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-06-07T16:47:32.053Z||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-07T16:47:32.053Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:32.073Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:32.074Z||pool-49-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:32.934Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4976eee-6bc3-4ba2-9968-1582cfd917b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-07T16:47:32.934Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:47:32.934Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:32.994Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:47:32.994Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env e4976eee-6bc3-4ba2-9968-1582cfd917b9 903 2022-06-07T16:47:32.994Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:32.994Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:32.994Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:47:32.995Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:32.997Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:32.997Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620452994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:33.097Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:33.099Z||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-07T16:47:33.099Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:33.116Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:33.117Z||pool-50-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:47:33.999Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bd1511d6-0718-43a9-8d86-8abb540fc4c2 2022-06-07T16:47:33.999Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 07eb41b7-0819-44e6-9a3d-bfd1b4796a8e 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-07T16:47:34.023Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b4d71a, org.onap.sdc.toscaparser.api.parameters.Input@5fdb6560, org.onap.sdc.toscaparser.api.parameters.Input@7fee13d9, org.onap.sdc.toscaparser.api.parameters.Input@64f95e4f, org.onap.sdc.toscaparser.api.parameters.Input@46d759cd] 2022-06-07T16:47:34.024Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.024Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.025Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-07T16:47:34.025Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 9308645e-1f19-4482-a90b-4dc9978de1dc 2022-06-07T16:47:34.025Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9308645e-1f19-4482-a90b-4dc9978de1dc matches Tosca VF Customization UUID: 9308645e-1f19-4482-a90b-4dc9978de1dc 2022-06-07T16:47:34.025Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 9308645e-1f19-4482-a90b-4dc9978de1dc 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-07T16:47:34.028Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.029Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.029Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 9308645e-1f19-4482-a90b-4dc9978de1dc: {\"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-07T16:47:34.029Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63794396 2022-06-07T16:47:34.029Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.030Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:47:34.030Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de8934f8-009f-4d9c-9f45-bebd9462a289 2022-06-07T16:47:34.030Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de8934f8-009f-4d9c-9f45-bebd9462a289 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-07T16:47:34.033Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.033Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:34.033Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:47:34.034Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.034Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:34.034Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:47:34.034Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.034Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-07T16:47:34.035Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T16:47:34.035Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T16:47:34.035Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9128ae2e-6a19-4fc4-b46f-43c7780df152 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-07T16:47:34.038Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.038Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:34.038Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:47:34.039Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.039Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-07T16:47:34.039Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9308645e-1f19-4482-a90b-4dc9978de1dc 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-07T16:47:34.041Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.041Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.041Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bd1511d6-0718-43a9-8d86-8abb540fc4c2: basic_vm 2022-06-07T16:47:34.041Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.042Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.042Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.042Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.042Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.042Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.043Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.043Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.043Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:47:34.043Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:47:34.043Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:34.203Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 07eb41b7-0819-44e6-9a3d-bfd1b4796a8e 1 ASDC deployResourceStructure 2022-06-07T16:47:34.204Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:34.204Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:34.204Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:47:34.204Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:34.207Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:34.208Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620454204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:47:34.307Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:47:34.309Z||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-07T16:47:34.309Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:34.325Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:34.325Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:47:35.209Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:35.209Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:35.209Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:47:35.213Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:35.215Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:35.215Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620455209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:47:35.315Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:47:35.316Z||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-07T16:47:35.316Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:35.331Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:35.333Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:36.216Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:36.217Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:36.217Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:47:36.217Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:36.219Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:36.219Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620456216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T16:47:36.323Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-07T16:47:36.325Z||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-07T16:47:36.325Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:36.344Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:36.344Z||pool-53-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:37.223Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:37.223Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||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-07T16:47:37.224Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:47:37.224Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:47:37.226Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:47:37.227Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620457223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:37.326Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T16:47:37.327Z||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-07T16:47:37.327Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:37.343Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:37.343Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:47:38.228Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c3fffc-6be9-44b1-82bc-026a1635498a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:47:38.247Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c3fffc-6be9-44b1-82bc-026a1635498a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:47:38.250Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:47:38.250Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:47:38.250Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:47:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:47:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:47:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:47:38.933Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:47:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620273016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620279938, "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-07T16:47:38.955Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a 2022-06-07T16:47:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a 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-07T16:47:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:38.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:38.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620280785, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:38.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:38.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.982Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:38.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:38.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:38.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:38.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.983Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620276016, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:38.984Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:38.984Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.984Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620289868, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:38.984Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:38.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620289098, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:38.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:38.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:38.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "aai-ml", "timestamp": 1654620290875, "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-07T16:47:38.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a 2022-06-07T16:47:38.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a 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-07T16:47:39.009Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.009Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620291103, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.010Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.010Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.010Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "clamp", "timestamp": 1654620292106, "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-07T16:47:39.015Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 16c3fffc-6be9-44b1-82bc-026a1635498a 2022-06-07T16:47:39.016Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 16c3fffc-6be9-44b1-82bc-026a1635498a 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-07T16:47:39.029Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.029Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.030Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.031Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.031Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.031Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.031Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.031Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.031Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.034Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.034Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.034Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.034Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.034Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.034Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.035Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.035Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.035Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.035Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.035Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.035Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.036Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.037Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.038Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.039Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.040Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "ves-openapi-manager", "timestamp": 1654620301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620303016, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620305563, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620315525, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620306015, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620315419, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620315913, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "cds", "timestamp": 1654620316432, "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-07T16:47:39.087Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a13bfa20-96d8-4b64-9332-a9feef1f63e3 2022-06-07T16:47:39.087Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a13bfa20-96d8-4b64-9332-a9feef1f63e3 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-07T16:47:39.104Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620316917, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.105Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "policy-id", "timestamp": 1654620317920, "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-07T16:47:39.111Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a13bfa20-96d8-4b64-9332-a9feef1f63e3 2022-06-07T16:47:39.112Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a13bfa20-96d8-4b64-9332-a9feef1f63e3 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-07T16:47:39.122Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620321103, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620324020, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620323108, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.125Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.126Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "aai-ml", "timestamp": 1654620325026, "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-07T16:47:39.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a13bfa20-96d8-4b64-9332-a9feef1f63e3 2022-06-07T16:47:39.132Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a13bfa20-96d8-4b64-9332-a9feef1f63e3 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-07T16:47:39.147Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.148Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "clamp", "timestamp": 1654620324110, "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-07T16:47:39.154Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a13bfa20-96d8-4b64-9332-a9feef1f63e3 2022-06-07T16:47:39.154Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a13bfa20-96d8-4b64-9332-a9feef1f63e3 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-07T16:47:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.166Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.166Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.166Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.166Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.167Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.167Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.167Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.167Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.167Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.167Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.168Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.168Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.168Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.168Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.169Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.169Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.169Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.169Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.169Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.170Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.170Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.170Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.171Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620320480, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.172Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.173Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.174Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620330459, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.175Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.176Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.177Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620321105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620320563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.178Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620333639, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620326149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.179Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620334013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.180Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.180Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.180Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620333624, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.180Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.180Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.180Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620334648, "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-07T16:47:39.188Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a13bfa20-96d8-4b64-9332-a9feef1f63e3 2022-06-07T16:47:39.188Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a13bfa20-96d8-4b64-9332-a9feef1f63e3 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-07T16:47:39.209Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.209Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.210Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.210Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.210Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620334908, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:47:39.210Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.211Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.211Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "cds", "timestamp": 1654620335022, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-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-07T16:47:39.236Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3258317b-352f-411a-a50a-a74201153d3d 2022-06-07T16:47:39.236Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3258317b-352f-411a-a50a-a74201153d3d 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-07T16:47:39.254Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.254Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620334806, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.255Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620335919, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:47:39.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:47:39.256Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.257Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.257Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.257Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.257Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "ves-openapi-manager", "timestamp": 1654620335811, "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-07T16:47:39.271Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 3258317b-352f-411a-a50a-a74201153d3d 2022-06-07T16:47:39.272Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3258317b-352f-411a-a50a-a74201153d3d 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-07T16:47:39.285Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.285Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "policy-id", "timestamp": 1654620336923, "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-07T16:47:39.292Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3258317b-352f-411a-a50a-a74201153d3d 2022-06-07T16:47:39.292Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3258317b-352f-411a-a50a-a74201153d3d 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-07T16:47:39.311Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.312Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.312Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.312Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.313Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.313Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.313Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.313Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.314Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:47:39.314Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:47:39.314Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:47:39.314Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:08.251Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 16c3fffc-6be9-44b1-82bc-026a1635498a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:48:08.266Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 16c3fffc-6be9-44b1-82bc-026a1635498a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:48:08.270Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:48:08.284Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:48:08.285Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:48:08.286Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T16:48:08.298Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:48:38.298Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 16c3fffc-6be9-44b1-82bc-026a1635498a 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-07T16:48:38.306Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 16c3fffc-6be9-44b1-82bc-026a1635498a and serviceModelVersionId: bd1511d6-0718-43a9-8d86-8abb540fc4c2 2022-06-07T16:48:38.306Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 713460ed-61c8-401f-99e7-e2bfec5f3301 2022-06-07T16:48:38.308Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/713460ed-61c8-401f-99e7-e2bfec5f3301/model-vers/model-ver/bd1511d6-0718-43a9-8d86-8abb540fc4c2?depth=0 2022-06-07T16:48:38.312Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:48:38.363Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/713460ed-61c8-401f-99e7-e2bfec5f3301/model-vers/model-ver/bd1511d6-0718-43a9-8d86-8abb540fc4c2?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-07T16:48:38.365Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/713460ed-61c8-401f-99e7-e2bfec5f3301/model-vers/model-ver/bd1511d6-0718-43a9-8d86-8abb540fc4c2?depth=0|INFO|500||Invoke 2022-06-07T16:48:38.396Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/713460ed-61c8-401f-99e7-e2bfec5f3301/model-vers/model-ver/bd1511d6-0718-43a9-8d86-8abb540fc4c2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:48:38.501Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/713460ed-61c8-401f-99e7-e2bfec5f3301/model-vers/model-ver/bd1511d6-0718-43a9-8d86-8abb540fc4c2?depth=0|INFO|500||InvokeReturn 2022-06-07T16:48:38.502Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/713460ed-61c8-401f-99e7-e2bfec5f3301/model-vers/model-ver/bd1511d6-0718-43a9-8d86-8abb540fc4c2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-16:48:38:681-19542], vertex-id=[254032], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:48:38 GMT], Content-Type=[application/json]} 2022-06-07T16:48:38.503Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:48:38.503Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:48:38.503Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T16:48:38.508Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T16:48:38.509Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 16c3fffc-6be9-44b1-82bc-026a1635498a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:48:38.509Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:48:38.509Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:38.511Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:38.511Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620518509, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:48:38.612Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T16:48:38.613Z||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-07T16:48:38.613Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:38.636Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:38.637Z||pool-55-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:48:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:48:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620333016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620341769, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620336015, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:48:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620347286, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:48:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:48:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "aai-ml", "timestamp": 1654620348296, "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-07T16:48:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3258317b-352f-411a-a50a-a74201153d3d 2022-06-07T16:48:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3258317b-352f-411a-a50a-a74201153d3d 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-07T16:48:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620354108, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620356112, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:48:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:48:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.979Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "clamp", "timestamp": 1654620357115, "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-07T16:48:38.985Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3258317b-352f-411a-a50a-a74201153d3d 2022-06-07T16:48:38.986Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3258317b-352f-411a-a50a-a74201153d3d 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-07T16:48:38.995Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.995Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620350478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:48:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:48:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620359302, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:48:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.996Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620361792, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:48:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:48:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:48:38.997Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620362797, "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-07T16:48:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3258317b-352f-411a-a50a-a74201153d3d 2022-06-07T16:48:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3258317b-352f-411a-a50a-a74201153d3d and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T16:48:39.527Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T16:48:39.527Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a13bfa20-96d8-4b64-9332-a9feef1f63e3","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"93e2916a-17af-4d87-826f-1113eb9aed71","serviceDescription":"service","serviceInvariantUUID":"676cacb9-8855-427c-b2cf-ac245b9f1891","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e9bbd6d-9bb5-42b6-944e-cb6bab986069","resourceInvariantUUID":"638c07d7-f1d8-49b1-934a-834d14f405d3","resourceCustomizationUUID":"2d82c040-48d2-49d3-8573-f1b91b79067e","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":"MmY0Mjc5MGNiMWY0NTgwMjkyYjA3YTQ0MDkwYzM3MDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"785fb07e-919c-40f3-89cc-e979cf472604","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":"c4ce7281-f756-47ea-972d-dd70317e5848","artifactVersion":"2","generatedFromUUID":"98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b"},{"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":"98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b","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":"MzY4ZTJlZjMxM2ZkNjIzYzA3MjcwY2Y5ZTM4NWRhMjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"85501f45-09c3-479e-93f7-af482b047845","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":"fb828b68-289b-48ec-aa0d-a4b85a315775","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":"1a60abe2-db9d-4964-bc08-20835fc169d0","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":"1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713","artifactVersion":"2","generatedFromUUID":"fb828b68-289b-48ec-aa0d-a4b85a315775"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Yjg4MGY4MmQ3ZmQzNjM0NzNkOGRiN2M0YTRhMDA0NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"937e233d-951b-472b-bb38-6f8d56bdbda1","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YzA3YTcwMGNmNDI3OGQ0Mzk2ZGJlM2JjODRmN2Q1NzY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dccc6797-f84d-4970-81e5-a67bdbbf916e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:48:39.528Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:39.528Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:39.530Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:39.530Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:39.630Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:39.631Z||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-07T16:48:39.631Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:39.646Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:39.647Z||pool-56-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:40.530Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:40.531Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:40.533Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:40.533Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T16:48:40.633Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:40.634Z||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-07T16:48:40.634Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:40.649Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:40.649Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:41.533Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:41.534Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:41.537Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:41.537Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T16:48:41.637Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:41.638Z||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-07T16:48:41.638Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:41.652Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:41.653Z||pool-58-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:42.538Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:42.539Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:42.542Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:42.542Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:48:42.642Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:48:42.644Z||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-07T16:48:42.644Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:42.658Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:42.659Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:43.543Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:43.544Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:43.546Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:43.546Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T16:48:43.646Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:43.647Z||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-07T16:48:43.648Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:43.662Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:43.662Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:44.546Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:44.547Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:44.549Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:44.550Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:44.650Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:44.652Z||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-07T16:48:44.652Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:44.673Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:44.674Z||pool-61-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:45.551Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:45.552Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:45.555Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:45.555Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T16:48:45.655Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:45.656Z||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-07T16:48:45.656Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:45.678Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:45.679Z||pool-62-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:46.556Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:46.556Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:46.558Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:46.559Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:48:46.659Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:46.660Z||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-07T16:48:46.660Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:46.674Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:46.675Z||pool-63-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:47.559Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:48:47.560Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:47.563Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:47.563Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:48:47.663Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:47.664Z||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-07T16:48:47.664Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:47.680Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:47.680Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:48:48.565Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "93e2916a-17af-4d87-826f-1113eb9aed71", "serviceDescription": "service", "serviceInvariantUUID": "676cacb9-8855-427c-b2cf-ac245b9f1891", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "2d82c040-48d2-49d3-8573-f1b91b79067e", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5e9bbd6d-9bb5-42b6-944e-cb6bab986069", "resourceInvariantUUID": "638c07d7-f1d8-49b1-934a-834d14f405d3", "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": "c4ce7281-f756-47ea-972d-dd70317e5848", "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": "98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b", "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": "MzY4ZTJlZjMxM2ZkNjIzYzA3MjcwY2Y5ZTM4NWRhMjQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "85501f45-09c3-479e-93f7-af482b047845", "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": "fb828b68-289b-48ec-aa0d-a4b85a315775", "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": "1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713", "generatedFromUUID": "fb828b68-289b-48ec-aa0d-a4b85a315775" }, "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": "1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "YzA3YTcwMGNmNDI3OGQ0Mzk2ZGJlM2JjODRmN2Q1NzY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dccc6797-f84d-4970-81e5-a67bdbbf916e" } ], "workloadContext": "Production" } 2022-06-07T16:48:48.565Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:48:48.566Z|16c3fffc-6be9-44b1-82bc-026a1635498a|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 93e2916a-17af-4d87-826f-1113eb9aed71 ASDC 2022-06-07T16:48:48.567Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:a13bfa20-96d8-4b64-9332-a9feef1f63e3 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:93e2916a-17af-4d87-826f-1113eb9aed71 ServiceInvariantUUID:676cacb9-8855-427c-b2cf-ac245b9f1891 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:dccc6797-f84d-4970-81e5-a67bdbbf916e ArtifactChecksum:YzA3YTcwMGNmNDI3OGQ0Mzk2ZGJlM2JjODRmN2Q1NzY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:2d82c040-48d2-49d3-8573-f1b91b79067e ResourceInvariantUUID:638c07d7-f1d8-49b1-934a-834d14f405d3 ResourceName:basic_cnf ResourceType:VF ResourceUUID:5e9bbd6d-9bb5-42b6-944e-cb6bab986069 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:c4ce7281-f756-47ea-972d-dd70317e5848 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:98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b 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:85501f45-09c3-479e-93f7-af482b047845 ArtifactChecksum:MzY4ZTJlZjMxM2ZkNjIzYzA3MjcwY2Y5ZTM4NWRhMjQ= 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:fb828b68-289b-48ec-aa0d-a4b85a315775 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:1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713 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:1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T16:48:48.567Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 93e2916a-17af-4d87-826f-1113eb9aed71 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-07T16:48:48.644Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:48:48.645Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:48:48.645Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:48:48.645Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dccc6797-f84d-4970-81e5-a67bdbbf916e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T16:48:48.646Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:48:48.646Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-07T16:48:49.045Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:48:49.048Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar dccc6797-f84d-4970-81e5-a67bdbbf916e 68961 2022-06-07T16:48:49.049Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:49.049Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:49.049Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:48:49.049Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:49.052Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:49.052Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620529049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:49.152Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:49.154Z||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-07T16:48:49.154Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:49.180Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:49.186Z||pool-65-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:48:50.052Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:48:50.053Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:48:50.054Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: dccc6797-f84d-4970-81e5-a67bdbbf916e, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T16:48:50.054Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-07T16:48:50.054Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T16:48:50.054Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T16:48:50.179Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17126956852222817240/Definitions/service-BasicCnf-template.yml 2022-06-07T16:48:51.896Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:48:51.897Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:48:51.897Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T16:48:51.897Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T16:48:51.898Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:51.898Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:51.898Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-07T16:48:51.898Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:51.898Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:48:51.899Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.899Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.900Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:51.900Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:48:51.900Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:48:51.901Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.901Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.901Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:51.901Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:48:51.902Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:48:51.902Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.903Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.903Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.903Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T16:48:51.904Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-07T16:48:51.904Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-07T16:48:51.905Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T16:48:51.905Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.905Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:48:51.906Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.906Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:51.907Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:48:51.907Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.908Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:51.908Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:48:51.908Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.908Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:51.909Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:48:51.909Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.909Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T16:48:51.910Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T16:48:51.910Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=117bd802-8903-4c94-817b-919f4df4bedf 2022-06-07T16:48:51.911Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.911Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.911Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.911Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.912Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.912Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.912Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:51.913Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:51.913Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:93e2916a-17af-4d87-826f-1113eb9aed71 Model Version:NULL Model InvariantUuid:676cacb9-8855-427c-b2cf-ac245b9f1891 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:0c6008fe-169b-442a-987a-92b3f1a2728a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:638c07d7-f1d8-49b1-934a-834d14f405d3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2d82c040-48d2-49d3-8573-f1b91b79067e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5d644ec7-0613-4c96-9290-526a4fdeb0a5 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:72c1bebb-f43b-4ac7-b0f2-9e7924616536 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:117bd802-8903-4c94-817b-919f4df4bedf ModelInvariantUuid:474b6414-976d-425d-9632-0c58d3586444 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:1e453a48-9675-44eb-90fc-6543d1e010d1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:c6d0eb90-8ed8-444a-9965-f2583523a4d0 ModelInvariantUuid:121b9b6f-3997-4e3d-8c98-fa1746b8540a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:0d6e957a-be22-4611-b957-1234bbb1338a 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-07T16:48:51.931Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e9bbd6d-9bb5-42b6-944e-cb6bab986069 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-07T16:48:51.938Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||basic_cnf 0 2022-06-07T16:48:51.938Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e9bbd6d-9bb5-42b6-944e-cb6bab986069 2022-06-07T16:48:51.939Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: c4ce7281-f756-47ea-972d-dd70317e5848 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-07T16:48:51.939Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:48:51.939Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:51.992Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:48:51.993Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env c4ce7281-f756-47ea-972d-dd70317e5848 12 2022-06-07T16:48:51.993Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:51.994Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:51.994Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:48:51.994Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:51.996Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:51.997Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620531993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:52.097Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:52.098Z||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-07T16:48:52.098Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:52.111Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:52.112Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:52.997Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-07T16:48:52.998Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:48:52.999Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:53.046Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:48:53.046Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b 2688 2022-06-07T16:48:53.047Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:53.047Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:53.047Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:48:53.048Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:53.051Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:53.051Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620533047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:53.151Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:53.152Z||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-07T16:48:53.152Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:53.170Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:53.171Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:48:54.054Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 85501f45-09c3-479e-93f7-af482b047845 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-07T16:48:54.055Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:48:54.055Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:54.173Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:48:54.174Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 85501f45-09c3-479e-93f7-af482b047845 828 2022-06-07T16:48:54.174Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:54.174Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:54.174Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:48:54.175Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:54.185Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:54.185Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620534174, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:54.282Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-07T16:48:54.283Z||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-07T16:48:54.283Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:54.305Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:54.306Z||pool-68-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:55.186Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5d644ec7-0613-4c96-9290-526a4fdeb0a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "72c1bebb-f43b-4ac7-b0f2-9e7924616536", "vfModuleModelCustomizationUUID": "d8ef9b0f-dfbd-4306-b801-d7453afa2e24", "isBase": true, "artifacts": [ "fb828b68-289b-48ec-aa0d-a4b85a315775", "98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b", "1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713" ], "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-07T16:48:55.193Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:72c1bebb-f43b-4ac7-b0f2-9e7924616536 VfModuleModelInvariantUUID:5d644ec7-0613-4c96-9290-526a4fdeb0a5 VfModuleModelDescription:NULL Artifacts UUID List:{ fb828b68-289b-48ec-aa0d-a4b85a315775 , 98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b , 1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713 } 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-07T16:48:55.207Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "5d644ec7-0613-4c96-9290-526a4fdeb0a5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "72c1bebb-f43b-4ac7-b0f2-9e7924616536", "vfModuleModelCustomizationUUID": "d8ef9b0f-dfbd-4306-b801-d7453afa2e24", "isBase": true, "artifacts": [ "fb828b68-289b-48ec-aa0d-a4b85a315775", "98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b", "1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713" ], "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-07T16:48:55.208Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:72c1bebb-f43b-4ac7-b0f2-9e7924616536 VfModuleModelInvariantUUID:5d644ec7-0613-4c96-9290-526a4fdeb0a5 VfModuleModelDescription:NULL Artifacts UUID List:{ fb828b68-289b-48ec-aa0d-a4b85a315775 , 98d8cc80-1fc0-4cc9-8c99-99c3ddbb589b , 1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713 } 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-07T16:48:55.208Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fb828b68-289b-48ec-aa0d-a4b85a315775 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-07T16:48:55.209Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:48:55.209Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:55.293Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:48:55.294Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml fb828b68-289b-48ec-aa0d-a4b85a315775 1164 2022-06-07T16:48:55.294Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:55.295Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:55.295Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:48:55.295Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:55.297Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:55.297Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620535294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:55.401Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-07T16:48:55.403Z||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-07T16:48:55.403Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:55.432Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:55.433Z||pool-69-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:56.301Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-07T16:48:56.302Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:48:56.302Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:56.400Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:48:56.401Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 1a6bed4f-3dd2-4f6a-a8cb-7e7b40af7713 200 2022-06-07T16:48:56.403Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:56.403Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:56.403Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:48:56.403Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:56.406Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:56.406Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620536402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:48:56.506Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:56.507Z||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-07T16:48:56.507Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:56.527Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:56.528Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:57.410Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 93e2916a-17af-4d87-826f-1113eb9aed71 2022-06-07T16:48:57.411Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5e9bbd6d-9bb5-42b6-944e-cb6bab986069 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? 2022-06-07T16:48:57.438Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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 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-07T16:48:57.443Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@725d46b1, org.onap.sdc.toscaparser.api.parameters.Input@5e964e6c, org.onap.sdc.toscaparser.api.parameters.Input@30e33c96, org.onap.sdc.toscaparser.api.parameters.Input@228ac060, org.onap.sdc.toscaparser.api.parameters.Input@3a7a624e] 2022-06-07T16:48:57.445Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.446Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.446Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 2022-06-07T16:48:57.446Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 2d82c040-48d2-49d3-8573-f1b91b79067e 2022-06-07T16:48:57.447Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d82c040-48d2-49d3-8573-f1b91b79067e matches Tosca VF Customization UUID: 2d82c040-48d2-49d3-8573-f1b91b79067e 2022-06-07T16:48:57.447Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 2d82c040-48d2-49d3-8573-f1b91b79067e 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-07T16:48:57.450Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.451Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.452Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 2d82c040-48d2-49d3-8573-f1b91b79067e: {\"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-07T16:48:57.452Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@ba079dc 2022-06-07T16:48:57.453Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.453Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T16:48:57.453Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d8ef9b0f-dfbd-4306-b801-d7453afa2e24 2022-06-07T16:48:57.454Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d8ef9b0f-dfbd-4306-b801-d7453afa2e24 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-07T16:48:57.458Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.458Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:57.458Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:48:57.459Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.459Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:57.459Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:48:57.460Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.460Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-07T16:48:57.460Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-07T16:48:57.461Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=117bd802-8903-4c94-817b-919f4df4bedf 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-07T16:48:57.464Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.465Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:57.465Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T16:48:57.465Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.466Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-07T16:48:57.466Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2d82c040-48d2-49d3-8573-f1b91b79067e 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-07T16:48:57.468Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.469Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.469Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 93e2916a-17af-4d87-826f-1113eb9aed71: basic_cnf 2022-06-07T16:48:57.469Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.470Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.470Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.470Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.471Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.471Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.471Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.472Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.472Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:48:57.473Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:48:57.473Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T16:48:57.565Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5e9bbd6d-9bb5-42b6-944e-cb6bab986069 1 ASDC deployResourceStructure 2022-06-07T16:48:57.567Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:57.567Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:57.567Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T16:48:57.568Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:57.570Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:57.570Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620537566, "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-07T16:48:57.670Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:57.671Z||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-07T16:48:57.671Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:57.685Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:57.686Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:48:58.571Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:58.572Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:58.572Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T16:48:58.572Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:58.575Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:58.575Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620538571, "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-07T16:48:58.675Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:58.676Z||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-07T16:48:58.676Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:58.693Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:58.694Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:48:59.576Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:59.577Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:48:59.577Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:48:59.578Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:48:59.579Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:48:59.580Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620539576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:48:59.680Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:48:59.681Z||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-07T16:48:59.681Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:48:59.694Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:48:59.695Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:00.581Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:49:00.581Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:49:00.582Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:49:00.582Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:00.584Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:00.585Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620540580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:49:00.685Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:00.686Z||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-07T16:49:00.686Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:00.701Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:00.702Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:01.586Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:49:01.586Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:49:01.587Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:49:01.587Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:01.589Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:01.589Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620541586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T16:49:01.689Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:01.690Z||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-07T16:49:01.690Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:01.703Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:01.704Z||pool-75-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:02.590Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:49:02.591Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||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-07T16:49:02.591Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:49:02.592Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:02.594Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:02.594Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620542590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:49:02.694Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:49:02.695Z||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-07T16:49:02.696Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:02.724Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:02.725Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:49:03.596Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a13bfa20-96d8-4b64-9332-a9feef1f63e3 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:49:03.617Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a13bfa20-96d8-4b64-9332-a9feef1f63e3 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:49:03.619Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:03.620Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:03.621Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:03.621Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:03.621Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T16:49:03.635Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:49:33.635Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a13bfa20-96d8-4b64-9332-a9feef1f63e3 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-07T16:49:33.646Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a13bfa20-96d8-4b64-9332-a9feef1f63e3 and serviceModelVersionId: 93e2916a-17af-4d87-826f-1113eb9aed71 2022-06-07T16:49:33.646Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 676cacb9-8855-427c-b2cf-ac245b9f1891 2022-06-07T16:49:33.648Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/676cacb9-8855-427c-b2cf-ac245b9f1891/model-vers/model-ver/93e2916a-17af-4d87-826f-1113eb9aed71?depth=0 2022-06-07T16:49:33.654Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:49:33.710Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/676cacb9-8855-427c-b2cf-ac245b9f1891/model-vers/model-ver/93e2916a-17af-4d87-826f-1113eb9aed71?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-07T16:49:33.712Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/676cacb9-8855-427c-b2cf-ac245b9f1891/model-vers/model-ver/93e2916a-17af-4d87-826f-1113eb9aed71?depth=0|INFO|500||Invoke 2022-06-07T16:49:33.735Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/676cacb9-8855-427c-b2cf-ac245b9f1891/model-vers/model-ver/93e2916a-17af-4d87-826f-1113eb9aed71?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:49:33.907Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/676cacb9-8855-427c-b2cf-ac245b9f1891/model-vers/model-ver/93e2916a-17af-4d87-826f-1113eb9aed71?depth=0|INFO|500||InvokeReturn 2022-06-07T16:49:33.908Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/676cacb9-8855-427c-b2cf-ac245b9f1891/model-vers/model-ver/93e2916a-17af-4d87-826f-1113eb9aed71?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-16:49:34:022-38303], vertex-id=[217096], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:49:34 GMT], Content-Type=[application/json]} 2022-06-07T16:49:33.910Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:49:33.910Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:49:33.911Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T16:49:33.921Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T16:49:33.922Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a13bfa20-96d8-4b64-9332-a9feef1f63e3 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:49:33.922Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:49:33.923Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:33.926Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:33.926Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620573922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:49:34.026Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:34.027Z||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-07T16:49:34.028Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:34.049Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:34.049Z||pool-77-thread-1|||||INFO|500||cambria reply ok (22 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-07T16:49:34.956Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T16:49:34.956Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3258317b-352f-411a-a50a-a74201153d3d","serviceName":"Demo_pNF_rZE2naBOricbCI0ACOTD","serviceVersion":"1.0","serviceUUID":"3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9","serviceDescription":"catalog service description","serviceInvariantUUID":"ffc446df-bf1a-49f7-a39d-2850682bc580","resources":[{"resourceInstanceName":"pNF 99ccd138-cdce 0","resourceName":"pNF 99ccd138-cdce","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"7686fd51-13c1-4151-a3ca-c2c3a0ce8c29","resourceInvariantUUID":"c05858e8-eeb7-41f4-9b8d-569768ce85bb","resourceCustomizationUUID":"1d247179-79f4-4165-b20e-5bdc5b093d1b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml","artifactChecksum":"ODhlNzY2NjVjZGU3Y2I1MThkMThhNmFjNjMyZDU3MDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4b681de9-ba45-4312-82ed-da59aba3bdf0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"bb13f399-59ca-48d5-8ab6-bcc65077c30d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1372b756-1f9f-4496-90f5-9eb0d1d8bf33","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml","artifactChecksum":"MTRiNmZiYzc1MTdmNWUyN2ZlZWYwZmE0YzI3YTJlZDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6fec4d21-8449-4c2f-9297-de07e431d678","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a89eb8e9-03d0-4a21-b4c6-eb13de6efd70","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f66385fc-a601-4948-8727-a1ef84f6e002","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRze2naboricbci0acotd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml","artifactChecksum":"MDcwYWQ3YzA3MmIxYzdhNTczZjdhZjk2ZjIyYWExYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6682f43b-2906-4aa7-be84-c8852abbb5c1","artifactVersion":"1"},{"artifactName":"service-DemoPnfRze2naboricbci0acotd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar","artifactChecksum":"ZWNiMmYwOTg4ZWY1ZGY5Nzk1ZjQxNTA4MzI0Yzc2Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2fd75e6d-a43f-4b37-8158-3785e6df0949","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:49:34.956Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:34.957Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:34.959Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:34.959Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:35.059Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:35.060Z||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-07T16:49:35.060Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:35.077Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:35.078Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:35.960Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:35.961Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:35.965Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:35.965Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:36.065Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:49:36.066Z||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-07T16:49:36.066Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:36.086Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:36.089Z||pool-79-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:36.966Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:36.967Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:36.984Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:36.984Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:37.073Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-06-07T16:49:37.074Z||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-07T16:49:37.075Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:37.094Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:37.094Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:37.985Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:37.986Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:37.988Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:37.989Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:38.089Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:38.090Z||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-07T16:49:38.090Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:38.108Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:38.109Z||pool-81-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:49:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:49:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "90e3340a-8dcf-42aa-9bca-4b8d906ab2af", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620435287, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:49:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:49:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T16:49:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.951Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.951Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:38.951Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.952Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.952Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T16:49:38.952Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.953Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.953Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:38.953Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.954Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.954Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:49:38.954Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:49:38.954Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.955Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620448130, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:49:38.955Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.955Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.955Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620450851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:49:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620451923, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:49:38.956Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.957Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.957Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620452994, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:49:38.957Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620454204, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:49:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.959Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620455209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:49:38.959Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.959Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.959Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620456216, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T16:49:38.960Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.960Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:49:38.960Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620457223, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:49:38.960Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:49:38.990Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:38.990Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:38.993Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:38.993Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:39.093Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:39.094Z||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-07T16:49:39.095Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:39.132Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:39.134Z||pool-82-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:39.993Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:39.997Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:40.000Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:40.000Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:40.100Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:40.101Z||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-07T16:49:40.101Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:40.119Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:40.119Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:41.000Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:41.001Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:41.004Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:41.004Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:49:41.104Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:41.105Z||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-07T16:49:41.105Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:41.137Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:41.138Z||pool-84-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:42.004Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:49:42.005Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:42.008Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:42.008Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:49:42.108Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:42.109Z||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-07T16:49:42.109Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:42.125Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:42.125Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:43.009Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "serviceName": "Demo_pNF_rZE2naBOricbCI0ACOTD", "serviceVersion": "1.0", "serviceUUID": "3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ffc446df-bf1a-49f7-a39d-2850682bc580", "resources": [ { "resourceInstanceName": "pNF 99ccd138-cdce 0", "resourceCustomizationUUID": "1d247179-79f4-4165-b20e-5bdc5b093d1b", "resourceName": "pNF 99ccd138-cdce", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "7686fd51-13c1-4151-a3ca-c2c3a0ce8c29", "resourceInvariantUUID": "c05858e8-eeb7-41f4-9b8d-569768ce85bb", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfRze2naboricbci0acotd-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "artifactChecksum": "ZWNiMmYwOTg4ZWY1ZGY5Nzk1ZjQxNTA4MzI0Yzc2Nzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2fd75e6d-a43f-4b37-8158-3785e6df0949" } ], "workloadContext": "Production" } 2022-06-07T16:49:43.009Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:49:43.010Z|a13bfa20-96d8-4b64-9332-a9feef1f63e3|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 ASDC 2022-06-07T16:49:43.010Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:3258317b-352f-411a-a50a-a74201153d3d ServiceName:Demo_pNF_rZE2naBOricbCI0ACOTD ServiceVersion:1.0 ServiceUUID:3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 ServiceInvariantUUID:ffc446df-bf1a-49f7-a39d-2850682bc580 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfRze2naboricbci0acotd-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar ArtifactUUID:2fd75e6d-a43f-4b37-8158-3785e6df0949 ArtifactChecksum:ZWNiMmYwOTg4ZWY1ZGY5Nzk1ZjQxNTA4MzI0Yzc2Nzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 99ccd138-cdce 0 ResourceCustomizationUUID:1d247179-79f4-4165-b20e-5bdc5b093d1b ResourceInvariantUUID:c05858e8-eeb7-41f4-9b8d-569768ce85bb ResourceName:pNF 99ccd138-cdce ResourceType:PNF ResourceUUID:7686fd51-13c1-4151-a3ca-c2c3a0ce8c29 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T16:49:43.010Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 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-07T16:49:45.490Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:49:45.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:49:45.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:49:45.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2fd75e6d-a43f-4b37-8158-3785e6df0949 from URL: /sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:45.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:49:45.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:45.618Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:49:45.622Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar 2fd75e6d-a43f-4b37-8158-3785e6df0949 82641 2022-06-07T16:49:45.622Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar ASDC sendASDCNotification 2022-06-07T16:49:45.622Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:45.622Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:49:45.622Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:45.624Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:45.624Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620585622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:49:45.725Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:45.726Z||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-07T16:49:45.726Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:45.741Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:45.742Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:46.625Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:49:46.626Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:49:46.627Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 2fd75e6d-a43f-4b37-8158-3785e6df0949, URL: /sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar to file: /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:46.627Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:46.628Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:46.628Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:46.761Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7268353986071163813/Definitions/service-DemoPnfRze2naboricbci0acotd-template.yml 2022-06-07T16:49:47.603Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:49:47.603Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:49:47.603Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 99ccd138-cdce 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-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.604Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.605Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:49:47.605Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.605Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.605Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Node template pNF 99ccd138-cdce 0 is matching search criteria 2022-06-07T16:49:47.605Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:49:47.606Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 99ccd138-cdce 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:49:47.606Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.606Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.606Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Node template pNF 99ccd138-cdce 0 is matching search criteria 2022-06-07T16:49:47.606Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:49:47.607Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 99ccd138-cdce 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:49:47.607Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.607Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.607Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.607Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.608Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.608Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.608Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.608Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.608Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.608Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.609Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_rZE2naBOricbCI0ACOTD Description:catalog service description Model UUID:3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 Model Version:NULL Model InvariantUuid:ffc446df-bf1a-49f7-a39d-2850682bc580 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-07T16:49:47.615Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 7686fd51-13c1-4151-a3ca-c2c3a0ce8c29 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-07T16:49:47.619Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||pNF 99ccd138-cdce 0 2022-06-07T16:49:47.620Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 7686fd51-13c1-4151-a3ca-c2c3a0ce8c29 2022-06-07T16:49:47.620Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 2022-06-07T16:49:47.620Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 2022-06-07T16:49:47.620Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 99ccd138-cdce 0 7686fd51-13c1-4151-a3ca-c2c3a0ce8c29 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-07T16:49:47.626Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@271c1b3a, org.onap.sdc.toscaparser.api.parameters.Input@2078887e, org.onap.sdc.toscaparser.api.parameters.Input@74c1017b, org.onap.sdc.toscaparser.api.parameters.Input@55eaabc6, org.onap.sdc.toscaparser.api.parameters.Input@12e8bf8a] 2022-06-07T16:49:47.627Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.627Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.628Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9: pNF 99ccd138-cdce 2022-06-07T16:49:47.628Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Processing PNF resource: 7686fd51-13c1-4151-a3ca-c2c3a0ce8c29 2022-06-07T16:49:47.628Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:49:47.629Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_rZE2naBOricbCI0ACOTD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:49:47.629Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||Resource customization UUID: 1d247179-79f4-4165-b20e-5bdc5b093d1b is the same as notified resource customizationUUID: 1d247179-79f4-4165-b20e-5bdc5b093d1b 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-07T16:49:47.677Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 99ccd138-cdce 7686fd51-13c1-4151-a3ca-c2c3a0ce8c29 0 ASDC deployResourceStructure 2022-06-07T16:49:47.678Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar ASDC sendASDCNotification 2022-06-07T16:49:47.678Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar 2022-06-07T16:49:47.679Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:49:47.679Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:49:47.682Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:49:47.682Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620587678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:49:47.782Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:49:47.783Z||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-07T16:49:47.783Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:49:47.796Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:49:47.797Z||pool-87-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:49:48.683Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3258317b-352f-411a-a50a-a74201153d3d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:49:48.709Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3258317b-352f-411a-a50a-a74201153d3d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:49:48.712Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:49:48.713Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T16:49:48.722Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:50:18.722Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3258317b-352f-411a-a50a-a74201153d3d 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-07T16:50:18.734Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3258317b-352f-411a-a50a-a74201153d3d and serviceModelVersionId: 3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9 2022-06-07T16:50:18.734Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffc446df-bf1a-49f7-a39d-2850682bc580 2022-06-07T16:50:18.735Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0 2022-06-07T16:50:18.739Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:50:18.791Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0|INFO|500||Invoke 2022-06-07T16:50:18.792Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3258317b-352f-411a-a50a-a74201153d3d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[69c4a004-63d3-46f9-9d41-ec72622af6a9], X-ECOMP-RequestID=[3258317b-352f-411a-a50a-a74201153d3d], X-TransactionId=[], X-ONAP-RequestID=[3258317b-352f-411a-a50a-a74201153d3d], Content-Type=[application/merge-patch+json]} 2022-06-07T16:50:18.817Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:50:18.900Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?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/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-16:50:19:102-22346], vertex-id=[213208], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:50:19 GMT], Content-Type=[application/json]} 2022-06-07T16:50:18.900Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:50:18.901Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffc446df-bf1a-49f7-a39d-2850682bc580/model-vers/model-ver/3904fd82-31c9-4802-a4cc-f6ce8a6d0bf9?depth=0|INFO|500||InvokeReturn 2022-06-07T16:50:18.906Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:50:18.908Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T16:50:18.919Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T16:50:18.919Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3258317b-352f-411a-a50a-a74201153d3d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:50:18.919Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:50:18.920Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:18.921Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:18.922Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620618919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:50:19.022Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:19.023Z||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-07T16:50:19.023Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:19.045Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:19.046Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T16:50:19.943Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:50:19.943Z|3258317b-352f-411a-a50a-a74201153d3d|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-07T16:50:19.944Z|3258317b-352f-411a-a50a-a74201153d3d|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:24.468Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:24.469Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-07T16:50:24.469Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"43036d0a-3218-41d1-b9f9-a3759dfb2f03","serviceName":"Demo_pNF_PeuFyFeM5RmXn5mxjPac","serviceVersion":"1.0","serviceUUID":"262b5f42-7c8e-408f-afdb-394112d18c89","serviceDescription":"catalog service description","serviceInvariantUUID":"7d9918fa-bf4c-472b-8cc1-12cd99b7423e","resources":[{"resourceInstanceName":"pNF 18fd5cc4-edf4 0","resourceName":"pNF 18fd5cc4-edf4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d0edd699-d302-4a4d-a2f3-525d8d396e29","resourceInvariantUUID":"18048fbe-6a80-485c-a78d-563ffb110bd5","resourceCustomizationUUID":"c7d042da-a1cb-436f-852d-a38cbf81d1f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml","artifactChecksum":"ZjAzYTAzYzNiMTc1NjU1ZDAyZDg4OGY0NWQ3MTZlZjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ead87d27-92f5-437e-b66d-ff38f851553a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar","artifactChecksum":"NjE2OGU2NjU1ODRlYmM3ZmViMTJiMzY4OGI0ZjhiNDY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"675b8138-3ee2-4b5b-8e39-3533c9f945a3","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4ca4a976-0117-4c82-a502-d4454e0cf684","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml","artifactChecksum":"YzY0OWU4YzVhYTAxZjEwYTA5NTg4YzIwMDFjYjY1OTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"201e99b8-ddc5-4d9b-9039-d11bd36feb76","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"82036e47-3136-4a32-9545-46e47651edb0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2c076558-9388-492e-99fb-dc8239055dd9","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml","artifactChecksum":"ZGExNDE3NWIzMDYxNDEyOGVjNmY3MjIzYzBlZTJkMmI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d5546a0-21b2-4247-a1ee-dd31b6e98413","artifactVersion":"1"},{"artifactName":"service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar","artifactChecksum":"OTljMGQ1M2MzYmJiMmIyYjMyOTM0ODIyMWM3ZDYxN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ede1bd3f-eb47-4fcd-ae9d-2042b4679a5c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T16:50:24.472Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:24.472Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:24.474Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:24.474Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:24.574Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:24.575Z||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-07T16:50:24.575Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:24.591Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:24.592Z||pool-89-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:25.475Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:25.476Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:25.478Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:25.478Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:25.578Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:25.579Z||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-07T16:50:25.579Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:25.593Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:25.594Z||pool-90-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:50:26.479Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:26.479Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:26.481Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:26.481Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:26.581Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:26.582Z||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-07T16:50:26.582Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:26.602Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:26.603Z||pool-91-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:27.482Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:27.482Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:27.484Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:27.484Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:27.584Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:27.585Z||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-07T16:50:27.585Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:27.599Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:27.600Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:28.485Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:28.486Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:28.488Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:28.488Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:28.588Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:28.589Z||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-07T16:50:28.589Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:28.604Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:28.605Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:29.489Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:29.489Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:29.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:29.491Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:29.591Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:50:29.593Z||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-07T16:50:29.593Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:29.612Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:29.613Z||pool-94-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:30.492Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:30.493Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:30.495Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:30.495Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:50:30.595Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:30.596Z||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-07T16:50:30.598Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:30.611Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:30.612Z||pool-95-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:31.496Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T16:50:31.496Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:31.498Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:31.498Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:50:31.599Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T16:50:31.600Z||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-07T16:50:31.600Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:31.614Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:31.615Z||pool-96-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:32.499Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||sending notification to client: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "serviceName": "Demo_pNF_PeuFyFeM5RmXn5mxjPac", "serviceVersion": "1.0", "serviceUUID": "262b5f42-7c8e-408f-afdb-394112d18c89", "serviceDescription": "catalog service description", "serviceInvariantUUID": "7d9918fa-bf4c-472b-8cc1-12cd99b7423e", "resources": [ { "resourceInstanceName": "pNF 18fd5cc4-edf4 0", "resourceCustomizationUUID": "c7d042da-a1cb-436f-852d-a38cbf81d1f6", "resourceName": "pNF 18fd5cc4-edf4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d0edd699-d302-4a4d-a2f3-525d8d396e29", "resourceInvariantUUID": "18048fbe-6a80-485c-a78d-563ffb110bd5", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "artifactChecksum": "OTljMGQ1M2MzYmJiMmIyYjMyOTM0ODIyMWM3ZDYxN2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ede1bd3f-eb47-4fcd-ae9d-2042b4679a5c" } ], "workloadContext": "Production" } 2022-06-07T16:50:32.500Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T16:50:32.500Z|3258317b-352f-411a-a50a-a74201153d3d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 262b5f42-7c8e-408f-afdb-394112d18c89 ASDC 2022-06-07T16:50:32.501Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||ASDC Notification: DistributionID:43036d0a-3218-41d1-b9f9-a3759dfb2f03 ServiceName:Demo_pNF_PeuFyFeM5RmXn5mxjPac ServiceVersion:1.0 ServiceUUID:262b5f42-7c8e-408f-afdb-394112d18c89 ServiceInvariantUUID:7d9918fa-bf4c-472b-8cc1-12cd99b7423e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar ArtifactUUID:ede1bd3f-eb47-4fcd-ae9d-2042b4679a5c ArtifactChecksum:OTljMGQ1M2MzYmJiMmIyYjMyOTM0ODIyMWM3ZDYxN2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 18fd5cc4-edf4 0 ResourceCustomizationUUID:c7d042da-a1cb-436f-852d-a38cbf81d1f6 ResourceInvariantUUID:18048fbe-6a80-485c-a78d-563ffb110bd5 ResourceName:pNF 18fd5cc4-edf4 ResourceType:PNF ResourceUUID:d0edd699-d302-4a4d-a2f3-525d8d396e29 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T16:50:32.501Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 262b5f42-7c8e-408f-afdb-394112d18c89 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-07T16:50:32.532Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:50:32.533Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:50:32.533Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:50:32.534Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ede1bd3f-eb47-4fcd-ae9d-2042b4679a5c from URL: /sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:32.534Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - download 2022-06-07T16:50:32.534Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:32.602Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||GET Response Status 200 2022-06-07T16:50:32.608Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar ede1bd3f-eb47-4fcd-ae9d-2042b4679a5c 82647 2022-06-07T16:50:32.608Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar ASDC sendASDCNotification 2022-06-07T16:50:32.608Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:32.609Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T16:50:32.609Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:32.611Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:32.612Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620632608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:50:32.711Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T16:50:32.713Z||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-07T16:50:32.713Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:32.727Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:32.728Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T16:50:33.612Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T16:50:33.615Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||MSO config path is: /app 2022-06-07T16:50:33.615Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ede1bd3f-eb47-4fcd-ae9d-2042b4679a5c, URL: /sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar to file: /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:33.615Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:33.616Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:33.616Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:33.767Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2935462777160741049/Definitions/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml 2022-06-07T16:50:34.813Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T16:50:34.814Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:50:34.814Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.815Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T16:50:34.815Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.815Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.815Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.815Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.816Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.816Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 18fd5cc4-edf4 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-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.816Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.816Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||WARN|500||#################################################################################################### 2022-06-07T16:50:34.817Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.817Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.817Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Node template pNF 18fd5cc4-edf4 0 is matching search criteria 2022-06-07T16:50:34.817Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:50:34.818Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 18fd5cc4-edf4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:50:34.818Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.818Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.819Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Node template pNF 18fd5cc4-edf4 0 is matching search criteria 2022-06-07T16:50:34.819Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Search for entities recursively 2022-06-07T16:50:34.819Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF 18fd5cc4-edf4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T16:50:34.821Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.821Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.821Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.821Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.821Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.821Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.822Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.822Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.822Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.822Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.822Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_PeuFyFeM5RmXn5mxjPac Description:catalog service description Model UUID:262b5f42-7c8e-408f-afdb-394112d18c89 Model Version:NULL Model InvariantUuid:7d9918fa-bf4c-472b-8cc1-12cd99b7423e 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-07T16:50:34.833Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: d0edd699-d302-4a4d-a2f3-525d8d396e29 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-07T16:50:34.837Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||pNF 18fd5cc4-edf4 0 2022-06-07T16:50:34.837Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d0edd699-d302-4a4d-a2f3-525d8d396e29 2022-06-07T16:50:34.837Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 262b5f42-7c8e-408f-afdb-394112d18c89 2022-06-07T16:50:34.837Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 262b5f42-7c8e-408f-afdb-394112d18c89 2022-06-07T16:50:34.837Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 18fd5cc4-edf4 0 d0edd699-d302-4a4d-a2f3-525d8d396e29 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-07T16:50:34.845Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2572bfdc, org.onap.sdc.toscaparser.api.parameters.Input@4c819ad0, org.onap.sdc.toscaparser.api.parameters.Input@54ff4dab, org.onap.sdc.toscaparser.api.parameters.Input@6ef56c3c, org.onap.sdc.toscaparser.api.parameters.Input@5e49b261] 2022-06-07T16:50:34.845Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.846Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.846Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 262b5f42-7c8e-408f-afdb-394112d18c89: pNF 18fd5cc4-edf4 2022-06-07T16:50:34.846Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Processing PNF resource: d0edd699-d302-4a4d-a2f3-525d8d396e29 2022-06-07T16:50:34.846Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T16:50:34.846Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_PeuFyFeM5RmXn5mxjPac is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T16:50:34.847Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||Resource customization UUID: c7d042da-a1cb-436f-852d-a38cbf81d1f6 is the same as notified resource customizationUUID: c7d042da-a1cb-436f-852d-a38cbf81d1f6 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-07T16:50:34.925Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 18fd5cc4-edf4 d0edd699-d302-4a4d-a2f3-525d8d396e29 0 ASDC deployResourceStructure 2022-06-07T16:50:34.925Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar ASDC sendASDCNotification 2022-06-07T16:50:34.925Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar 2022-06-07T16:50:34.926Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T16:50:34.926Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:50:34.928Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:50:34.928Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620634925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:50:35.028Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:50:35.029Z||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-07T16:50:35.029Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:35.046Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:35.046Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-06-07T16:50:35.929Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:50:35.956Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:50:35.960Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:50:35.960Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:50:35.960Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:50:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:50:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:50:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:50:38.957Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:50:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:50:38.958Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "16c3fffc-6be9-44b1-82bc-026a1635498a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620518509, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:50:38.959Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:05.961Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:51:05.987Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:51:05.997Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:51:05.997Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:51:05.997Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:51:36.001Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:51:36.032Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:51:36.034Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:51:36.035Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T16:51:36.035Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T16:51:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:51:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:51:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:51:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:51:38.951Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.951Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.952Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.952Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.953Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-07T16:51:38.953Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.953Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.961Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.962Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.963Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:51:38.964Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.965Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620529049, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.966Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620531993, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620533047, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620521105, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620526148, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620534174, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620534728, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620535195, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620535294, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620535755, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620536202, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620536402, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "ves-openapi-manager", "timestamp": 1654620536758, "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-07T16:51:38.990Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 43036d0a-3218-41d1-b9f9-a3759dfb2f03 2022-06-07T16:51:38.990Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:51:39.000Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.001Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "policy-id", "timestamp": 1654620537206, "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-07T16:51:39.008Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 43036d0a-3218-41d1-b9f9-a3759dfb2f03 2022-06-07T16:51:39.008Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:51:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.019Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620530478, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620537566, "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-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.020Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620530563, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:51:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620538571, "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-07T16:51:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.021Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620539324, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620539354, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620539576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.022Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "cds", "timestamp": 1654620540363, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-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-07T16:51:39.029Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 43036d0a-3218-41d1-b9f9-a3759dfb2f03 2022-06-07T16:51:39.029Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:51:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620540580, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620541749, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620541586, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654620542759, "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-07T16:51:39.060Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 43036d0a-3218-41d1-b9f9-a3759dfb2f03 2022-06-07T16:51:39.060Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:51:39.077Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620542590, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.080Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.081Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.081Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.081Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.081Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.081Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.081Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.082Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.083Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.083Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.083Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.083Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.084Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.084Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.084Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.084Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.084Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.085Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.085Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.085Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.085Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.086Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.087Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.087Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620543016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:51:39.087Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.087Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.088Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.088Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.088Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.088Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620551878, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:39.088Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.088Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.089Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.089Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.089Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.089Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.090Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.090Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.090Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620546016, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:51:39.090Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.090Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.091Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620557727, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.091Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.091Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.091Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "aai-ml", "timestamp": 1654620558732, "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-07T16:51:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 43036d0a-3218-41d1-b9f9-a3759dfb2f03 2022-06-07T16:51:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:51:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620565135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:51:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.123Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620568135, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:51:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.124Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "clamp", "timestamp": 1654620569140, "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-07T16:51:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 43036d0a-3218-41d1-b9f9-a3759dfb2f03 2022-06-07T16:51:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:51:39.141Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.141Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "a13bfa20-96d8-4b64-9332-a9feef1f63e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620573922, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:51:39.142Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:51:39.142Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.142Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.142Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.142Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.142Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.143Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.143Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.143Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.143Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:51:39.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:51:39.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:51:39.144Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:06.035Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T16:52:06.052Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T16:52:06.062Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T16:52:06.062Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T16:52:06.064Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T16:52:06.064Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T16:52:06.064Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.065Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.065Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.065Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.066Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.066Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.066Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T16:52:06.066Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T16:52:06.073Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T16:52:36.076Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 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-07T16:52:36.084Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 43036d0a-3218-41d1-b9f9-a3759dfb2f03 and serviceModelVersionId: 262b5f42-7c8e-408f-afdb-394112d18c89 2022-06-07T16:52:36.085Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7d9918fa-bf4c-472b-8cc1-12cd99b7423e 2022-06-07T16:52:36.085Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0 2022-06-07T16:52:36.090Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T16:52:36.140Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0|INFO|500||Invoke 2022-06-07T16:52:36.141Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[43036d0a-3218-41d1-b9f9-a3759dfb2f03], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d0f15685-02db-4c7e-8fb8-5d74420abf22], X-ECOMP-RequestID=[43036d0a-3218-41d1-b9f9-a3759dfb2f03], X-TransactionId=[], X-ONAP-RequestID=[43036d0a-3218-41d1-b9f9-a3759dfb2f03], Content-Type=[application/merge-patch+json]} 2022-06-07T16:52:36.168Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T16:52:36.316Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?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/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-16:52:36:454-29863], vertex-id=[282704], Content-Length=[0], Date=[Tue, 07 Jun 2022 16:52:36 GMT], Content-Type=[application/json]} 2022-06-07T16:52:36.317Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T16:52:36.318Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7d9918fa-bf4c-472b-8cc1-12cd99b7423e/model-vers/model-ver/262b5f42-7c8e-408f-afdb-394112d18c89?depth=0|INFO|500||InvokeReturn 2022-06-07T16:52:36.320Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T16:52:36.320Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T16:52:36.329Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T16:52:36.330Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 43036d0a-3218-41d1-b9f9-a3759dfb2f03 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T16:52:36.330Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T16:52:36.331Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus 2022-06-07T16:52:36.333Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T16:52:36.333Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||DEBUG|500||try to send status { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620756330, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:52:36.433Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T16:52:36.434Z||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-07T16:52:36.434Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:52:36.453Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:52:36.455Z||pool-99-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T16:52:37.352Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:52:37.353Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:52:37.353Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:52:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:52:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:52:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:52:38.941Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:52:38.942Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.942Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/resourceInstances/pnf99ccd138cdce0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.943Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620436340, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620585622, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:52:38.944Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620587678, "artifactURL": "/sdc/v1/catalog/services/DemoPnfRze2naboricbci0acotd/1.0/artifacts/service-DemoPnfRze2naboricbci0acotd-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "3258317b-352f-411a-a50a-a74201153d3d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620618919, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:52:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.946Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.947Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/resourceInstances/pnf18fd5cc4edf40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T16:52:38.948Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620619943, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "NOTIFIED" } 2022-06-07T16:52:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T16:52:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.949Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620632608, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T16:52:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:52:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T16:52:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620634925, "artifactURL": "/sdc/v1/catalog/services/DemoPnfPeufyfem5rmxn5mxjpac/1.0/artifacts/service-DemoPnfPeufyfem5rmxn5mxjpac-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T16:52:38.950Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:52:47.651Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:52:47.652Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:52:47.653Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:52:47.653Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:52:57.214Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:52:57.215Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:52:57.215Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:52:57.215Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:06.761Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:53:06.762Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:53:06.762Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:53:06.762Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:16.314Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:53:16.315Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:53:16.316Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:53:16.316Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:25.953Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:53:25.954Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:53:25.954Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:53:25.954Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:35.516Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:53:35.517Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:53:35.518Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:53:35.518Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:38.910Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:53:38.911Z||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-07T16:53:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:39.440Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:53:39.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T16:53:39.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "43036d0a-3218-41d1-b9f9-a3759dfb2f03", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654620756330, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T16:53:39.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T16:53:45.071Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:53:45.072Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:53:45.072Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:53:45.072Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:53:54.664Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:54:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:54:38.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:54:38.907Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:54:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:54:38.910Z||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-07T16:54:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:54:48.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:54:48.482Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:55:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:55:38.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:55:38.907Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:55:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:55:38.910Z||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-07T16:55:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:55:48.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:55:48.461Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:56:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:56:38.907Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:56:38.908Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:56:38.910Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:56:38.910Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T16:56:38.910Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:56:48.458Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:56:48.460Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:57:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:57:38.909Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:57:38.910Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:57:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:57:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T16:57:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:57:48.471Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:57:48.471Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:58:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:58:38.908Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:58:38.908Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:58:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:58:38.910Z||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-07T16:58:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:58:48.468Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:58:48.477Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:59:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:59:38.908Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T16:59:38.908Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T16:59:38.914Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T16:59:38.915Z||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-07T16:59:38.915Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T16:59:48.475Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T16:59:48.475Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:00:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:00:38.908Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T17:00:38.908Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:00:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:00:38.910Z||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-07T17:00:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:00:48.473Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:00:48.478Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:38.907Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:01:38.909Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T17:01:38.909Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:01:38.910Z||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-07T17:01:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:47.612Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:47.613Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T17:01:47.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"412c0327-2573-4453-9440-d3812eda8c42","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"8d9f7b57-2d53-40ee-b045-60b6952c162e","serviceDescription":"service","serviceInvariantUUID":"3b725120-e6e3-4988-b1ab-119e5e503690","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee123f4d-e201-414e-b607-4ade3419874f","resourceInvariantUUID":"7ebac24f-7ad6-4c68-940d-da17ece647ac","resourceCustomizationUUID":"ca961510-073a-4ac4-a462-68b77e1f4bbc","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":"YzM5OWZmODZmN2I3MzQyZTIyYjdkYzZmYWU1NTQ0OTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7f587b90-1509-4d68-bde9-27a6d739ba44","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":"N2U3NmVjMThmZGQ5OGQ1YzgyY2MxYjVkZjFjMDI1ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"64154ecc-9f29-4213-b001-0b2024972909","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":"81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e","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":"4f8cd7f7-bfc8-4f62-8a0a-d16c44bccc0b","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":"de96b2d4-e255-43d0-acbc-1334399eab24","artifactVersion":"2","generatedFromUUID":"545e0d2a-0b36-4bd2-b4a1-d9574ac8f527"},{"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":"87dc6935-753f-426d-8195-612f6ce888ac","artifactVersion":"2","generatedFromUUID":"81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e"},{"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":"545e0d2a-0b36-4bd2-b4a1-d9574ac8f527","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":"95a58008-136d-4275-9f8c-d3849172ad33","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":"YjQ4MGZhODlhMDJiMmNjMzUzYmVhOTIyMTNiODBmMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb45f93d-96be-429d-98f8-d3ad66977e62","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NmQyY2ExNzhkZjk1NmM1YjVmNGI5ODE1NmI0ZGJiNTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e7c60da8-e768-416e-95c7-a4f407d5c72e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T17:01:47.618Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:47.619Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:47.623Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:47.623Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:01:47.723Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:47.724Z||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-07T17:01:47.724Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:47.743Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:47.743Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:47.858Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:47.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T17:01:47.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:01:47.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T17:01:47.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-07T17:01:47.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:01:47.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-07T17:01:48.624Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:48.625Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:48.627Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:48.627Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T17:01:48.727Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:01:48.729Z||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-07T17:01:48.729Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:48.744Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:48.745Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:49.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:49.628Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:49.631Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:49.631Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T17:01:49.731Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:49.733Z||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-07T17:01:49.733Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:49.753Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:49.753Z||pool-102-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:50.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:50.632Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:50.635Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:50.635Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:01:50.735Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:50.736Z||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-07T17:01:50.736Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:50.761Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:50.761Z||pool-103-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:51.635Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:51.636Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:51.639Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:51.639Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T17:01:51.739Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:51.740Z||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-07T17:01:51.740Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:51.772Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:51.773Z||pool-104-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:01:52.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:52.640Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:52.643Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:52.643Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T17:01:52.743Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:52.744Z||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-07T17:01:52.744Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:52.768Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:52.768Z||pool-105-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:53.644Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:53.645Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:53.646Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:53.646Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T17:01:53.747Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:01:53.747Z||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-07T17:01:53.748Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:53.760Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:53.761Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:54.647Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:54.649Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:54.652Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:54.652Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:01:54.752Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:54.753Z||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-07T17:01:54.753Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:54.775Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:54.776Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:55.653Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:55.654Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:55.657Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:55.657Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:01:55.757Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:55.758Z||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-07T17:01:55.759Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:55.773Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:55.773Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:01:56.658Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:01:56.658Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:56.661Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:56.661Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:01:56.761Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:01:56.762Z||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-07T17:01:56.766Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:56.786Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:56.787Z||pool-109-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:01:57.663Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "8d9f7b57-2d53-40ee-b045-60b6952c162e", "serviceDescription": "service", "serviceInvariantUUID": "3b725120-e6e3-4988-b1ab-119e5e503690", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "ca961510-073a-4ac4-a462-68b77e1f4bbc", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee123f4d-e201-414e-b607-4ade3419874f", "resourceInvariantUUID": "7ebac24f-7ad6-4c68-940d-da17ece647ac", "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": "N2U3NmVjMThmZGQ5OGQ1YzgyY2MxYjVkZjFjMDI1ZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "64154ecc-9f29-4213-b001-0b2024972909", "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": "81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e", "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": "87dc6935-753f-426d-8195-612f6ce888ac", "generatedFromUUID": "81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e" }, "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": "de96b2d4-e255-43d0-acbc-1334399eab24", "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": "87dc6935-753f-426d-8195-612f6ce888ac", "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": "545e0d2a-0b36-4bd2-b4a1-d9574ac8f527", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "NmQyY2ExNzhkZjk1NmM1YjVmNGI5ODE1NmI0ZGJiNTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e7c60da8-e768-416e-95c7-a4f407d5c72e" } ], "workloadContext": "Production" } 2022-06-07T17:01:57.663Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T17:01:57.664Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 8d9f7b57-2d53-40ee-b045-60b6952c162e ASDC 2022-06-07T17:01:57.664Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:412c0327-2573-4453-9440-d3812eda8c42 ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:8d9f7b57-2d53-40ee-b045-60b6952c162e ServiceInvariantUUID:3b725120-e6e3-4988-b1ab-119e5e503690 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:e7c60da8-e768-416e-95c7-a4f407d5c72e ArtifactChecksum:NmQyY2ExNzhkZjk1NmM1YjVmNGI5ODE1NmI0ZGJiNTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:ca961510-073a-4ac4-a462-68b77e1f4bbc ResourceInvariantUUID:7ebac24f-7ad6-4c68-940d-da17ece647ac ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:ee123f4d-e201-414e-b607-4ade3419874f 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:64154ecc-9f29-4213-b001-0b2024972909 ArtifactChecksum:N2U3NmVjMThmZGQ5OGQ1YzgyY2MxYjVkZjFjMDI1ZTQ= 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:81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e 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:87dc6935-753f-426d-8195-612f6ce888ac 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:de96b2d4-e255-43d0-acbc-1334399eab24 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:87dc6935-753f-426d-8195-612f6ce888ac 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:545e0d2a-0b36-4bd2-b4a1-d9574ac8f527 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T17:01:57.665Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8d9f7b57-2d53-40ee-b045-60b6952c162e 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-07T17:01:57.714Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T17:01:57.715Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T17:01:57.716Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T17:01:57.716Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e7c60da8-e768-416e-95c7-a4f407d5c72e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T17:01:57.716Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T17:01:57.717Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T17:01:57.842Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T17:01:57.854Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar e7c60da8-e768-416e-95c7-a4f407d5c72e 158203 2022-06-07T17:01:57.855Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T17:01:57.855Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T17:01:57.855Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:01:57.856Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:01:57.858Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:01:57.858Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621317855, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:01:57.958Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:01:57.959Z||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-07T17:01:57.959Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:01:57.974Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:01:57.974Z||pool-110-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:01:58.859Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T17:01:58.859Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-07T17:01:58.860Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: e7c60da8-e768-416e-95c7-a4f407d5c72e, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:01:58.861Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-07T17:01:58.861Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:01:58.862Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:01:59.072Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5345621056995320460/Definitions/service-BasicCnfMacro-template.yml 2022-06-07T17:02:00.357Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T17:02:00.357Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T17:02:00.358Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:02:00.358Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-07T17:02:00.358Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:02:00.358Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:02:00.359Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:02:00.359Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-07T17:02:00.359Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-07T17:02:00.359Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.360Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.360Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:00.361Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T17:02:00.361Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T17:02:00.361Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.362Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.362Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:00.362Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-07T17:02:00.362Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T17:02:00.363Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.363Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.363Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.364Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-07T17:02:00.364Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-07T17:02:00.364Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-07T17:02:00.365Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T17:02:00.365Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.365Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T17:02:00.366Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.366Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:00.366Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:02:00.366Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.367Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:00.367Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:02:00.367Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.368Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:00.368Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:02:00.368Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.368Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:00.369Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:02:00.369Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.369Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-07T17:02:00.369Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-07T17:02:00.370Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=439e0a17-d634-4c0a-9ca6-dff1475dab64 2022-06-07T17:02:00.370Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.370Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.370Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.371Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.371Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.371Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.371Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:00.371Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:00.372Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:8d9f7b57-2d53-40ee-b045-60b6952c162e Model Version:NULL Model InvariantUuid:3b725120-e6e3-4988-b1ab-119e5e503690 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:61b04ea6-a994-4dc7-b925-13e3452b1635 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:7ebac24f-7ad6-4c68-940d-da17ece647ac Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ca961510-073a-4ac4-a462-68b77e1f4bbc NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:2eb51251-d17b-4e6d-812f-73583cf48c91 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:506e8d7e-acaa-428a-b31d-754136a2ec36 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:f266c551-22d7-4a14-9bf6-f2a150078321 ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:f893c7c1-1db6-4b84-8d77-8ea995b94c39 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:439e0a17-d634-4c0a-9ca6-dff1475dab64 ModelInvariantUuid:003d4446-2b80-452f-b8cc-f1079d715ed9 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:81abd881-4d35-4347-809f-dd018a62d4e5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:2d4ea5e3-1fc0-4939-9d0c-1c99cf6c5619 ModelInvariantUuid:a56ea972-d52a-47ec-9fc6-d44e7dbae348 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:916ddca2-7cf2-4086-a8f0-8df1d1c472c4 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-07T17:02:00.413Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: ee123f4d-e201-414e-b607-4ade3419874f 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-07T17:02:00.419Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0 2022-06-07T17:02:00.419Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee123f4d-e201-414e-b607-4ade3419874f 2022-06-07T17:02:00.420Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 64154ecc-9f29-4213-b001-0b2024972909 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T17:02:00.420Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T17:02:00.420Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T17:02:00.476Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T17:02:00.476Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 64154ecc-9f29-4213-b001-0b2024972909 1565 2022-06-07T17:02:00.477Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-07T17:02:00.477Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T17:02:00.477Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:02:00.478Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:00.481Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:00.481Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621320477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T17:02:00.581Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:02:00.582Z||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-07T17:02:00.582Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:00.599Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:00.600Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:01.482Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f266c551-22d7-4a14-9bf6-f2a150078321", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f893c7c1-1db6-4b84-8d77-8ea995b94c39", "vfModuleModelCustomizationUUID": "d5817c5b-2103-4241-8ed3-75b81f59c629", "isBase": true, "artifacts": [ "81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e", "87dc6935-753f-426d-8195-612f6ce888ac" ], "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": "2eb51251-d17b-4e6d-812f-73583cf48c91", "vfModuleModelVersion": "1", "vfModuleModelUUID": "506e8d7e-acaa-428a-b31d-754136a2ec36", "vfModuleModelCustomizationUUID": "58fe906c-5daa-48c4-b1f5-d80c09e6a14f", "isBase": false, "artifacts": [ "545e0d2a-0b36-4bd2-b4a1-d9574ac8f527" ], "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-07T17:02:01.486Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f893c7c1-1db6-4b84-8d77-8ea995b94c39 VfModuleModelInvariantUUID:f266c551-22d7-4a14-9bf6-f2a150078321 VfModuleModelDescription:NULL Artifacts UUID List:{ 81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e , 87dc6935-753f-426d-8195-612f6ce888ac } 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:506e8d7e-acaa-428a-b31d-754136a2ec36 VfModuleModelInvariantUUID:2eb51251-d17b-4e6d-812f-73583cf48c91 VfModuleModelDescription:NULL Artifacts UUID List:{ 545e0d2a-0b36-4bd2-b4a1-d9574ac8f527 } 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-07T17:02:01.489Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "f266c551-22d7-4a14-9bf6-f2a150078321", "vfModuleModelVersion": "1", "vfModuleModelUUID": "f893c7c1-1db6-4b84-8d77-8ea995b94c39", "vfModuleModelCustomizationUUID": "d5817c5b-2103-4241-8ed3-75b81f59c629", "isBase": true, "artifacts": [ "81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e", "87dc6935-753f-426d-8195-612f6ce888ac" ], "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": "2eb51251-d17b-4e6d-812f-73583cf48c91", "vfModuleModelVersion": "1", "vfModuleModelUUID": "506e8d7e-acaa-428a-b31d-754136a2ec36", "vfModuleModelCustomizationUUID": "58fe906c-5daa-48c4-b1f5-d80c09e6a14f", "isBase": false, "artifacts": [ "545e0d2a-0b36-4bd2-b4a1-d9574ac8f527" ], "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-07T17:02:01.489Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:f893c7c1-1db6-4b84-8d77-8ea995b94c39 VfModuleModelInvariantUUID:f266c551-22d7-4a14-9bf6-f2a150078321 VfModuleModelDescription:NULL Artifacts UUID List:{ 81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e , 87dc6935-753f-426d-8195-612f6ce888ac } 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:506e8d7e-acaa-428a-b31d-754136a2ec36 VfModuleModelInvariantUUID:2eb51251-d17b-4e6d-812f-73583cf48c91 VfModuleModelDescription:NULL Artifacts UUID List:{ 545e0d2a-0b36-4bd2-b4a1-d9574ac8f527 } 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-07T17:02:01.489Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T17:02:01.489Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T17:02:01.490Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T17:02:01.540Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T17:02:01.540Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 81e69eae-aa0e-483f-8e0b-9dfaf3a7d00e 914 2022-06-07T17:02:01.541Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-07T17:02:01.541Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T17:02:01.541Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:02:01.541Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:01.543Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:01.543Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621321541, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T17:02:01.643Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:02:01.644Z||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-07T17:02:01.644Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:01.661Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:01.662Z||pool-112-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:02.544Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: de96b2d4-e255-43d0-acbc-1334399eab24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T17:02:02.544Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T17:02:02.544Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T17:02:02.591Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T17:02:02.592Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env de96b2d4-e255-43d0-acbc-1334399eab24 12 2022-06-07T17:02:02.592Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-07T17:02:02.592Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-07T17:02:02.592Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:02:02.592Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:02.594Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:02.594Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621322592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-07T17:02:02.694Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:02:02.695Z||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-07T17:02:02.695Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:02.711Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:02.712Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:03.595Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87dc6935-753f-426d-8195-612f6ce888ac from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T17:02:03.595Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T17:02:03.595Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T17:02:03.646Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T17:02:03.646Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 87dc6935-753f-426d-8195-612f6ce888ac 96 2022-06-07T17:02:03.646Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-07T17:02:03.647Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T17:02:03.647Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:02:03.647Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:03.650Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:03.650Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621323646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T17:02:03.750Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:02:03.751Z||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-07T17:02:03.751Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:03.764Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:03.764Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:04.651Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 545e0d2a-0b36-4bd2-b4a1-d9574ac8f527 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T17:02:04.651Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-07T17:02:04.652Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T17:02:04.704Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-07T17:02:04.705Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 545e0d2a-0b36-4bd2-b4a1-d9574ac8f527 20206 2022-06-07T17:02:04.706Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-07T17:02:04.706Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-07T17:02:04.706Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:02:04.706Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:04.709Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:04.709Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621324706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T17:02:04.809Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:02:04.810Z||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-07T17:02:04.810Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:04.824Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:04.825Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:05.713Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8d9f7b57-2d53-40ee-b045-60b6952c162e 2022-06-07T17:02:05.714Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 ee123f4d-e201-414e-b607-4ade3419874f 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-07T17:02:05.722Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5dc796b0, org.onap.sdc.toscaparser.api.parameters.Input@1a4db2e7, org.onap.sdc.toscaparser.api.parameters.Input@a366a35, org.onap.sdc.toscaparser.api.parameters.Input@59d6761c, org.onap.sdc.toscaparser.api.parameters.Input@38450980] 2022-06-07T17:02:05.725Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.725Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.725Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-06-07T17:02:05.725Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ca961510-073a-4ac4-a462-68b77e1f4bbc 2022-06-07T17:02:05.726Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca961510-073a-4ac4-a462-68b77e1f4bbc matches Tosca VF Customization UUID: ca961510-073a-4ac4-a462-68b77e1f4bbc 2022-06-07T17:02:05.726Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ca961510-073a-4ac4-a462-68b77e1f4bbc 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-07T17:02:05.730Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.730Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.730Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ca961510-073a-4ac4-a462-68b77e1f4bbc: {\"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-07T17:02:05.731Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1cba0cb3 2022-06-07T17:02:05.731Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.731Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T17:02:05.731Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 58fe906c-5daa-48c4-b1f5-d80c09e6a14f 2022-06-07T17:02:05.731Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 58fe906c-5daa-48c4-b1f5-d80c09e6a14f 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-07T17:02:05.735Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.735Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:05.735Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:02:05.736Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.736Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:05.736Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:02:05.736Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.737Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-07T17:02:05.740Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ca961510-073a-4ac4-a462-68b77e1f4bbc 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-07T17:02:05.743Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.743Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.743Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8d9f7b57-2d53-40ee-b045-60b6952c162e: basic_cnf_macro 2022-06-07T17:02:05.743Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.744Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.744Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.744Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.744Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.744Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.745Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.745Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.745Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:02:05.745Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:02:05.745Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-07T17:02:05.825Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro ee123f4d-e201-414e-b607-4ade3419874f 2 ASDC deployResourceStructure 2022-06-07T17:02:05.826Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-07T17:02:05.826Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-07T17:02:05.827Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:02:05.827Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:05.829Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:05.830Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621325826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T17:02:05.930Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:02:05.931Z||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-07T17:02:05.931Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:05.951Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:05.952Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:06.830Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-07T17:02:06.831Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-07T17:02:06.831Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:02:06.832Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:06.834Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:06.834Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621326830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-07T17:02:06.934Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:02:06.935Z||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-07T17:02:06.935Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:06.953Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:06.954Z||pool-117-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:07.835Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-07T17:02:07.836Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-07T17:02:07.836Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T17:02:07.837Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:07.839Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:07.839Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621327835, "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-07T17:02:07.940Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-07T17:02:07.941Z||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-07T17:02:07.941Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:07.955Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:07.955Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:08.840Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-07T17:02:08.841Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-07T17:02:08.841Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:02:08.842Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:08.844Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:08.844Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621328840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-07T17:02:08.944Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:02:08.945Z||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-07T17:02:08.945Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:08.965Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:08.966Z||pool-119-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:02:09.845Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-07T17:02:09.846Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-07T17:02:09.846Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-07T17:02:09.846Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:09.849Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:09.849Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621329845, "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-07T17:02:09.949Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:02:09.950Z||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-07T17:02:09.950Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:09.972Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:09.973Z||pool-120-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:02:10.850Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-07T17:02:10.850Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-07T17:02:10.851Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:02:10.851Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:02:10.853Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:02:10.854Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621330850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:02:10.954Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:02:10.954Z||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-07T17:02:10.954Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:10.972Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:10.973Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:02:11.854Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:02:11.874Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:02:11.877Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:02:11.878Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:02:11.878Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:02:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:02:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:02:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:02:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:02:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:02:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:02:39.033Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:02:41.878Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:02:41.918Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:02:41.923Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:02:41.923Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:02:41.924Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:03:11.924Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:03:11.937Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:03:11.940Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:03:11.940Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:03:11.941Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:03:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:03:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:03:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:03:38.945Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:03:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.967Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.968Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.969Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-07T17:03:38.970Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.971Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.972Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.973Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.974Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.975Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "ves-openapi-manager", "timestamp": 1654621301105, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621298907, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.976Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621306148, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621317855, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:38.977Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621318178, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621319184, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:38.978Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:38.979Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.979Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:38.979Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.979Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.979Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621310479, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:38.981Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "policy-id", "timestamp": 1654621320191, "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-07T17:03:38.992Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 412c0327-2573-4453-9440-d3812eda8c42 2022-06-07T17:03:38.993Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 412c0327-2573-4453-9440-d3812eda8c42 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-07T17:03:39.002Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.002Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621310563, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:39.002Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.002Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621320477, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621321373, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621321428, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.003Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621321541, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621322592, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.004Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621323646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.005Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "cds", "timestamp": 1654621324011, "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-07T17:03:39.011Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 412c0327-2573-4453-9440-d3812eda8c42 2022-06-07T17:03:39.011Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 412c0327-2573-4453-9440-d3812eda8c42 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-07T17:03:39.024Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.025Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.025Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.025Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.025Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621324782, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621324706, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.026Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621325795, "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-07T17:03:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 412c0327-2573-4453-9440-d3812eda8c42 2022-06-07T17:03:39.032Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 412c0327-2573-4453-9440-d3812eda8c42 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-07T17:03:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621325826, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.041Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621326830, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.042Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621327835, "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-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.043Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.044Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T17:03:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.045Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621328840, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.046Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621329845, "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-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.047Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621330850, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.048Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.049Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621323016, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621333929, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.050Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.051Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621326015, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621339235, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.052Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.053Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.054Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621342996, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.055Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.056Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.056Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.056Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.056Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.056Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "aai-ml", "timestamp": 1654621344002, "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-07T17:03:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 412c0327-2573-4453-9440-d3812eda8c42 2022-06-07T17:03:39.065Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 412c0327-2573-4453-9440-d3812eda8c42 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-07T17:03:39.076Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.077Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.077Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.077Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.077Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.077Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621344240, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.078Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.079Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "clamp", "timestamp": 1654621345243, "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-07T17:03:39.086Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 412c0327-2573-4453-9440-d3812eda8c42 2022-06-07T17:03:39.086Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 412c0327-2573-4453-9440-d3812eda8c42 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-07T17:03:39.096Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.096Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.096Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.096Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.096Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.097Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.097Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.097Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.097Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.097Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.097Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.098Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621340479, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.099Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621340563, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T17:03:39.100Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "ves-openapi-manager", "timestamp": 1654621341105, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621349585, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.101Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621350044, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.102Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.103Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "cds", "timestamp": 1654621350874, "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-07T17:03:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ed46969d-1197-4afc-97b6-969b18a05fa9 2022-06-07T17:03:39.119Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed46969d-1197-4afc-97b6-969b18a05fa9 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-07T17:03:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.129Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621353282, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621346148, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.130Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.131Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621354288, "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-07T17:03:39.136Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ed46969d-1197-4afc-97b6-969b18a05fa9 2022-06-07T17:03:39.136Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed46969d-1197-4afc-97b6-969b18a05fa9 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-07T17:03:39.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.145Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621354912, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621355917, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.146Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.147Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.147Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "policy-id", "timestamp": 1654621356921, "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-07T17:03:39.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ed46969d-1197-4afc-97b6-969b18a05fa9 2022-06-07T17:03:39.152Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed46969d-1197-4afc-97b6-969b18a05fa9 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-07T17:03:39.164Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.164Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.164Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.164Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.164Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T17:03:39.165Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-07T17:03:41.941Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:03:41.956Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:03:41.959Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:03:41.960Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T17:03:41.960Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T17:03:41.960Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T17:03:41.960Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:03:41.960Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:03:41.961Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:03:41.961Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:03:41.961Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:03:41.961Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:03:41.962Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T17:03:41.967Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T17:04:11.968Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 412c0327-2573-4453-9440-d3812eda8c42 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-07T17:04:11.990Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 412c0327-2573-4453-9440-d3812eda8c42 and serviceModelVersionId: 8d9f7b57-2d53-40ee-b045-60b6952c162e 2022-06-07T17:04:11.990Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3b725120-e6e3-4988-b1ab-119e5e503690 2022-06-07T17:04:11.999Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0 2022-06-07T17:04:12.011Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T17:04:12.082Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0|INFO|500||Invoke 2022-06-07T17:04:12.083Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[412c0327-2573-4453-9440-d3812eda8c42], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3e31a8fa-b078-4fbf-82ca-2670a217c890], X-ECOMP-RequestID=[412c0327-2573-4453-9440-d3812eda8c42], X-TransactionId=[], X-ONAP-RequestID=[412c0327-2573-4453-9440-d3812eda8c42], Content-Type=[application/merge-patch+json]} 2022-06-07T17:04:12.112Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T17:04:12.234Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?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/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-17:04:12:400-26707], vertex-id=[753800], Content-Length=[0], Date=[Tue, 07 Jun 2022 17:04:12 GMT], Content-Type=[application/json]} 2022-06-07T17:04:12.235Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T17:04:12.236Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3b725120-e6e3-4988-b1ab-119e5e503690/model-vers/model-ver/8d9f7b57-2d53-40ee-b045-60b6952c162e?depth=0|INFO|500||InvokeReturn 2022-06-07T17:04:12.237Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T17:04:12.238Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T17:04:12.244Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T17:04:12.245Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 412c0327-2573-4453-9440-d3812eda8c42 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T17:04:12.245Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T17:04:12.246Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:12.250Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:12.250Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621452245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T17:04:12.349Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:04:12.350Z||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-07T17:04:12.351Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:12.375Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:12.376Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T17:04:13.286Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:04:13.287Z||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-07T17:04:13.287Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:17.770Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:17.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T17:04:17.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"ed46969d-1197-4afc-97b6-969b18a05fa9","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d","serviceDescription":"service","serviceInvariantUUID":"cf801aac-2f6f-4e02-9d11-0b49a95409b6","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a30a8333-3c26-4a14-ac28-c6c198596531","resourceInvariantUUID":"213fbcb1-1587-48e5-b598-66fd3a52f1a3","resourceCustomizationUUID":"2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672","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":"ZjAzOTcyYjc3YTU0NDIzNGU1MDVhZjk2ODYzZDEzOWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"965eb225-24ac-4517-b63f-36e6af92804a","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":"YWE3YWQ0MzU3YmU4ODMxYmQ4NzkxZTgzZGRjMzQwMGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9962dc35-860e-480d-aa64-22c095676321","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":"e97447ed-f91a-4b3a-aef9-6d649fd6194a","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":"4ff523f3-87d0-4a89-ac08-7b1ae3c7de02","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":"082e24bd-cd3a-4f9e-b701-a1f9e1b97747","artifactVersion":"2","generatedFromUUID":"e97447ed-f91a-4b3a-aef9-6d649fd6194a"},{"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":"MTg5M2NhYjA1ZDZiNzZkYjIzNWUzNGI5OTMxZTJiYzM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"62adbe91-e562-46be-8d48-c31416ab800a","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":"YTNmZDkzMWY3MDRhNTU2OTFkMzM5NjhiYmM3ZDA3Mzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0366e87-5f15-422d-b938-5317a41ed5e8","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZWE5ZGQyOTFjNThkMTQyMmFiMmM1NWMyNTlmZjk3ZWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"decacc62-b4ab-4e6a-a5cf-6f46ef10b74c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T17:04:17.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:17.773Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:17.776Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:17.776Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:04:17.876Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:17.877Z||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-07T17:04:17.877Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:17.892Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:17.893Z||pool-123-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:18.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:18.777Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:18.779Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:18.779Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T17:04:18.879Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:18.880Z||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-07T17:04:18.880Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:18.898Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:18.900Z||pool-124-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:19.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:19.781Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:19.785Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:19.785Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T17:04:19.884Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:04:19.885Z||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-07T17:04:19.886Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:19.900Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:19.901Z||pool-125-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:20.785Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:20.786Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:20.789Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:20.789Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:04:20.889Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:20.890Z||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-07T17:04:20.890Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:20.905Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:20.905Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:04:21.789Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:21.790Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:21.792Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:21.793Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T17:04:21.893Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:21.893Z||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-07T17:04:21.894Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:21.908Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:21.909Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:22.793Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:22.794Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:22.796Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:22.796Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:04:22.896Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:22.897Z||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-07T17:04:22.897Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:22.912Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:22.912Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:23.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:23.797Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:23.799Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:23.800Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:04:23.900Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:23.901Z||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-07T17:04:23.901Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:23.915Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:23.915Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:04:24.800Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:04:24.801Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:24.802Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:24.803Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:04:24.903Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:24.904Z||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-07T17:04:24.904Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:24.924Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:24.926Z||pool-130-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:25.805Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d", "serviceDescription": "service", "serviceInvariantUUID": "cf801aac-2f6f-4e02-9d11-0b49a95409b6", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "a30a8333-3c26-4a14-ac28-c6c198596531", "resourceInvariantUUID": "213fbcb1-1587-48e5-b598-66fd3a52f1a3", "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": "YWE3YWQ0MzU3YmU4ODMxYmQ4NzkxZTgzZGRjMzQwMGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9962dc35-860e-480d-aa64-22c095676321", "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": "e97447ed-f91a-4b3a-aef9-6d649fd6194a", "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": "082e24bd-cd3a-4f9e-b701-a1f9e1b97747", "generatedFromUUID": "e97447ed-f91a-4b3a-aef9-6d649fd6194a" }, "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": "082e24bd-cd3a-4f9e-b701-a1f9e1b97747", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZWE5ZGQyOTFjNThkMTQyMmFiMmM1NWMyNTlmZjk3ZWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "decacc62-b4ab-4e6a-a5cf-6f46ef10b74c" } ], "workloadContext": "Production" } 2022-06-07T17:04:25.805Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T17:04:25.806Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d ASDC 2022-06-07T17:04:25.806Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:ed46969d-1197-4afc-97b6-969b18a05fa9 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d ServiceInvariantUUID:cf801aac-2f6f-4e02-9d11-0b49a95409b6 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:decacc62-b4ab-4e6a-a5cf-6f46ef10b74c ArtifactChecksum:ZWE5ZGQyOTFjNThkMTQyMmFiMmM1NWMyNTlmZjk3ZWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 ResourceInvariantUUID:213fbcb1-1587-48e5-b598-66fd3a52f1a3 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:a30a8333-3c26-4a14-ac28-c6c198596531 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:9962dc35-860e-480d-aa64-22c095676321 ArtifactChecksum:YWE3YWQ0MzU3YmU4ODMxYmQ4NzkxZTgzZGRjMzQwMGY= 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:e97447ed-f91a-4b3a-aef9-6d649fd6194a 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:082e24bd-cd3a-4f9e-b701-a1f9e1b97747 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:082e24bd-cd3a-4f9e-b701-a1f9e1b97747 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-07T17:04:25.806Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d 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-07T17:04:25.859Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T17:04:25.859Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T17:04:25.859Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T17:04:25.860Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: decacc62-b4ab-4e6a-a5cf-6f46ef10b74c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T17:04:25.860Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-07T17:04:25.860Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-07T17:04:25.939Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-07T17:04:25.942Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar decacc62-b4ab-4e6a-a5cf-6f46ef10b74c 78814 2022-06-07T17:04:25.942Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:25.942Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:25.942Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:04:25.943Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:25.947Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:25.947Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621465942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:04:26.045Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-07T17:04:26.045Z||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-07T17:04:26.045Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:26.061Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:26.062Z||pool-131-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:26.949Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T17:04:26.949Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T17:04:26.950Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: decacc62-b4ab-4e6a-a5cf-6f46ef10b74c, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:26.950Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-07T17:04:26.950Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:26.951Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:27.141Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3301229082479002199/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-07T17:04:28.337Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T17:04:28.338Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-07T17:04:28.338Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.338Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-07T17:04:28.338Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.339Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.340Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-07T17:04:28.340Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-07T17:04:28.340Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.340Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.340Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:28.341Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-07T17:04:28.341Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T17:04:28.341Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.341Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.341Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:28.342Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-07T17:04:28.342Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T17:04:28.343Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.343Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.343Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.344Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T17:04:28.344Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-07T17:04:28.344Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-07T17:04:28.344Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-07T17:04:28.345Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T17:04:28.345Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-07T17:04:28.345Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.345Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T17:04:28.345Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.346Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:28.346Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:04:28.346Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.346Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:28.346Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:04:28.347Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.347Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:28.347Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:04:28.347Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.347Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T17:04:28.348Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T17:04:28.348Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T17:04:28.348Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c131003c-0832-4273-a691-144b1c46bb96 2022-06-07T17:04:28.348Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.348Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.348Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.349Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.349Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.349Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.349Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:28.349Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:28.349Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d Model Version:NULL Model InvariantUuid:cf801aac-2f6f-4e02-9d11-0b49a95409b6 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:6953783b-5bfc-4240-bfc9-bcf13078c34c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:213fbcb1-1587-48e5-b598-66fd3a52f1a3 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b5d8e96f-6dfd-418f-89c3-6bc0cde07530 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:0b812266-13a2-4f49-a939-7b843cc28b3a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c131003c-0832-4273-a691-144b1c46bb96 ModelInvariantUuid:a51377f9-86b6-4ccd-bfe1-24aadc00a652 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:31d67476-9822-4cc1-8e44-86cba443dd59 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:a9c62ef2-14d1-4f26-8cd3-dc462520b18c ModelInvariantUuid:6f4a4680-7b1d-43a6-8856-5e8b198ceeff ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:e35011d9-0a8a-4782-8bf6-4126f98c32cb 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-07T17:04:28.357Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: a30a8333-3c26-4a14-ac28-c6c198596531 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-07T17:04:28.360Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-06-07T17:04:28.361Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a30a8333-3c26-4a14-ac28-c6c198596531 2022-06-07T17:04:28.361Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9962dc35-860e-480d-aa64-22c095676321 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-07T17:04:28.361Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-07T17:04:28.362Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:28.414Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-07T17:04:28.415Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9962dc35-860e-480d-aa64-22c095676321 792 2022-06-07T17:04:28.416Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:28.416Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:28.416Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:04:28.416Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:28.418Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:28.418Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621468416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T17:04:28.518Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:04:28.519Z||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-07T17:04:28.519Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:28.538Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:28.539Z||pool-132-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:29.419Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b5d8e96f-6dfd-418f-89c3-6bc0cde07530", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b812266-13a2-4f49-a939-7b843cc28b3a", "vfModuleModelCustomizationUUID": "38721ad9-d594-4283-9f44-a56f79b0f199", "isBase": true, "artifacts": [ "e97447ed-f91a-4b3a-aef9-6d649fd6194a", "082e24bd-cd3a-4f9e-b701-a1f9e1b97747" ], "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-07T17:04:29.423Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b812266-13a2-4f49-a939-7b843cc28b3a VfModuleModelInvariantUUID:b5d8e96f-6dfd-418f-89c3-6bc0cde07530 VfModuleModelDescription:NULL Artifacts UUID List:{ e97447ed-f91a-4b3a-aef9-6d649fd6194a , 082e24bd-cd3a-4f9e-b701-a1f9e1b97747 } 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-07T17:04:29.425Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b5d8e96f-6dfd-418f-89c3-6bc0cde07530", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0b812266-13a2-4f49-a939-7b843cc28b3a", "vfModuleModelCustomizationUUID": "38721ad9-d594-4283-9f44-a56f79b0f199", "isBase": true, "artifacts": [ "e97447ed-f91a-4b3a-aef9-6d649fd6194a", "082e24bd-cd3a-4f9e-b701-a1f9e1b97747" ], "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-07T17:04:29.426Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0b812266-13a2-4f49-a939-7b843cc28b3a VfModuleModelInvariantUUID:b5d8e96f-6dfd-418f-89c3-6bc0cde07530 VfModuleModelDescription:NULL Artifacts UUID List:{ e97447ed-f91a-4b3a-aef9-6d649fd6194a , 082e24bd-cd3a-4f9e-b701-a1f9e1b97747 } 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-07T17:04:29.426Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e97447ed-f91a-4b3a-aef9-6d649fd6194a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-07T17:04:29.426Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-07T17:04:29.426Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:29.675Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-07T17:04:29.675Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml e97447ed-f91a-4b3a-aef9-6d649fd6194a 5033 2022-06-07T17:04:29.676Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:29.676Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:29.676Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:04:29.677Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:29.679Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:29.680Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621469676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T17:04:29.780Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:04:29.780Z||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-07T17:04:29.781Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:29.799Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:29.800Z||pool-133-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:30.680Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 082e24bd-cd3a-4f9e-b701-a1f9e1b97747 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-07T17:04:30.681Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-07T17:04:30.682Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:30.772Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-07T17:04:30.773Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 082e24bd-cd3a-4f9e-b701-a1f9e1b97747 903 2022-06-07T17:04:30.773Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:30.774Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:30.774Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:04:30.774Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:30.777Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:30.777Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621470773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T17:04:30.877Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:30.878Z||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-07T17:04:30.878Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:30.899Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:30.900Z||pool-134-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:04:31.778Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d 2022-06-07T17:04:31.778Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 a30a8333-3c26-4a14-ac28-c6c198596531 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-07T17:04:31.801Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1638be06, org.onap.sdc.toscaparser.api.parameters.Input@d29a53a, org.onap.sdc.toscaparser.api.parameters.Input@7f1ae702, org.onap.sdc.toscaparser.api.parameters.Input@7a96f667, org.onap.sdc.toscaparser.api.parameters.Input@298dbfbd] 2022-06-07T17:04:31.804Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.804Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.804Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-06-07T17:04:31.805Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 2022-06-07T17:04:31.805Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 matches Tosca VF Customization UUID: 2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 2022-06-07T17:04:31.805Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 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-07T17:04:31.813Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.814Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.815Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672: {\"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-07T17:04:31.815Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@cafe49e 2022-06-07T17:04:31.815Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.816Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-07T17:04:31.816Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38721ad9-d594-4283-9f44-a56f79b0f199 2022-06-07T17:04:31.816Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38721ad9-d594-4283-9f44-a56f79b0f199 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-07T17:04:31.822Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.823Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:31.823Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:04:31.823Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.824Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:31.824Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:04:31.824Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.824Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-07T17:04:31.825Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-07T17:04:31.825Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-07T17:04:31.826Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=c131003c-0832-4273-a691-144b1c46bb96 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-07T17:04:31.831Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.831Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:31.832Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-07T17:04:31.832Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.832Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-07T17:04:31.833Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2bde7ad1-88f3-48f7-be0f-8f6b1dcf4672 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-07T17:04:31.836Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.836Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.836Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d: basic_vm_macro 2022-06-07T17:04:31.836Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.837Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.837Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.837Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.837Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.837Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.838Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.838Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.838Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:04:31.838Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:04:31.838Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:31.966Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro a30a8333-3c26-4a14-ac28-c6c198596531 1 ASDC deployResourceStructure 2022-06-07T17:04:31.967Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:31.967Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:31.967Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:04:31.967Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:31.969Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:31.969Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621471967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T17:04:32.070Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:04:32.070Z||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-07T17:04:32.070Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:32.085Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:32.085Z||pool-135-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:32.970Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:32.971Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:32.971Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:04:32.972Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:32.976Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:32.976Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621472970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T17:04:33.076Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:33.077Z||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-07T17:04:33.077Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:33.091Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:33.092Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:33.977Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:33.977Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:33.978Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:04:33.978Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:33.981Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:33.981Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621473977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T17:04:34.081Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:04:34.082Z||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-07T17:04:34.082Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:34.099Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:34.099Z||pool-137-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:04:34.984Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:34.984Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||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-07T17:04:34.984Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:04:34.984Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:04:34.990Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:04:34.990Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621474983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:04:35.089Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:04:35.090Z||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-07T17:04:35.091Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:35.116Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:35.116Z||pool-138-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:04:35.991Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:04:36.011Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:04:36.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:04:36.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:04:36.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:04:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:04:38.911Z||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-07T17:04:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:04:38.937Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:04:38.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:04:38.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:04:38.938Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:06.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:05:06.027Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:05:06.030Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:05:06.030Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:05:06.031Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:05:36.031Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:05:36.066Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:05:36.077Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:05:36.078Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:05:36.078Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:05:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:05:38.912Z||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-07T17:05:38.912Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:05:38.956Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:05:38.957Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.957Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:05:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.959Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.959Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621353016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:05:38.959Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621361821, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:05:38.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621356016, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621371334, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:05:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "aai-ml", "timestamp": 1654621372341, "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-07T17:05:38.985Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ed46969d-1197-4afc-97b6-969b18a05fa9 2022-06-07T17:05:38.985Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed46969d-1197-4afc-97b6-969b18a05fa9 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-07T17:05:38.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:38.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621374241, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:05:38.999Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:05:39.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:39.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621377246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:05:39.000Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:05:39.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:05:39.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "clamp", "timestamp": 1654621378252, "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-07T17:05:39.006Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ed46969d-1197-4afc-97b6-969b18a05fa9 2022-06-07T17:05:39.006Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ed46969d-1197-4afc-97b6-969b18a05fa9 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-07T17:06:06.078Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:06:06.090Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:06:06.094Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:06:06.094Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T17:06:06.094Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T17:06:06.095Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T17:06:06.095Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:06:06.095Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:06:06.095Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:06:06.095Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:06:06.096Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:06:06.096Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:06:06.096Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T17:06:06.103Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T17:06:36.103Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ed46969d-1197-4afc-97b6-969b18a05fa9 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-07T17:06:36.121Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ed46969d-1197-4afc-97b6-969b18a05fa9 and serviceModelVersionId: e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d 2022-06-07T17:06:36.122Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cf801aac-2f6f-4e02-9d11-0b49a95409b6 2022-06-07T17:06:36.125Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cf801aac-2f6f-4e02-9d11-0b49a95409b6/model-vers/model-ver/e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d?depth=0 2022-06-07T17:06:36.141Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T17:06:36.285Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf801aac-2f6f-4e02-9d11-0b49a95409b6/model-vers/model-ver/e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d?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-07T17:06:36.294Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf801aac-2f6f-4e02-9d11-0b49a95409b6/model-vers/model-ver/e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d?depth=0|INFO|500||Invoke 2022-06-07T17:06:36.336Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf801aac-2f6f-4e02-9d11-0b49a95409b6/model-vers/model-ver/e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T17:06:36.518Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf801aac-2f6f-4e02-9d11-0b49a95409b6/model-vers/model-ver/e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d?depth=0|INFO|500||InvokeReturn 2022-06-07T17:06:36.518Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cf801aac-2f6f-4e02-9d11-0b49a95409b6/model-vers/model-ver/e904cb22-6fab-4ceb-b077-ce3f6a4b7b2d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-17:06:36:627-61746], vertex-id=[254168], Content-Length=[0], Date=[Tue, 07 Jun 2022 17:06:36 GMT], Content-Type=[application/json]} 2022-06-07T17:06:36.521Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-06-07T17:06:36.521Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T17:06:36.521Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T17:06:36.526Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T17:06:36.527Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ed46969d-1197-4afc-97b6-969b18a05fa9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T17:06:36.527Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T17:06:36.528Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:36.532Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:36.532Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621596527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T17:06:36.632Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:06:36.633Z||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-07T17:06:36.634Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:36.653Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:36.654Z||pool-139-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T17:06:37.552Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:06:37.553Z|ed46969d-1197-4afc-97b6-969b18a05fa9|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-07T17:06:37.553Z|ed46969d-1197-4afc-97b6-969b18a05fa9|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:06:38.911Z||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-07T17:06:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:38.943Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:38.945Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.945Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "412c0327-2573-4453-9440-d3812eda8c42", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621452245, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T17:06:38.946Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.946Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.947Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.947Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.947Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-07T17:06:38.950Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-07T17:06:38.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.951Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.951Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.951Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-07T17:06:38.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.952Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.952Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.952Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621453286, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.953Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621465942, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.955Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.956Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.960Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621468416, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.961Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.961Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.961Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.962Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.963Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621469676, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.964Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.965Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.965Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.965Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621470773, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.966Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.967Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621471967, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-07T17:06:38.968Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.969Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.969Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.969Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.970Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.971Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.971Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.971Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621472970, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621460566, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:06:38.972Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621461105, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.973Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621460479, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:06:38.973Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621473977, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621466148, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621475308, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621474804, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621474983, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:06:38.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621475775, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621475919, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:38.977Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.977Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.977Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:38.978Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:38.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621475826, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-07T17:06:38.978Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:38.978Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:38.978Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "cds", "timestamp": 1654621476672, "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-07T17:06:39.007Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6d33c5ed-9303-46d2-aef0-307d627496d6 2022-06-07T17:06:39.007Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:06:39.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621476925, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:06:39.017Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "ves-openapi-manager", "timestamp": 1654621476840, "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-07T17:06:39.023Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 6d33c5ed-9303-46d2-aef0-307d627496d6 2022-06-07T17:06:39.023Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:06:39.034Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.034Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "policy-id", "timestamp": 1654621477928, "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-07T17:06:39.039Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6d33c5ed-9303-46d2-aef0-307d627496d6 2022-06-07T17:06:39.040Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:06:39.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621478661, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:06:39.053Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:06:39.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:39.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:39.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:06:39.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:39.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:06:42.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:42.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T17:06:42.015Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"6d33c5ed-9303-46d2-aef0-307d627496d6","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"366ac59c-a4b3-48ce-b613-9d6bf35252e5","serviceDescription":"service","serviceInvariantUUID":"93df6eeb-bbce-491b-9ed7-ef01d25bd000","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c96ca084-f0ba-4f74-adc9-c3c3ce2cb662","resourceInvariantUUID":"e799a446-129a-4266-85d2-d8e65ae586d8","resourceCustomizationUUID":"be591841-f783-4cdb-a05f-9480c27e8a80","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":"Nzk4OTVkMGQ1ODA1YTZiYmJmNDAyYWU0NDc5OWZiNGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fa0de0e9-c3a7-46e1-b4e9-858fd1a8d772","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":"43d416a5-df82-4fc0-ab68-b6e80ad1f076","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":"0c4321da-6d7b-4558-bb5d-5a4082d05a60","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":"N2Q0MmU2MjBmNmRkMTc1MDljZWVlMGM0ZjY5M2M0ZmE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"d550cf8e-f036-46af-b528-1a2528746c78","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":"21a1c324-948d-4c0f-adb2-86b1da1ea56d","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":"ddd2368f-d73d-4beb-8755-48da0a17b110","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":"14689604-efba-430e-892a-f4daa8be245b","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":"Nzk3YmRlMmUyYjcwZDFhODIwNjU3MjBiZDIyZWU5NGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8baf4e93-75bd-4728-b128-a03fb3a5d74d","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZmEyNjgyZTcyMzdmMWE2ZWNiNmFhNGEzMmEzNzc5NTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1cb65ea7-9876-49cc-89e7-8af6b8e26c4e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-07T17:06:42.018Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:42.018Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:42.020Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:42.020Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:42.120Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:06:42.122Z||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-07T17:06:42.122Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:42.156Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:42.157Z||pool-140-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:06:43.021Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:43.021Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:43.024Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:43.024Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:43.126Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-07T17:06:43.127Z||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-07T17:06:43.128Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:43.143Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:43.144Z||pool-141-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:44.026Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:44.026Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:44.029Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:44.029Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:44.129Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:06:44.130Z||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-07T17:06:44.130Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:44.144Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:44.144Z||pool-142-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:45.030Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:45.031Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:45.035Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:45.035Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:45.135Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:06:45.136Z||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-07T17:06:45.137Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:45.157Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:45.157Z||pool-143-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:46.036Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:46.037Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:46.041Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:46.041Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:46.141Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:06:46.142Z||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-07T17:06:46.142Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:46.157Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:46.158Z||pool-144-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:47.046Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:47.046Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:47.050Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:47.050Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:47.150Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:06:47.151Z||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-07T17:06:47.152Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:47.169Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:47.170Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:48.052Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:48.052Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:48.057Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:48.058Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:48.156Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-07T17:06:48.157Z||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-07T17:06:48.157Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:48.172Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:48.172Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:49.059Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:49.059Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:49.062Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:49.062Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:06:49.163Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-07T17:06:49.164Z||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-07T17:06:49.164Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:49.192Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:49.192Z||pool-147-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:50.063Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-07T17:06:50.064Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:50.066Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:50.066Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:06:50.166Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:06:50.167Z||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-07T17:06:50.167Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:50.188Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:50.189Z||pool-148-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-07T17:06:51.067Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "366ac59c-a4b3-48ce-b613-9d6bf35252e5", "serviceDescription": "service", "serviceInvariantUUID": "93df6eeb-bbce-491b-9ed7-ef01d25bd000", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "be591841-f783-4cdb-a05f-9480c27e8a80", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c96ca084-f0ba-4f74-adc9-c3c3ce2cb662", "resourceInvariantUUID": "e799a446-129a-4266-85d2-d8e65ae586d8", "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": "ZmEyNjgyZTcyMzdmMWE2ZWNiNmFhNGEzMmEzNzc5NTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1cb65ea7-9876-49cc-89e7-8af6b8e26c4e" } ], "workloadContext": "Production" } 2022-06-07T17:06:51.067Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-07T17:06:51.067Z|ed46969d-1197-4afc-97b6-969b18a05fa9|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 366ac59c-a4b3-48ce-b613-9d6bf35252e5 ASDC 2022-06-07T17:06:51.068Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:6d33c5ed-9303-46d2-aef0-307d627496d6 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:366ac59c-a4b3-48ce-b613-9d6bf35252e5 ServiceInvariantUUID:93df6eeb-bbce-491b-9ed7-ef01d25bd000 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:1cb65ea7-9876-49cc-89e7-8af6b8e26c4e ArtifactChecksum:ZmEyNjgyZTcyMzdmMWE2ZWNiNmFhNGEzMmEzNzc5NTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:be591841-f783-4cdb-a05f-9480c27e8a80 ResourceInvariantUUID:e799a446-129a-4266-85d2-d8e65ae586d8 ResourceName:test-pnf ResourceType:PNF ResourceUUID:c96ca084-f0ba-4f74-adc9-c3c3ce2cb662 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-07T17:06:51.068Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 366ac59c-a4b3-48ce-b613-9d6bf35252e5 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-07T17:06:51.106Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T17:06:51.106Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T17:06:51.106Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T17:06:51.107Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1cb65ea7-9876-49cc-89e7-8af6b8e26c4e from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T17:06:51.107Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-06-07T17:06:51.108Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-07T17:06:51.256Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-06-07T17:06:51.270Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 1cb65ea7-9876-49cc-89e7-8af6b8e26c4e 105668 2022-06-07T17:06:51.271Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||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-07T17:06:51.271Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||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-07T17:06:51.271Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-07T17:06:51.271Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:51.275Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:51.275Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621611271, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:06:51.375Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:06:51.376Z||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-07T17:06:51.377Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:51.393Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:51.394Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:52.276Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-07T17:06:52.277Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-06-07T17:06:52.278Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 1cb65ea7-9876-49cc-89e7-8af6b8e26c4e, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:52.278Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-07T17:06:52.279Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:52.279Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:52.495Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11446970562276758035/Definitions/service-TestPnfMacro-template.yml 2022-06-07T17:06:53.779Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||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-07T17:06:53.780Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.781Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.781Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.781Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-07T17:06:53.781Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-06-07T17:06:53.781Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.781Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.782Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T17:06:53.782Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-07T17:06:53.782Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T17:06:53.782Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.782Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.782Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.783Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.784Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.784Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.784Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.784Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:366ac59c-a4b3-48ce-b613-9d6bf35252e5 Model Version:NULL Model InvariantUuid:93df6eeb-bbce-491b-9ed7-ef01d25bd000 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-07T17:06:53.804Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c96ca084-f0ba-4f74-adc9-c3c3ce2cb662 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-07T17:06:53.809Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-06-07T17:06:53.809Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c96ca084-f0ba-4f74-adc9-c3c3ce2cb662 2022-06-07T17:06:53.810Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 366ac59c-a4b3-48ce-b613-9d6bf35252e5 2022-06-07T17:06:53.810Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 366ac59c-a4b3-48ce-b613-9d6bf35252e5 2022-06-07T17:06:53.810Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c96ca084-f0ba-4f74-adc9-c3c3ce2cb662 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-07T17:06:53.825Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@76d6a1e2, org.onap.sdc.toscaparser.api.parameters.Input@3d88e994, org.onap.sdc.toscaparser.api.parameters.Input@18e6d6d2, org.onap.sdc.toscaparser.api.parameters.Input@6f23c2ef, org.onap.sdc.toscaparser.api.parameters.Input@2c39b758] 2022-06-07T17:06:53.826Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.826Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.826Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 366ac59c-a4b3-48ce-b613-9d6bf35252e5: test-pnf 2022-06-07T17:06:53.827Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Processing PNF resource: c96ca084-f0ba-4f74-adc9-c3c3ce2cb662 2022-06-07T17:06:53.827Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-07T17:06:53.827Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-07T17:06:53.827Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Resource customization UUID: be591841-f783-4cdb-a05f-9480c27e8a80 is the same as notified resource customizationUUID: be591841-f783-4cdb-a05f-9480c27e8a80 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-07T17:06:53.892Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c96ca084-f0ba-4f74-adc9-c3c3ce2cb662 0 ASDC deployResourceStructure 2022-06-07T17:06:53.892Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||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-07T17:06:53.892Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||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-07T17:06:53.892Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-07T17:06:53.893Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:06:53.903Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:06:53.903Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621613892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:06:53.997Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-07T17:06:53.998Z||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-07T17:06:53.998Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:06:54.016Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:06:54.017Z||pool-150-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-07T17:06:54.905Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:06:54.918Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:06:54.925Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:06:54.926Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:06:54.926Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:07:24.926Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:07:24.942Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:07:24.945Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:07:24.945Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-07T17:07:24.945Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-07T17:07:38.913Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:07:38.914Z||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-07T17:07:38.914Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:07:38.948Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:07:38.949Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.949Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1654621479665, "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-07T17:07:38.963Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6d33c5ed-9303-46d2-aef0-307d627496d6 2022-06-07T17:07:38.964Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:07:38.973Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621473016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.974Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621482890, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621476016, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621488257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:07:38.975Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:07:38.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621489435, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:07:38.976Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:07:38.976Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.976Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "aai-ml", "timestamp": 1654621490440, "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-07T17:07:38.982Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6d33c5ed-9303-46d2-aef0-307d627496d6 2022-06-07T17:07:38.983Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:07:38.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621490263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:07:38.996Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:07:38.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-07T17:07:38.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "clamp", "timestamp": 1654621491267, "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-07T17:07:39.005Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 6d33c5ed-9303-46d2-aef0-307d627496d6 2022-06-07T17:07:39.005Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:07:54.949Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07T17:07:54.976Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-07T17:07:54.981Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-07T17:07:54.981Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-07T17:07:54.981Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-07T17:07:54.981Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-07T17:07:54.981Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.981Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.982Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.982Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.982Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.982Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.982Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-07T17:07:54.982Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-07T17:07:54.992Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-07T17:08:24.992Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 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-07T17:08:24.997Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6d33c5ed-9303-46d2-aef0-307d627496d6 and serviceModelVersionId: 366ac59c-a4b3-48ce-b613-9d6bf35252e5 2022-06-07T17:08:24.997Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93df6eeb-bbce-491b-9ed7-ef01d25bd000 2022-06-07T17:08:24.998Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0 2022-06-07T17:08:25.001Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-06-07T17:08:25.053Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0|INFO|500||Invoke 2022-06-07T17:08:25.054Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[6d33c5ed-9303-46d2-aef0-307d627496d6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1851f53b-809b-40ac-8c42-7b2714c4d46f], X-ECOMP-RequestID=[6d33c5ed-9303-46d2-aef0-307d627496d6], X-TransactionId=[], X-ONAP-RequestID=[6d33c5ed-9303-46d2-aef0-307d627496d6], Content-Type=[application/merge-patch+json]} 2022-06-07T17:08:25.081Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-07T17:08:25.165Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?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/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-17:08:25:367-54710], vertex-id=[249864], Content-Length=[0], Date=[Tue, 07 Jun 2022 17:08:25 GMT], Content-Type=[application/json]} 2022-06-07T17:08:25.165Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-07T17:08:25.166Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93df6eeb-bbce-491b-9ed7-ef01d25bd000/model-vers/model-ver/366ac59c-a4b3-48ce-b613-9d6bf35252e5?depth=0|INFO|500||InvokeReturn 2022-06-07T17:08:25.166Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-07T17:08:25.166Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-07T17:08:25.173Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-07T17:08:25.174Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6d33c5ed-9303-46d2-aef0-307d627496d6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-07T17:08:25.174Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-07T17:08:25.174Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-06-07T17:08:25.176Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-07T17:08:25.176Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621705174, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T17:08:25.276Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-07T17:08:25.278Z||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-07T17:08:25.278Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:08:25.299Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:08:25.299Z||pool-151-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-07T17:08:26.199Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:08:26.200Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-07T17:08:26.200Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as GJ56ycVBPyoIMwlV) ... 2022-06-07T17:08:35.774Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:08:35.775Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:08:35.776Z||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-07T17:08:35.777Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:08:38.910Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:08:38.911Z|412c0327-2573-4453-9440-d3812eda8c42|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-07T17:08:38.911Z|412c0327-2573-4453-9440-d3812eda8c42|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:08:38.936Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:08:38.936Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-07T17:08:38.936Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "ed46969d-1197-4afc-97b6-969b18a05fa9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621596527, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T17:08:38.937Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:08:45.345Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:08:45.346Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:08:45.347Z||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-07T17:08:45.347Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:08:54.917Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:08:54.921Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:08:54.921Z||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-07T17:08:54.921Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:09:04.467Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:09:04.468Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:09:04.468Z||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-07T17:09:04.469Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:09:14.030Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:09:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:09:38.907Z||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-07T17:09:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:09:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:09:38.910Z||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-07T17:09:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:09:38.948Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:09:38.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621597552, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621611271, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:09:38.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-07T17:09:38.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621613892, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-07T17:09:38.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:09:48.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:10:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:10:38.908Z||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-07T17:10:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:10:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:10:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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-07T17:10:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:10:39.441Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:10:39.441Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-07T17:10:39.441Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "6d33c5ed-9303-46d2-aef0-307d627496d6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1654621705174, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-07T17:10:39.442Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-07T17:10:48.464Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:11:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:11:38.908Z||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-07T17:11:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:11:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:11:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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-07T17:11:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:11:48.458Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:11:48.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:12:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:12:38.907Z||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-07T17:12:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:12:38.910Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:12:38.910Z|412c0327-2573-4453-9440-d3812eda8c42|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-07T17:12:38.911Z|412c0327-2573-4453-9440-d3812eda8c42|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:12:48.456Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:12:48.456Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:13:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:13:38.908Z||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-07T17:13:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:13:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:13:38.910Z||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-07T17:13:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:13:48.471Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:13:48.479Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:14:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:14:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:14:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:14:38.911Z||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-07T17:14:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:14:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:14:48.472Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:14:48.482Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:15:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:15:38.908Z||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-07T17:15:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:15:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:15:38.910Z||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-07T17:15:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:15:48.466Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:15:48.468Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:16:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:16:38.907Z||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-07T17:16:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:16:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:16:38.911Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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-07T17:16:38.911Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:16:48.460Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:16:48.460Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:17:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:17:38.907Z||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-07T17:17:38.907Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:17:38.910Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:17:38.911Z|412c0327-2573-4453-9440-d3812eda8c42|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-07T17:17:38.911Z|412c0327-2573-4453-9440-d3812eda8c42|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:17:48.464Z|412c0327-2573-4453-9440-d3812eda8c42|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:17:48.465Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:18:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:18:38.908Z||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-07T17:18:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:18:38.910Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:18:38.911Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T17:18:38.911Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:18:48.462Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:18:48.464Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:19:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:19:38.908Z||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-07T17:19:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:19:38.910Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:19:38.910Z||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-07T17:19:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:19:48.468Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:19:48.476Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:20:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:20:38.908Z||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-07T17:20:38.909Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:20:38.910Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:20:38.910Z||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-07T17:20:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:20:48.473Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:20:48.474Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:21:38.907Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:21:38.908Z||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-07T17:21:38.908Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:21:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:21:38.910Z||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-07T17:21:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:21:48.456Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:21:48.459Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:22:38.907Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:22:38.908Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:22:38.908Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:22:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:22:38.910Z||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-07T17:22:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:22:48.471Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:22:48.475Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:23:38.908Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:23:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:23:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:23:38.912Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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-07T17:23:38.912Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:23:38.912Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:23:48.486Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:23:48.487Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:24:38.907Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:24:38.908Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:24:38.908Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:24:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:24:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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-07T17:24:38.910Z|6d33c5ed-9303-46d2-aef0-307d627496d6|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:24:48.453Z|6d33c5ed-9303-46d2-aef0-307d627496d6|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:24:48.459Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:25:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:25:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T17:25:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:25:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:25:38.911Z||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-07T17:25:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:25:48.458Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:25:48.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:26:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:26:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T17:26:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:26:38.910Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:26:38.911Z||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-07T17:26:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:26:48.459Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:26:48.462Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:27:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:27:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T17:27:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:27:38.910Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:27:38.910Z||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-07T17:27:38.911Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:27:48.462Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:27:48.469Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:28:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:28:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T17:28:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:28:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:28:38.910Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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-07T17:28:38.911Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:28:48.469Z|cfc96dc6-3c9c-4346-ac2c-22479efb2cc4|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:28:48.476Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:29:38.907Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:29:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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-07T17:29:38.908Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:29:38.910Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-07T17:29:38.910Z||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-07T17:29:38.910Z||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 GJ56ycVBPyoIMwlV) ... 2022-06-07T17:29:48.459Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-07T17:29:48.466Z|43036d0a-3218-41d1-b9f9-a3759dfb2f03|pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK